ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- opt/alt/tests/alt-php56-pecl-rar_4.2.0-3.el8/tests/113.phpt000064400000000630152353403040016424 0ustar00--TEST-- RarEntry::isEncrypted() --SKIPIF-- getEntry('file1.txt'); var_dump($e->isEncrypted()); $a = rar_open(dirname(__FILE__) . '/encrypted_only_files.rar'); $e = $a->getEntry('encfile1.txt'); var_dump($e->isEncrypted()); echo "Done.\n"; --EXPECTF-- bool(false) bool(true) Done.