summaryrefslogtreecommitdiff
path: root/ext/json/tests/json_decode_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/tests/json_decode_basic.phpt')
-rw-r--r--ext/json/tests/json_decode_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/tests/json_decode_basic.phpt b/ext/json/tests/json_decode_basic.phpt
index 0bc939c257..d1169eb777 100644
--- a/ext/json/tests/json_decode_basic.phpt
+++ b/ext/json/tests/json_decode_basic.phpt
@@ -27,7 +27,7 @@ $inputs = array (
'{"Jan":31,"Feb":29,"Mar":31,"April":30,"May":31,"June":30}',
'""',
'{}'
-);
+);
// loop through with each element of the $inputs array to test json_decode() function
$count = 1;
@@ -40,7 +40,7 @@ foreach($inputs as $input) {
?>
===Done===
---EXPECTF--
+--EXPECTF--
*** Testing json_decode() : basic functionality ***
-- Iteration 1 --
int(0)