PHP Classes

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

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

Contents

Class file image Download
<?php

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

return [
   
false, // $matchHost
   
[ // $staticRoutes
       
'/just_head' => [[['_route' => 'just_head'], null, ['HEAD' => 0], null, false, false, null]],
       
'/head_and_get' => [[['_route' => 'head_and_get'], null, ['HEAD' => 0, 'GET' => 1], null, false, false, null]],
       
'/get_and_head' => [[['_route' => 'get_and_head'], null, ['GET' => 0, 'HEAD' => 1], null, false, false, null]],
       
'/post_and_head' => [[['_route' => 'post_and_head'], null, ['POST' => 0, 'HEAD' => 1], null, false, false, null]],
       
'/put_and_post' => [
            [[
'_route' => 'put_and_post'], null, ['PUT' => 0, 'POST' => 1], null, false, false, null],
            [[
'_route' => 'put_and_get_and_head'], null, ['PUT' => 0, 'GET' => 1, 'HEAD' => 2], null, false, false, null],
        ],
    ],
    [
// $regexpList
   
],
    [
// $dynamicRoutes
   
],
   
null, // $checkCondition
];