From 0585a8a90324ecec79e724c00d4d459a5c179872 Mon Sep 17 00:00:00 2001 From: Carola 'Sammy' Kummert Date: Sat, 7 Mar 2009 23:15:54 +0000 Subject: [PATCH] fix entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276860 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/functions/json-decode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.