use set_time_limit(), this test takes forever on AIX

This commit is contained in:
Antony Dovgal 2006-03-22 19:27:28 +00:00
parent 87d97c8423
commit a4c6a19335

View 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";