https://bugzilla.wikimedia.org/show_bug.cgi?id=30854
--- Comment #27 from Niklas Laxström <[email protected]> 2011-09-13 19:05:02 UTC --- var_dump( json_decode( 'cat', false ) ); NULL From PHP manual http://fi.php.net/json_decode: NULL is returned if the json cannot be decoded or if the encoded data is deeper than the recursion limit. What version of PHP? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
