From f6ea9cecfa437118ed8daeb44995fb03462d08c8 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 18 Jan 2012 20:21:40 +0000 Subject: [PATCH] - add test for bug #60761 --- ext/zlib/tests/bug60761.phpt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ext/zlib/tests/bug60761.phpt 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 -- 2.40.0