summaryrefslogtreecommitdiff
path: root/tests/lang/bug28800.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug28800.phpt')
-rw-r--r--tests/lang/bug28800.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/lang/bug28800.phpt b/tests/lang/bug28800.phpt
deleted file mode 100644
index f81ad7fec9..0000000000
--- a/tests/lang/bug28800.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-Bug #28800 (Incorrect string to number conversion for strings starting with 'inf')
---FILE--
-<?php
- $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
- foreach ($strings as $v) {
- echo ($v+0)."\n";
- }
-?>
---EXPECT--
-0
-0
-0
-0
-0
-0
-