diff options
Diffstat (limited to 'ext/zlib/tests/gzopen_variation7.phpt')
-rw-r--r-- | ext/zlib/tests/gzopen_variation7.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzopen_variation7.phpt b/ext/zlib/tests/gzopen_variation7.phpt index 0e499e0d37..f3ba9a4fbc 100644 --- a/ext/zlib/tests/gzopen_variation7.phpt +++ b/ext/zlib/tests/gzopen_variation7.phpt @@ -20,7 +20,6 @@ gzclose($h1); var_dump(gzread($h2, 50)); // deliberately do not close $h2 ?> -===DONE=== --EXPECT-- string(30) "When you're taught through fee" string(10) "When you'r" @@ -28,4 +27,3 @@ string(15) "lings Destiny f" string(50) "e taught through feelings Destiny flying high abov" -===DONE=== |