compiled_url_matcher3.php 848 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * This file has been auto-generated
  4. * by the Symfony Routing Component.
  5. */
  6. return [
  7. false, // $matchHost
  8. [ // $staticRoutes
  9. '/rootprefix/test' => [[['_route' => 'static'], null, null, null, false, false, null]],
  10. '/with-condition' => [[['_route' => 'with-condition'], null, null, null, false, false, -1]],
  11. ],
  12. [ // $regexpList
  13. 0 => '{^(?'
  14. .'|/rootprefix/([^/]++)(*:27)'
  15. .')/?$}sD',
  16. ],
  17. [ // $dynamicRoutes
  18. 27 => [
  19. [['_route' => 'dynamic'], ['var'], null, null, false, true, null],
  20. [null, null, null, null, false, false, 0],
  21. ],
  22. ],
  23. static function ($condition, $context, $request) { // $checkCondition
  24. switch ($condition) {
  25. case -1: return ($context->getMethod() == "GET");
  26. }
  27. },
  28. ];