--TEST-- RarEntry::getVersion() --SKIPIF-- getEntry('file1.txt'); var_dump($e->getVersion()); echo "Done.\n"; --EXPECTF-- int(50) Done.