--TEST-- Stream wrapper with volume find callback --SKIPIF-- array('volume_callback'=>'resolve')))); $a = stream_get_contents($stream); echo strlen($a)." bytes, CRC "; echo int32_to_hex(crc32($a))."\n\n"; //you can confirm they're equal to those given by $e->getCrc() echo "Done.\n"; --EXPECTF-- 17704 bytes, CRC F2C79881 Done.