--TEST-- Test function stream_get_meta_data on a zlib stream --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- no wrapper array(7) { ["timed_out"]=> bool(false) ["blocked"]=> bool(true) ["eof"]=> bool(false) ["stream_type"]=> string(4) "ZLIB" ["mode"]=> string(1) "r" ["unread_bytes"]=> int(0) ["seekable"]=> bool(true) } with wrapper array(9) { ["timed_out"]=> bool(false) ["blocked"]=> bool(true) ["eof"]=> bool(false) ["wrapper_type"]=> string(4) "ZLIB" ["stream_type"]=> string(4) "ZLIB" ["mode"]=> string(1) "r" ["unread_bytes"]=> int(0) ["seekable"]=> bool(true) ["uri"]=> string(%d) "compress.zlib://%s/004.txt.gz" } ===DONE===