📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 12:55:52
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-yaf_3.3.6-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-yaf_3.3.6-1.el8/tests
🔄 Refresh
✏️
Editing: bug61493.phpt
Read Only
--TEST-- Bug #61493 (Can't remove item when using unset() with a Yaf_Config_Simple instance) --CREDITS-- littlemiaor at gmail dot com --SKIPIF-- <?php if (!extension_loaded("yaf")) print "skip"; ?> --INI-- yaf.use_namespace=0 --FILE-- <?php $config = new Yaf_Config_Simple(array( 'foo' => 'bar', ), false); unset($config['foo']); print_r($config); ?> --EXPECTF-- Yaf_Config_Simple Object ( [readonly:protected] => [config:protected] => Array ( ) )
💾 Save Changes
❌ Cancel