fork download
  1. <?php
  2.  
  3. function massivefaggot(){
  4.  
  5. $imbecil = array ('odin', 'dva', 'tree');
  6. return $imbecil;
  7. }
  8.  
  9. for ($i=0; $i<3; $i++){
  10. echo massivefaggot()[$i];
  11. }
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
odindvatree