summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/readgzfile_variation7.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/readgzfile_variation7.phpt')
-rw-r--r--ext/zlib/tests/readgzfile_variation7.phpt10
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/zlib/tests/readgzfile_variation7.phpt b/ext/zlib/tests/readgzfile_variation7.phpt
index f4abdac9b5..e60c01cb79 100644
--- a/ext/zlib/tests/readgzfile_variation7.phpt
+++ b/ext/zlib/tests/readgzfile_variation7.phpt
@@ -27,17 +27,15 @@ foreach ( $variation_array as $var ) {
var_dump(readgzfile( $var , $use_include_path ) );
}
?>
-===DONE===
--EXPECTF--
-Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d
bool(false)
-Warning: readgzfile(string): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d
bool(false)
-Warning: readgzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d
bool(false)
-Warning: readgzfile(hello world): failed to open stream: No such file or directory in %s on line %d
+Warning: readgzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
bool(false)
-===DONE===