📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 10:24:09
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-yaf_3.3.6-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-yaf_3.3.6-1.el8/tests
🔄 Refresh
✏️
Editing: 032.phpt
Read Only
--TEST-- Check for Yaf_Config_Ini with env --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip seems windows doesnt support this'); } ?> --INI-- yaf.directory=/foo/bar yaf.use_namespace=0 --FILE-- <?php putenv("FOO=bar"); define("FOO", "Dummy"); print_r(new Yaf_Config_Ini( dirname(__FILE__) . "/simple.ini", "envtest")); ?> --EXPECTF-- Yaf_Config_Ini Object ( [readonly:protected] => 1 [config:protected] => Array ( [env] => bar [ini] => /foo/bar [const] => Dummy ) [filename:protected] => %s )
💾 Save Changes
❌ Cancel