]> granicus.if.org Git - php/commitdiff
MFB
authorNuno Lopes <nlopess@php.net>
Wed, 3 Jan 2007 22:33:33 +0000 (22:33 +0000)
committerNuno Lopes <nlopess@php.net>
Wed, 3 Jan 2007 22:33:33 +0000 (22:33 +0000)
ext/zlib/tests/bug_34821.phpt

index e1a97fca3584bfd13de5a41934e4ed3a96e60b44..b378ec4097c9083a17c12bfc6cb507e55a66ec3d 100644 (file)
@@ -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
 );