--TEST-- Test json_decode() function : error conditions --SKIPIF-- --FILE-- ===Done=== --EXPECTF-- *** Testing json_decode() : error conditions *** -- Testing json_decode() function with no arguments -- Warning: json_decode() expects at least 1 parameter, 0 given in %s on line %d NULL -- Testing json_decode() function with more than expected no. of arguments -- Warning: json_decode() expects at most 4 parameters, 5 given in %s on line %d NULL -- Testing json_decode() function with depth below 0 -- Warning: json_decode(): Depth must be greater than zero in %s on line %d NULL ===Done===