diff options
Diffstat (limited to 'ext/zlib/tests/gzdeflate_variation1.phpt')
-rw-r--r-- | ext/zlib/tests/gzdeflate_variation1.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzdeflate_variation1.phpt b/ext/zlib/tests/gzdeflate_variation1.phpt index 7993abb529..de632e8f7d 100644 --- a/ext/zlib/tests/gzdeflate_variation1.phpt +++ b/ext/zlib/tests/gzdeflate_variation1.phpt @@ -26,11 +26,9 @@ var_dump( md5($output)); var_dump(md5(gzdeflate($output))); ?> -===Done=== --EXPECT-- *** Testing gzdeflate() : variation *** -- Testing multiple compression -- string(32) "078554fe65e06f6ff01eab51cfc7ae9b" string(32) "86b9f895ef1377da5269ec3cb2729f71" -===Done=== |