From: Pierre Joye Date: Wed, 18 Jan 2012 20:21:40 +0000 (+0000) Subject: - add test for bug #60761 X-Git-Tag: php-5.4.0RC6~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6ea9cecfa437118ed8daeb44995fb03462d08c8;p=php - add test for bug #60761 --- diff --git a/ext/zlib/tests/bug60761.phpt b/ext/zlib/tests/bug60761.phpt new file mode 100644 index 0000000000..69b43c09ad --- /dev/null +++ b/ext/zlib/tests/bug60761.phpt @@ -0,0 +1,33 @@ +--TEST-- +checks zlib compression size is always the same no matter how many times its run +--FILE-- + +--EXPECTREGEX-- +Compressed lengths +array(1) { + [0]=> + int(%d) +} \ No newline at end of file