diff --git a/reference/json/functions/json-decode.xml b/reference/json/functions/json-decode.xml index d387f3aef4..6e7062cdbd 100644 --- a/reference/json/functions/json-decode.xml +++ b/reference/json/functions/json-decode.xml @@ -1,5 +1,5 @@ - + json_decode @@ -150,7 +150,7 @@ json_decode($bad_json); // null - This function will return false if the JSON encoded data is deeper than + This function will return &false; if the JSON encoded data is deeper than 127 elements.