📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 15:04:24
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-rar_4.2.0-3.el8
/
tests
✏️
Editing: 034.phpt
--TEST-- RarException::(set/is)UsingExceptions() test --SKIPIF-- <?php if(!extension_loaded("rar")) print "skip"; ?> --FILE-- <?php echo "Initial state: " . (RarException::isUsingExceptions()?'yes':'no').".\n"; RarException::setUsingExceptions(true); echo "State change done.\n"; echo "Final state: " . (RarException::isUsingExceptions()?'yes':'no').".\n"; echo "Done.\n"; --EXPECTF-- Initial state: no. State change done. Final state: yes. Done.
💾 Save Changes
❌ Cancel