url_matcher12.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. use Symfony\Component\Routing\Matcher\Dumper\PhpMatcherTrait;
  3. use Symfony\Component\Routing\RequestContext;
  4. /**
  5. * This class has been auto-generated
  6. * by the Symfony Routing Component.
  7. */
  8. class ProjectUrlMatcher extends Symfony\Component\Routing\Matcher\UrlMatcher
  9. {
  10. use PhpMatcherTrait;
  11. public function __construct(RequestContext $context)
  12. {
  13. $this->context = $context;
  14. $this->regexpList = [
  15. 0 => '{^(?'
  16. .'|/abc([^/]++)/(?'
  17. .'|1(?'
  18. .'|(*:27)'
  19. .'|0(?'
  20. .'|(*:38)'
  21. .'|0(*:46)'
  22. .')'
  23. .')'
  24. .'|2(?'
  25. .'|(*:59)'
  26. .'|0(?'
  27. .'|(*:70)'
  28. .'|0(*:78)'
  29. .')'
  30. .')'
  31. .')'
  32. .')/?$}sD',
  33. ];
  34. $this->dynamicRoutes = [
  35. 27 => [[['_route' => 'r1'], ['foo'], null, null, false, false, null]],
  36. 38 => [[['_route' => 'r10'], ['foo'], null, null, false, false, null]],
  37. 46 => [[['_route' => 'r100'], ['foo'], null, null, false, false, null]],
  38. 59 => [[['_route' => 'r2'], ['foo'], null, null, false, false, null]],
  39. 70 => [[['_route' => 'r20'], ['foo'], null, null, false, false, null]],
  40. 78 => [[['_route' => 'r200'], ['foo'], null, null, false, false, null]],
  41. ];
  42. }
  43. }