Test: /ext/zlib/tests/gzinflate_error1.phpt - Version 7.1.26    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: /opt/src/php-7.1.26/sapi/cli/php: Permission denied
001- *** Testing gzinflate() : error conditions ***
002-
003- -- Testing gzcompress() function with Zero arguments --
004-
005- Warning: gzinflate() expects at least 1 parameter, 0 given in %s on line %d
006- NULL
007-
008- -- Testing gzcompress() function with more than expected no. of arguments --
009-
010- Warning: gzinflate() expects at most 2 parameters, 3 given in %s on line %d
011- NULL
012-
013- -- Testing with a buffer that is too small --
014-
015- Warning: gzinflate(): data error in %s on line %d
016- bool(false)
017-
018- -- Testing with incorrect parameters --
019-
020- Warning: gzinflate() expects parameter 1 to be string, object given in %s on line %d
021- NULL
022-
023- Warning: gzinflate() expects parameter 2 to be integer, object given in %s on line %d
024- NULL
025- ===DONE===