📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 15:55:11
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-yaf_3.3.6-1.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-yaf_3.3.6-1.el8/tests
🔄 Refresh
✏️
Editing: 030.phpt
Read Only
--TEST-- Check for Yaf_Config_Ini::__construct with section --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; ?> --INI-- yaf.library="/php/global/dir" yaf.use_namespace=0 --FILE-- <?php $file = dirname(__FILE__) . "/simple.ini"; try { $config = new Yaf_Config_Ini($file, "ex"); } catch (Exception $e) { print_r($e->getMessage()); } ?> --EXPECTF-- There is no section 'ex' in '%ssimple.ini'
💾 Save Changes
❌ Cancel