--TEST-- RarEntry::getPackedSize() --SKIPIF-- getEntry('4mb.txt'); var_dump($e->getPackedSize()); echo "Done.\n"; --EXPECTF-- int(2444) Done.