// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php82-pecl-rar_4.2.0-3.el8
/
tests
[ PARENT ]
EDIT :: 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
CANCEL