fork download
  1. <?php
  2.  
  3. echo json_encode(array("0" => 0, "foo" => "bar"));
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
{"0":0,"foo":"bar"}