<?php use Symfony\Component\Routing\Matcher\Dumper\PhpMatcherTrait; use Symfony\Component\Routing\RequestContext; /** * This class has been auto-generated * by the Symfony Routing Component. */ class ProjectUrlMatcher extends Symfony\Component\Routing\Matcher\UrlMatcher { use PhpMatcherTrait; public function __construct(RequestContext $context) { $this->context = $context; $this->regexpList = [ 0 => '{^(?' .'|/abc([^/]++)/(?' .'|1(?' .'|(*:27)' .'|0(?' .'|(*:38)' .'|0(*:46)' .')' .')' .'|2(?' .'|(*:59)' .'|0(?' .'|(*:70)' .'|0(*:78)' .')' .')' .')' .')/?$}sD', ]; $this->dynamicRoutes = [ 27 => [[['_route' => 'r1'], ['foo'], null, null, false, false, null]], 38 => [[['_route' => 'r10'], ['foo'], null, null, false, false, null]], 46 => [[['_route' => 'r100'], ['foo'], null, null, false, false, null]], 59 => [[['_route' => 'r2'], ['foo'], null, null, false, false, null]], 70 => [[['_route' => 'r20'], ['foo'], null, null, false, false, null]], 78 => [[['_route' => 'r200'], ['foo'], null, null, false, false, null]], ]; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
url_matcher0.php | File | 410 B | 0644 |
|
url_matcher1.php | File | 6.08 KB | 0644 |
|
url_matcher10.php | File | 194.16 KB | 0644 |
|
url_matcher11.php | File | 3.17 KB | 0644 |
|
url_matcher12.php | File | 1.59 KB | 0644 |
|
url_matcher13.php | File | 963 B | 0644 |
|
url_matcher2.php | File | 6.3 KB | 0644 |
|
url_matcher3.php | File | 1.11 KB | 0644 |
|
url_matcher4.php | File | 1.19 KB | 0644 |
|
url_matcher5.php | File | 1.98 KB | 0644 |
|
url_matcher6.php | File | 3.27 KB | 0644 |
|
url_matcher7.php | File | 3.29 KB | 0644 |
|
url_matcher8.php | File | 996 B | 0644 |
|
url_matcher9.php | File | 824 B | 0644 |
|