Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
symfony
/
routing
/
Tests
/
Fixtures
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/symfony/routing/Tests/Fixtures/php_dsl_i18n.php
<?php namespace Symfony\Component\Routing\Loader\Configurator; return function (RoutingConfigurator $routes) { $routes ->collection() ->prefix(['en' => '/glish']) ->add('foo', '/foo') ->add('bar', ['en' => '/bar']); $routes ->add('baz', ['en' => '/baz']); $routes->import('php_dsl_sub_i18n.php') ->prefix(['fr' => '/ench']); };