From 791dabcc3b5ce6a20ec4322955d0be24d0c7d151 Mon Sep 17 00:00:00 2001 From: andy wharmby Date: Tue, 13 Jan 2009 10:08:37 +0000 Subject: New zlib extension tests. Tested on Windows, Linux and Linux 64 bit --- ext/zlib/tests/gzdeflate_variation1.phpt | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ext/zlib/tests/gzdeflate_variation1.phpt (limited to 'ext/zlib/tests/gzdeflate_variation1.phpt') diff --git a/ext/zlib/tests/gzdeflate_variation1.phpt b/ext/zlib/tests/gzdeflate_variation1.phpt new file mode 100644 index 0000000000..75eb16e03d --- /dev/null +++ b/ext/zlib/tests/gzdeflate_variation1.phpt @@ -0,0 +1,36 @@ +--TEST-- +Test gzdeflate() function : variation +--SKIPIF-- + +--FILE-- + +===Done=== +--EXPECT-- +*** Testing gzdeflate() : variation *** + +-- Testing multiple compression -- +string(32) "078554fe65e06f6ff01eab51cfc7ae9b" +string(32) "86b9f895ef1377da5269ec3cb2729f71" +===Done=== -- cgit v1.2.1