diff options
Diffstat (limited to 'ext/zlib/tests/gzfile_variation3.phpt')
-rw-r--r-- | ext/zlib/tests/gzfile_variation3.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzfile_variation3.phpt b/ext/zlib/tests/gzfile_variation3.phpt index 5871b34f78..bd6e7a5086 100644 --- a/ext/zlib/tests/gzfile_variation3.phpt +++ b/ext/zlib/tests/gzfile_variation3.phpt @@ -28,7 +28,6 @@ foreach ( $variation as $var ) { var_dump(gzfile( $var , $use_include_path ) ); } ?> -===DONE=== --EXPECTF-- Warning: gzfile(): Filename cannot be empty in %s on line %d bool(false) @@ -47,4 +46,3 @@ bool(false) Warning: gzfile(): Filename cannot be empty in %s on line %d bool(false) -===DONE=== |