]> granicus.if.org Git - php/commitdiff
use set_time_limit(), this test takes forever on AIX
authorAntony Dovgal <tony2001@php.net>
Wed, 22 Mar 2006 19:27:28 +0000 (19:27 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 22 Mar 2006 19:27:28 +0000 (19:27 +0000)
ext/standard/tests/math/bug21523.phpt

index acf0321f17897fe9aeac91d82f0bd85ee4f55eba..f1718b0f39d04ecc725d02067c04fa665ce23dbe 100644 (file)
@@ -2,6 +2,7 @@
 Bug #21523 (number_format tries to allocate negative amount of memory)
 --FILE--
 <?php // $Id$ vim600:syn=php
+set_time_limit(5);
 
 var_dump(number_format(-2000, 2768));
 echo "OK";