diff options
Diffstat (limited to 'ext/standard/tests/math/bug21523.phpt')
-rw-r--r-- | ext/standard/tests/math/bug21523.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/bug21523.phpt b/ext/standard/tests/math/bug21523.phpt index 7589c401e3..20616b10b3 100644 --- a/ext/standard/tests/math/bug21523.phpt +++ b/ext/standard/tests/math/bug21523.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #21523 (number_format tries to allocate negative amount of memory) --FILE-- -<?php // vim600:syn=php +<?php set_time_limit(5); var_dump(number_format(-2000, 2768)); |