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.03s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Unsupported operand types in /home/czAm5v/prog.php on line 4