/usr/share/php/FastRoute/DataGenerator
NameSizeModeActions
CharCountBased.php8230644editdlrm
GroupCountBased.php7960644editdlrm
GroupPosBased.php6480644editdlrm
MarkBased.php6560644editdlrm
RegexBasedAbstract.php51930644editdlrm
Edit: /usr/share/php/FastRoute/DataGenerator/MarkBased.php (656B)
$route) { $regexes[] = $regex . '(*MARK:' . $markName . ')'; $routeMap[$markName] = [$route->handler, $route->variables]; ++$markName; } $regex = '~^(?|' . implode('|', $regexes) . ')$~'; return ['regex' => $regex, 'routeMap' => $routeMap]; } }