ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- opt/alt/tests/alt-php73-pecl-rar_4.2.0-3.el8/tests/047.phpt000064400000002175152353211770016446 0ustar00--TEST-- RarEntry::extract() function (broken set fixed with volume callback) --SKIPIF-- --FILE-- getEntry('file2.txt'); echo "\nSuccess:\n"; $rar_file1 = rar_open(dirname(__FILE__).'/multi_broken.part1.rar', null, 'resolve'); $entry = $rar_file1->getEntry('file2.txt'); $entry->extract(null, dirname(__FILE__) . "/temp_file2.txt"); echo int32_to_hex(crc32(file_get_contents(dirname(__FILE__) . "/temp_file2.txt"))); echo "\n"; echo "Done\n"; ?> --CLEAN--