📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 16:14:46
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-yaf_3.3.6-1.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-yaf_3.3.6-1.el8/tests
🔄 Refresh
✏️
Editing: 070.phpt
Read Only
--TEST-- Fixed misleading error message when providing a string in Yaf_Application construction --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; ?> --INI-- yaf.use_namespace=0 --FILE-- <?php $config = <<<INI [product] ;CONSTANTS is supported application.directory = APP_PATH "/application/" INI; try { $app = new Yaf_Application($config); $app->run(); } catch (Exception $e){ print $e->getPrevious()->getMessage(); } ?> --CLEAN-- --EXPECTF-- Expects a path to *.ini configuration file as parameter
💾 Save Changes
❌ Cancel