fork download
  1. <?php
  2.  
  3.  
  4. $tar-array
  5. ('dishwasher'=>'eric',
  6. 'cook1'=>'doug',
  7. 'cook2'=>'bruce',
  8. 'cook3'=>'elliot');
  9.  
  10.  
  11. echo $tar['dishwasher'];
  12. ?>
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Unsupported operand types in /home/WNBzlZ/prog.php on line 8