fork(28) download
  1. <?php
  2.  
  3. $array = array(1, "PHP", false);
  4.  
  5. echo $array[1];
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
PHP