From a027006abc5ccbdd9efd7d6c3aebed7ff47743ee Mon Sep 17 00:00:00 2001 From: andy wharmby Date: Fri, 23 Jan 2009 23:31:52 +0000 Subject: [PATCH] New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit --- ext/zlib/tests/gzuncompress_basic1.phpt | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ext/zlib/tests/gzuncompress_basic1.phpt diff --git a/ext/zlib/tests/gzuncompress_basic1.phpt b/ext/zlib/tests/gzuncompress_basic1.phpt new file mode 100644 index 0000000000..e87acdee00 --- /dev/null +++ b/ext/zlib/tests/gzuncompress_basic1.phpt @@ -0,0 +1,43 @@ +--TEST-- +Test gzuncompress() function : basic functionality +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECT-- +*** Testing gzuncompress() : basic functionality *** + +-- Basic decompress -- +int(0) + +-- Calling gzuncompress() with all max length of 3547 -- +Result length is 3547 +===DONE=== \ No newline at end of file -- 2.50.1