mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
reduce the test data size even further or when running with valgrind it times out
This commit is contained in:
parent
b6dff166bf
commit
b2fa0cb89d
@ -5,12 +5,12 @@ Bug #34821 (zlib encoders fail on widely varying binary data)
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
// test 50 bytes to 500k
|
||||
// test 50 bytes to 50k
|
||||
$b = array(
|
||||
50,
|
||||
500,
|
||||
5000,
|
||||
250000,
|
||||
50000,
|
||||
// 1000000, // works, but test would take too long
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user