From: andy wharmby Date: Fri, 23 Jan 2009 23:31:50 +0000 (+0000) Subject: New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit X-Git-Tag: php-5.3.0beta1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bfdbb3e2c752f38813b9c00bd71acc800a6b6ec;p=php New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit --- diff --git a/ext/zlib/tests/gzuncompress_basic1.phpt b/ext/zlib/tests/gzuncompress_basic1.phpt new file mode 100644 index 0000000000..fa7f1759e6 --- /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 max length of 3547 -- +Result length is 3547 +===DONE=== \ No newline at end of file