📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 14:55:30
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-yaf_3.3.6-1.el8
/
tests
✏️
Editing: 030.phpt
--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