fork download
  1. <?php
  2.  
  3.  
  4. $tar-array('dishwasher'=>'eric','cook1'=>'doug','cook2'=>'bruce','cook3'=>'elliot')
  5.  
  6.  
  7. echo $tar[dishwasher];
  8. ?>
Runtime error #stdin #stdout 0.02s 13664KB
stdin
Standard input is empty
stdout
Parse error: syntax error, unexpected T_ECHO in /home/ehGx6O/prog.php on line 7