mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- add test for bug #60761
This commit is contained in:
parent
d285c75819
commit
db5751c91c
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue