1 2 Warning: json_decode() expects at least 1 parameter, 0 given in %s/001.php on line 3 3 NULL 4 NULL 5 NULL 6 NULL 7 NULL 8 NULL 9 NULL 10 NULL 11 NULL 12 object(stdClass) (1) { 13 ["test"]=> 14 object(stdClass) (1) { 15 ["foo"]=> 16 string(3) "bar" 17 } 18 } 19 object(stdClass) (1) { 20 ["test"]=> 21 object(stdClass) (1) { 22 ["foo"]=> 23 string(0) "" 24 } 25 } 26 object(stdClass) (1) { 27 ["_empty_"]=> 28 object(stdClass) (1) { 29 ["foo"]=> 30 string(0) "" 31 } 32 } 33 object(stdClass) (1) { 34 ["_empty_"]=> 35 object(stdClass) (1) { 36 ["_empty_"]=> 37 string(0) "" 38 } 39 } 40 NULL 41 NULL 42 ===DONE===