PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/symfony/routing/Tests/Fixtures/dumper/compiled_url_matcher8.php   Download  
File: vendor/symfony/routing/Tests/Fixtures/dumper/compiled_url_matcher8.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: 776 bytes
 

Contents

Class file image Download
<?php

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

return [
   
false, // $matchHost
   
[ // $staticRoutes
   
],
    [
// $regexpList
       
0 => '{^(?'
               
.'|/(a)(*:11)'
           
.')/?$}sD',
       
11 => '{^(?'
               
.'|/(.)(*:22)'
           
.')/?$}sDu',
       
22 => '{^(?'
               
.'|/(.)(*:33)'
           
.')/?$}sD',
    ],
    [
// $dynamicRoutes
       
11 => [[['_route' => 'a'], ['a'], null, null, false, true, null]],
       
22 => [[['_route' => 'b'], ['a'], null, null, false, true, null]],
       
33 => [
            [[
'_route' => 'c'], ['a'], null, null, false, true, null],
            [
null, null, null, null, false, false, 0],
        ],
    ],
   
null, // $checkCondition
];