diff options
Diffstat (limited to 'ext/standard/tests/math/atan2_basic.phpt')
-rw-r--r-- | ext/standard/tests/math/atan2_basic.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/math/atan2_basic.phpt b/ext/standard/tests/math/atan2_basic.phpt index f0055e4fdb..f6dae62900 100644 --- a/ext/standard/tests/math/atan2_basic.phpt +++ b/ext/standard/tests/math/atan2_basic.phpt @@ -12,7 +12,7 @@ $valuesy = array(23, 027, "23", "23.45", - "2.345e1", + "2.345e1", null, true, false); @@ -25,7 +25,7 @@ $valuesx = array(23, 027, "23", "23.45", - "2.345e1", + "2.345e1", null, true, false); |