compiled_url_matcher7.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. '/trailing/simple/no-methods' => [[['_route' => 'simple_trailing_slash_no_methods'], null, null, null, true, false, null]],
  10. '/trailing/simple/get-method' => [[['_route' => 'simple_trailing_slash_GET_method'], null, ['GET' => 0], null, true, false, null]],
  11. '/trailing/simple/head-method' => [[['_route' => 'simple_trailing_slash_HEAD_method'], null, ['HEAD' => 0], null, true, false, null]],
  12. '/trailing/simple/post-method' => [[['_route' => 'simple_trailing_slash_POST_method'], null, ['POST' => 0], null, true, false, null]],
  13. '/not-trailing/simple/no-methods' => [[['_route' => 'simple_not_trailing_slash_no_methods'], null, null, null, false, false, null]],
  14. '/not-trailing/simple/get-method' => [[['_route' => 'simple_not_trailing_slash_GET_method'], null, ['GET' => 0], null, false, false, null]],
  15. '/not-trailing/simple/head-method' => [[['_route' => 'simple_not_trailing_slash_HEAD_method'], null, ['HEAD' => 0], null, false, false, null]],
  16. '/not-trailing/simple/post-method' => [[['_route' => 'simple_not_trailing_slash_POST_method'], null, ['POST' => 0], null, false, false, null]],
  17. ],
  18. [ // $regexpList
  19. 0 => '{^(?'
  20. .'|/trailing/regex/(?'
  21. .'|no\\-methods/([^/]++)(*:46)'
  22. .'|get\\-method/([^/]++)(*:73)'
  23. .'|head\\-method/([^/]++)(*:101)'
  24. .'|post\\-method/([^/]++)(*:130)'
  25. .')'
  26. .'|/not\\-trailing/regex/(?'
  27. .'|no\\-methods/([^/]++)(*:183)'
  28. .'|get\\-method/([^/]++)(*:211)'
  29. .'|head\\-method/([^/]++)(*:240)'
  30. .'|post\\-method/([^/]++)(*:269)'
  31. .')'
  32. .')/?$}sD',
  33. ],
  34. [ // $dynamicRoutes
  35. 46 => [[['_route' => 'regex_trailing_slash_no_methods'], ['param'], null, null, true, true, null]],
  36. 73 => [[['_route' => 'regex_trailing_slash_GET_method'], ['param'], ['GET' => 0], null, true, true, null]],
  37. 101 => [[['_route' => 'regex_trailing_slash_HEAD_method'], ['param'], ['HEAD' => 0], null, true, true, null]],
  38. 130 => [[['_route' => 'regex_trailing_slash_POST_method'], ['param'], ['POST' => 0], null, true, true, null]],
  39. 183 => [[['_route' => 'regex_not_trailing_slash_no_methods'], ['param'], null, null, false, true, null]],
  40. 211 => [[['_route' => 'regex_not_trailing_slash_GET_method'], ['param'], ['GET' => 0], null, false, true, null]],
  41. 240 => [[['_route' => 'regex_not_trailing_slash_HEAD_method'], ['param'], ['HEAD' => 0], null, false, true, null]],
  42. 269 => [
  43. [['_route' => 'regex_not_trailing_slash_POST_method'], ['param'], ['POST' => 0], null, false, true, null],
  44. [null, null, null, null, false, false, 0],
  45. ],
  46. ],
  47. null, // $checkCondition
  48. ];