Lines Matching refs:json_decode
1131 . Fixed bug #54484 (Empty string in json_decode doesn't reset
1937 - Fixed bug #52262 (json_decode() shows no errors on invalid UTF-8).
2998 - Added the ability for json_decode() to take a user specified depth. (Scott)
3020 - Added json_last_error() to return any error information from json_decode().
3024 - Added depth parameter to json_decode() to lower the nesting depth from the
3203 - Fixed bug #45989 (json_decode() doesn't return NULL on certain invalid
3212 - Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double). (Scott)
3379 - Fixed bug #47644 (Valid integers are truncated with json_decode()). (Scott)
3460 - Fixed a segfault when malformed string is passed to json_decode(). (Scott)
4232 - Fixed bug #42090 (json_decode causes segmentation fault). (Hannes)
4411 - Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty
4424 - Fixed bug #41403 (json_decode cannot decode floats if localeconv
4996 - Fixed bug #38680 (Added missing handling of basic types in json_decode).