ID: 45791
Updated by: [EMAIL PROTECTED]
Reported By: php at rjbs dot manxome dot org
-Status: Open
+Status: Verified
Bug Type: JSON related
Operating System: Mac OSX 10.5
-PHP Version: 5.2.6
+PHP Version: 5.2CVS, 5.3CVS, 6CVS (2008-08-25)
Previous Comments:
------------------------------------------------------------------------
[2008-08-11 22:53:17] php at rjbs dot manxome dot org
Description:
------------
as a number literal, 0e0 is valid JSON. json_decode translates it into
NULL
Reproduce code:
---------------
~$ php
<? var_dump(json_decode('{"zero": 0e0}')) ?>
Expected result:
----------------
something like:
object(stdClass)#1 (1) {
["zero"]=>
float(0)
}
Actual result:
--------------
NULL
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=45791&edit=1