php-doc-en/reference/json
Yoshinari Takaoka bd5c1c0ac0 Description about JSON_ERROR_UTF16 is wrong, because this constant is not for json_encode but json_decode function.
Also, the following testcase shows that JSON_ERROR_UTF16 is used for json_decode function.

12ce73a5bb/ext/json/tests/bug62010.phpt


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348752 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-01 10:02:15 +00:00
..
functions Clarify current behavior of JSON_THROW_ON_ERROR 2019-05-11 12:24:24 +00:00
jsonserializable Updated JSON doc, 'since' => 'as of'; Use entities instead of <type>*</type> 2019-04-16 17:56:04 +00:00
book.xml Add reference to JsonException in JSON book 2018-09-29 12:57:34 +00:00
constants.xml Description about JSON_ERROR_UTF16 is wrong, because this constant is not for json_encode but json_decode function. 2020-01-01 10:02:15 +00:00
jsonexception.xml Clarify that JsonException::$code uses the same values as json_last_error() 2019-05-24 01:02:50 +00:00
jsonserializable.xml jsonserializable is an interface not a class 2012-03-05 10:45:19 +00:00
reference.xml
setup.xml
versions.xml JsonException is available as of PHP 7.3.0 2018-12-04 01:52:17 +00:00