summaryrefslogtreecommitdiff
path: root/ext/json/tests/bug40503.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/tests/bug40503.phpt')
-rw-r--r--ext/json/tests/bug40503.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/bug40503.phpt b/ext/json/tests/bug40503.phpt
index 10896a428e..17c8fbd92a 100644
--- a/ext/json/tests/bug40503.phpt
+++ b/ext/json/tests/bug40503.phpt
@@ -7,7 +7,7 @@ serialize_precision=-1
--FILE--
<?php
function json_test_show_eq($x, $y) {
- echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n";
+ echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n";
}
$value = 0x7FFFFFFF; #2147483647;