summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/bug21523.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/bug21523.phpt')
-rw-r--r--ext/standard/tests/math/bug21523.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/bug21523.phpt b/ext/standard/tests/math/bug21523.phpt
index 9fc441fba4..7589c401e3 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 // $Id$ vim600:syn=php
+<?php // vim600:syn=php
set_time_limit(5);
var_dump(number_format(-2000, 2768));