📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 14:58:45
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-yaf_3.3.7-1.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-yaf_3.3.7-1.el8/tests
🔄 Refresh
✏️
Editing: 110.phpt
Read Only
--TEST-- Bug (open file not destroy or crash in Yaf_Config_Ini, PHP 8.1 or later) --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; ?> --INI-- yaf.use_spl_autoload=0 yaf.lowcase_path=0 yaf.use_namespace=0 --FILE-- <?php $file = dirname(__FILE__) . "/simple.ini"; // ulimit -n, default 256 // open files will be 257 for ($i = 0; $i < 257; $i++) { $a = new Yaf_Config_Ini($file); unset($a); } var_dump("Done") ?> --EXPECTF-- string(4) "Done"
💾 Save Changes
❌ Cancel