mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +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)
|
Bug #21523 (number_format tries to allocate negative amount of memory)
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php // $Id$ vim600:syn=php
|
<?php // $Id$ vim600:syn=php
|
||||||
|
set_time_limit(5);
|
||||||
|
|
||||||
var_dump(number_format(-2000, 2768));
|
var_dump(number_format(-2000, 2768));
|
||||||
echo "OK";
|
echo "OK";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue