diff options
Diffstat (limited to 'ext/zlib/tests/gzseek_variation3.phpt')
-rw-r--r-- | ext/zlib/tests/gzseek_variation3.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzseek_variation3.phpt b/ext/zlib/tests/gzseek_variation3.phpt index d238fe96bd..77e0e33e01 100644 --- a/ext/zlib/tests/gzseek_variation3.phpt +++ b/ext/zlib/tests/gzseek_variation3.phpt @@ -30,7 +30,6 @@ echo "tell=".gztell($h)."\n"; var_dump(gzread($h, 10)); gzclose($h); ?> -===DONE=== --EXPECT-- move to the 50th byte int(0) @@ -47,4 +46,3 @@ move backward to the 77th byte int(0) tell=77 string(10) "hat you ca" -===DONE=== |