summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/ceil_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/ceil_basic.phpt')
-rw-r--r--ext/standard/tests/math/ceil_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/math/ceil_basic.phpt b/ext/standard/tests/math/ceil_basic.phpt
index e90afd3388..3a4bb0c293 100644
--- a/ext/standard/tests/math/ceil_basic.phpt
+++ b/ext/standard/tests/math/ceil_basic.phpt
@@ -25,7 +25,7 @@ $values = array(0,
2.6,
-2.6,
037,
- 0x5F,
+ 0x5F,
"10.5",
"-10.5",
"3.95E3",
@@ -33,8 +33,8 @@ $values = array(0,
"039",
true,
false,
- null,
- );
+ null,
+ );
for ($i = 0; $i < count($values); $i++) {
$res = ceil($values[$i]);