📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:56:50
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-yaf_3.3.7-1.el8
/
tests
✏️
Editing: issue134.phpt
--TEST-- ISSUE #134 (Segfault while calling assemble) --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; ?> --INI-- yaf.use_namespace=0 --FILE-- <?php $router = new Yaf_Router(); $route = new Yaf_Route_Rewrite( "/detail/:id", array( 'controller' => 'index', 'action' => 'detail', 'module' => 'kfc' ) ); $router->addRoute("kfc/index/detail", $route); print_r($router->getRoute('kfc/index/detail')->assemble( array( ':id' => '1', ) )); --EXPECTF-- /detail/1
💾 Save Changes
❌ Cancel