PHP Classes

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

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

Contents

Class file image Download
<?php

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

return [
   
true, // $matchHost
   
[ // $staticRoutes
   
],
    [
// $regexpList
       
0 => '{^(?'
           
.'|(?i:([^\\.]++)\\.exampple\\.com)\\.(?'
               
.'|/abc([^/]++)(?'
                   
.'|(*:56)'
               
.')'
           
.')'
           
.')/?$}sD',
    ],
    [
// $dynamicRoutes
       
56 => [
            [[
'_route' => 'r1'], ['foo', 'foo'], null, null, false, true, null],
            [[
'_route' => 'r2'], ['foo', 'foo'], null, null, false, true, null],
            [
null, null, null, null, false, false, 0],
        ],
    ],
   
null, // $checkCondition
];