fork download
  1. <?php
  2.  
  3. $foo = null;
  4.  
  5. $bar = json_decode($foo, true);
  6.  
  7. var_dump($bar);
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
NULL