fork(1) download
  1. <?php
  2.  
  3. $foodAndStars = array(
  4. '1*' => '401', //отныне одна звезда - это две звезды!
  5. '2*' => '401',
  6. '3*' => '402',
  7. '4*' => '403',
  8. '5*' => '404',
  9. 'Apts' => '405',
  10. 'Villas' => '406',
  11. 'HV1' => '410',
  12. 'HV2' => '411',
  13. 'Любая' => '0',
  14. 'UAI' => '116',
  15. 'AI' => '115',
  16. 'FB' => '112',
  17. 'FB+' => '121',
  18. 'HB' => '113',
  19. 'HB+' => '122',
  20. 'BB' => '114',
  21. 'RO' => '117',
  22.  
  23. )
  24.  
  25. var_dump($foodAndStars);
Runtime error #stdin #stdout #stderr 0.02s 23264KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected 'var_dump' (T_STRING) in /home/whViP0/prog.php on line 25