3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Н2ОУ' $trans = array( 'А' => 'A', 'В' => 'B', 'С' => 'C', 'Е' => 'E', 'Н' => 'H', 'К' => 'K', 'М' => 'M', 'О' => 'O', 'Р' => 'P', 'Т' => 'T', 'У' => 'Y', 'а' => 'a', 'с' => 'c', 'е' => 'e', 'о' => 'o', 'р' => 'p', 'у' => 'y' ); echo strtr($str, $trans);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected '$trans' (T_VARIABLE) in /in/aW1XG on line 3
Process exited with code 255.

preferences:
170.86 ms | 1387 KiB | 36 Q