php-doc-en/reference/json/functions
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
..
json-decode.xml 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
json-encode.xml Add a link to the constants page from json_encode() and fix the title of the 2012-11-06 05:19:26 +00:00
json-last-error.xml Whitespace 2011-06-16 12:57:06 +00:00