fork download
  1.  
  2.  
  3. <?php
  4. $tar=array('eric','doug','bruce','elliot');
  5. echo $tar[3];
  6. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout

elliot