PHP 8.2.30
Preview: validpattern.php Size: 823 B
/opt/cloudlinux/alt-php53/root/usr/share/pear/test/Routing/Symfony/Component/Routing/Tests/Fixtures/validpattern.php

<?php
use Symfony\Component\Routing\RouteCollection;
use Symfony\Component\Routing\Route;

$collection = new RouteCollection();
$collection->add('blog_show', new Route(
    '/blog/{slug}',
    array('_controller' => 'MyBlogBundle:Blog:show'),
    array('locale' => '\w+'),
    array('compiler_class' => 'RouteCompiler'),
    '{locale}.example.com',
    array('https'),
    array('GET','POST','put','OpTiOnS'),
    'context.getMethod() == "GET"'
));
$collection->add('blog_show_legacy', new Route(
    '/blog/{slug}',
    array('_controller' => 'MyBlogBundle:Blog:show'),
    array('_method' => 'GET|POST|put|OpTiOnS', '_scheme' => 'https', 'locale' => '\w+',),
    array('compiler_class' => 'RouteCompiler'),
    '{locale}.example.com',
    array(),
    array(),
    'context.getMethod() == "GET"'
));

return $collection;

Directory Contents

Dirs: 2 × Files: 25

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
dumper DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
0 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
622 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
0 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
0 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
0 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
66 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
303 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
303 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
702 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
62 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
57 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
456 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
4 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
14 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
61 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
289 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
540 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
805 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
31 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
823 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
1.18 KB lrw-r--r-- 2019-12-18 11:20:42
Edit Download
740 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
539 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
243 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download
49 B lrw-r--r-- 2019-12-18 11:20:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).