📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:55:52
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-rar_4.2.0-3.el8
/
tests
✏️
Editing: 089.phpt
--TEST-- RarArchive unset_property gives a fatal error --SKIPIF-- <?php if(!extension_loaded("rar")) print "skip"; ?> --FILE-- <?php $f1 = dirname(__FILE__) . "/latest_winrar.rar"; $a = RarArchive::open($f1); unset($a[0]); echo "\n"; echo "Done.\n"; --EXPECTF-- Fatal error: main(): A RarArchive object is not writable in %s on line %d
💾 Save Changes
❌ Cancel