summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/decoct_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/decoct_basic.phpt')
-rw-r--r--ext/standard/tests/math/decoct_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/math/decoct_basic.phpt b/ext/standard/tests/math/decoct_basic.phpt
index 3a5011b973..b9d9ebc060 100644
--- a/ext/standard/tests/math/decoct_basic.phpt
+++ b/ext/standard/tests/math/decoct_basic.phpt
@@ -6,7 +6,7 @@ $values = array(10,
3950.5,
3.9505e3,
03,
- 0x5F,
+ 0x5F,
"10",
"3950.5",
"3.9505e3",
@@ -14,8 +14,8 @@ $values = array(10,
"0x5F",
true,
false,
- null,
- );
+ null,
+ );
for ($i = 0; $i < count($values); $i++) {
$res = decoct($values[$i]);