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