mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
- add test for bug #60761
This commit is contained in:
parent
1cc5588248
commit
9e4669b3a6
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user