3v4l.org

run code in 300+ PHP versions simultaneously
<?php $locale = 'US'; $realm = 'magtheridon'; $character = 'billymayys'; $my_array = ( 'L' => $locale, 'R' => $realm, 'C' => $character ); print_r($my_array);
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW) in /in/JsPgJ on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /in/JsPgJ on line 6
Process exited with code 255.

preferences:
176.51 ms | 1395 KiB | 47 Q