From: andy wharmby Date: Fri, 23 Jan 2009 23:31:52 +0000 (+0000) Subject: New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit X-Git-Tag: php-5.4.0alpha1~191^2~4407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a027006abc5ccbdd9efd7d6c3aebed7ff47743ee;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..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