fork download
  1. <?php
  2.  
  3. $foo = [
  4. 'foo',
  5. 'bar',
  6. ];
  7.  
  8. echo $foo[1][2];
Success #stdin #stdout 0.02s 23512KB
stdin
Standard input is empty
stdout
r