Test: /ext/json/tests/bug41504.phpt - Version 7.1.2RC1        

Bug #41504 json_decode() incorrectly decodes JSON objects with empty string keys
Submitted: 2007-05-26 07:21:23 Modified: 2008-11-18 10:58:07
From: jmorrow Assigned: iliaa
Status: Closed Package: JSON related
PHP Version: 5.2.2 OS: OS X

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+
004+ Termsig=11
003- string(5) "value"
004- }
005- array(2) {
006- [""]=>
007- string(5) "value"
008- ["key"]=>
009- string(5) "value"
010- }
011- array(2) {
012- ["key"]=>
013- string(5) "value"
014- [""]=>
015- string(5) "value"
016- }
017- Done