fork download
  1. <?php
  2.  
  3. $devices = array
  4. (
  5. 'iPhone' => array(320, 400),
  6. 'iPhone (Landscape)' => array(400, 600),
  7. );
  8.  
  9. echo json_encode($devices);
  10.  
  11. ?>
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Call to undefined function json_encode() in /home/Yn1scL/prog.php on line 9