ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- opt/alt/tests/alt-php55-pecl-rar_4.2.0-1.el8/tests/035.phpt000064400000001026152352762450016440 0ustar00--TEST-- rar_entry_get() non-existent file with exceptions --SKIPIF-- --FILE-- getEntry('nonexistentfile.txt'); } catch (RarException $re) { echo "Message: " . $re->getMessage()."\n"; echo "Code: " . $re->getCode() ."\n"; } echo "Done.\n"; --EXPECTF-- Message: cannot find file "nonexistentfile.txt" in Rar archive "%slatest_winrar.rar" Code: -1 Done.