Lines Matching refs:zlib
2 Bug #71417: fread() does not report zlib.inflate errors
4 <?php if (!extension_loaded('zlib')) die ('skip zlib extension not available in this build'); ?>
15 // $ php test-zlib-inflate.php
18 // $ gzip test-zlib-inflate.gz
19 // gzip: test-zlib-inflate.gz: invalid compressed data--crc error
23 // $ php test-zlib-inflate.php
25 // $ gzip test-zlib-inflate.gz
26 // gzip: test-zlib-inflate.gz: unexpected end of file
30 // $ php test-zlib-inflate.php
33 // $ gzip test-zlib-inflate.gz
34 // gzip: test-zlib-inflate.gz: invalid compressed data--crc error
38 // $ php test-zlib-inflate.phpread: string(0) ""
40 // $ gunzip test-zlib-inflate.gz
41 // gzip: test-zlib-inflate.gz: invalid compressed data--length error
53 stream_filter_append($r, 'zlib.inflate', STREAM_FILTER_READ, array('window' => 15+16));
73 Notice: fread(): zlib: data error in %s on line %d
83 Notice: fread(): zlib: data error in %s on line %d
89 Notice: fread(): zlib: data error in %s on line %d