fork(1) download
  1. <?php
  2.  
  3. $vocabulary = array(
  4. 'дом' => 'うち',
  5. 'голос' => 'こえ',
  6. );
  7.  
  8. var_dump($vocabulary);
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected ''こえ'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /home/O4CWRo/prog.php on line 6