summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/hypot_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/hypot_basic.phpt')
-rw-r--r--ext/standard/tests/math/hypot_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/math/hypot_basic.phpt b/ext/standard/tests/math/hypot_basic.phpt
index c47aabcd8a..107d3e40de 100644
--- a/ext/standard/tests/math/hypot_basic.phpt
+++ b/ext/standard/tests/math/hypot_basic.phpt
@@ -20,8 +20,8 @@ $valuesy = array(23,
027,
"23",
"23.45",
- "2.345e1",
- "23abc",
+ "2.345e1",
+ "23abc",
null,
true,
false);
@@ -35,7 +35,7 @@ $valuesx = array(33,
"33",
"43.45",
"1.345e1",
- "33abc",
+ "33abc",
null,
true,
false);