ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- opt/alt/tests/alt-php55-pecl-rar_4.2.0-1.el8/tests/073.phpt000064400000001043152352461440016434 0ustar00--TEST-- RarEntry::getStream handles files with non-unique entry names --SKIPIF-- --FILE-- getStream(); if ($stream) { echo $e->getPosition() . ". $e\n"; echo stream_get_contents($stream); echo "\n"; } } 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. opt/alt/tests/alt-php82-pecl-rar_4.2.0-3.el8/tests/073.phpt000064400000001043152352504660016440 0ustar00--TEST-- RarEntry::getStream handles files with non-unique entry names --SKIPIF-- --FILE-- getStream(); if ($stream) { echo $e->getPosition() . ". $e\n"; echo stream_get_contents($stream); echo "\n"; } } 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.