1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

- add test for bug #60761

This commit is contained in:
Pierre Joye
2012-01-18 20:29:13 +00:00
parent d285c75819
commit db5751c91c

View File

@@ -1,5 +1,7 @@
--TEST--
checks zlib compression size is always the same no matter how many times its run
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
--FILE--
<?php
@@ -30,4 +32,4 @@ Compressed lengths
array(1) {
[0]=>
int(%d)
}
}