fork download
  1. <?php
  2. $string = array();
  3.  
  4. $string[1] = 1;
  5.  
  6. $szam = $string[1];
  7.  
  8. echo $szam;
  9.  
  10.  
  11.  
  12. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
1