fork(2) download
  1. <?php
  2.  
  3. $array2 = [10,20];
  4.  
  5. echo $array2[1];
Success #stdin #stdout 0.02s 82880KB
stdin
Standard input is empty
stdout
20