PHP Classes

File: vendor/symfony/routing/Tests/Fixtures/dumper/compiled_url_matcher5.php

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/symfony/routing/Tests/Fixtures/dumper/compiled_url_matcher5.php   Download  
File: vendor/symfony/routing/Tests/Fixtures/dumper/compiled_url_matcher5.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 1,723 bytes
 

Contents

Class file image Download
<?php

/**
 * This file has been auto-generated
 * by the Symfony Routing Component.
 */

return [
   
false, // $matchHost
   
[ // $staticRoutes
       
'/a/11' => [[['_route' => 'a_first'], null, null, null, false, false, null]],
       
'/a/22' => [[['_route' => 'a_second'], null, null, null, false, false, null]],
       
'/a/333' => [[['_route' => 'a_third'], null, null, null, false, false, null]],
       
'/a/44' => [[['_route' => 'a_fourth'], null, null, null, true, false, null]],
       
'/a/55' => [[['_route' => 'a_fifth'], null, null, null, true, false, null]],
       
'/a/66' => [[['_route' => 'a_sixth'], null, null, null, true, false, null]],
       
'/nested/group/a' => [[['_route' => 'nested_a'], null, null, null, true, false, null]],
       
'/nested/group/b' => [[['_route' => 'nested_b'], null, null, null, true, false, null]],
       
'/nested/group/c' => [[['_route' => 'nested_c'], null, null, null, true, false, null]],
       
'/slashed/group' => [[['_route' => 'slashed_a'], null, null, null, true, false, null]],
       
'/slashed/group/b' => [[['_route' => 'slashed_b'], null, null, null, true, false, null]],
       
'/slashed/group/c' => [[['_route' => 'slashed_c'], null, null, null, true, false, null]],
    ],
    [
// $regexpList
       
0 => '{^(?'
               
.'|/([^/]++)(*:16)'
               
.'|/nested/([^/]++)(*:39)'
           
.')/?$}sD',
    ],
    [
// $dynamicRoutes
       
16 => [[['_route' => 'a_wildcard'], ['param'], null, null, false, true, null]],
       
39 => [
            [[
'_route' => 'nested_wildcard'], ['param'], null, null, false, true, null],
            [
null, null, null, null, false, false, 0],
        ],
    ],
   
null, // $checkCondition
];