mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
use set_time_limit(), this test takes forever on AIX
This commit is contained in:
parent
87d97c8423
commit
a4c6a19335
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue