compiled_url_matcher4.php 976 B

12345678910111213141516171819202122232425
  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. '/just_head' => [[['_route' => 'just_head'], null, ['HEAD' => 0], null, false, false, null]],
  10. '/head_and_get' => [[['_route' => 'head_and_get'], null, ['HEAD' => 0, 'GET' => 1], null, false, false, null]],
  11. '/get_and_head' => [[['_route' => 'get_and_head'], null, ['GET' => 0, 'HEAD' => 1], null, false, false, null]],
  12. '/post_and_head' => [[['_route' => 'post_and_head'], null, ['POST' => 0, 'HEAD' => 1], null, false, false, null]],
  13. '/put_and_post' => [
  14. [['_route' => 'put_and_post'], null, ['PUT' => 0, 'POST' => 1], null, false, false, null],
  15. [['_route' => 'put_and_get_and_head'], null, ['PUT' => 0, 'GET' => 1, 'HEAD' => 2], null, false, false, null],
  16. ],
  17. ],
  18. [ // $regexpList
  19. ],
  20. [ // $dynamicRoutes
  21. ],
  22. null, // $checkCondition
  23. ];