summaryrefslogtreecommitdiff
path: root/tests/lang/bug30726.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/bug30726.phpt')
-rw-r--r--tests/lang/bug30726.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/lang/bug30726.phpt b/tests/lang/bug30726.phpt
deleted file mode 100644
index 79aeff7d26..0000000000
--- a/tests/lang/bug30726.phpt
+++ /dev/null
@@ -1,8 +0,0 @@
---TEST--
-Bug #30726 (-.1 like numbers are not being handled correctly)
---FILE--
-<?php
-echo (int) is_float('-.1' * 2), "\n";
-?>
---EXPECT--
-1