--TEST-- RarEntry::getCrc() method in multi-volume archives (PECL bug #9470) --SKIPIF-- --FILE-- getCrc()."\n"; echo $list[1]->getCrc()."\n"; echo $list[2]->getCrc()."\n"; echo "\n"; echo "Done\n"; ?> --EXPECTF-- 52b28202 f2c79881 bcbce32e Done