// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php85-pecl-yaf_3.3.7-1.el8
/
tests
[ PARENT ]
EDIT :: 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
CANCEL