--TEST-- RarArchive::getEntry() basic test --SKIPIF-- --FILE-- getEntry('tese.txt'); echo $rar_entry; echo "\n"; echo "Done\n"; --EXPECTF-- RarEntry for file "tese.txt" (23b93a7a) Done