php-doc-en/reference/json
Sherif Ramadan 0d52021319 Fixed json_decode large integer example with use of JSON_BIGINT_AS_STRING as it was demonstrated wrong use of the function's option.
I modified the example to reflect the difference in behavior when you're using an object with an integer property that is too large to fit as type int in PHP instead of using a string, since strings are always just decoded as strings in PHP.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328740 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-11 10:30:48 +00:00
..
functions Fixed json_decode large integer example with use of JSON_BIGINT_AS_STRING as it was demonstrated wrong use of the function's option. 2012-12-11 10:30:48 +00:00
jsonserializable I'm so sorry. Having a shocker here. 2012-08-03 08:51:35 +00:00
book.xml mark bunch of extensions with "membership" PI (like the membership comment) 2012-06-09 17:34:56 +00:00
constants.xml Changing JSON_ERROR_UTF8 message, it says it was added on 5.3.1, but it was added on 5.3.3 as per this page: http://uk.php.net/ChangeLog-5.php 2012-11-21 13:11:15 +00:00
jsonserializable.xml jsonserializable is an interface not a class 2012-03-05 10:45:19 +00:00
reference.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
setup.xml Fix the JSON documentation (install and requirements got swapped) 2010-04-02 20:05:41 +00:00
versions.xml fix newline at end of file 2011-07-07 12:38:18 +00:00