Annotation of embedaddon/php/ext/standard/tests/filters/filter_errors_zlib_inflate.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Filter errors: zlib.inflate
                      3: --SKIPIF--
                      4: <?php require 'filter_errors.inc'; filter_errors_skipif('zlib.inflate'); ?>
                      5: --FILE--
                      6: <?php
                      7: require 'filter_errors.inc';
                      8: filter_errors_test('zlib.inflate', gzencode(b'42'));
                      9: ?>
                     10: --EXPECTF--
                     11: test filtering of buffered data
                     12: 
                     13: Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
                     14: test filtering of non buffered data

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>