--- embedaddon/php/ext/zlib/tests/readgzfile_variation5.phpt 2012/02/21 23:48:05 1.1.1.1 +++ embedaddon/php/ext/zlib/tests/readgzfile_variation5.phpt 2013/07/22 01:32:11 1.1.1.3 @@ -1,5 +1,5 @@ --TEST-- -Test function readgzfile() by substituting agument 1 with int values. +Test function readgzfile() by substituting argument 1 with int values. --SKIPIF-- ===DONE=== --EXPECTF-- +Warning: readgzfile(0): failed to open stream: No such file or directory in %s on line %d bool(false) + +Warning: readgzfile(1): failed to open stream: No such file or directory in %s on line %d bool(false) + +Warning: readgzfile(12345): failed to open stream: No such file or directory in %s on line %d bool(false) + +Warning: readgzfile(-2345): failed to open stream: No such file or directory in %s on line %d bool(false) -===DONE=== \ No newline at end of file +===DONE===