ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- opt/alt/tests/alt-php71-pecl-rar_4.2.0-3.el8/tests/074.phpt000064400000001267152353275040016445 0ustar00--TEST-- RarEntry::extract handles files with non-unique entry names --SKIPIF-- --CLEAN-- extract("", $dest); if ($res) { echo $e->getPosition() . ". $e\n"; echo file_get_contents($dest); echo "\n"; } else { die("failed extraction"); } } echo "Done.\n"; --EXPECTF-- 0. RarEntry for file "file.txt" (ae2a88a7) Content of first file. 1. RarEntry for file "file.txt" (771df243) Content of second file. Done.