fork download
  1. <?php
  2. var_dump(json_decode([[],], true));
Success #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
NULL
stderr
PHP Warning:  json_decode() expects parameter 1 to be string, array given in /home/OKaNGW/prog.php on line 3