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