3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = ( 'wwqw' => 'reqrewrwerwer', 'ttyu' => 'sdfgd gdfg ', 'aaaa' => 'gfg gdfg', 'bbbb' => 'ffdsd', ); print_r (array_values(ksort($arr)));
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW) in gG0qO on line 5
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /in/81TSc on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_DOUBLE_ARROW in gG0qO on line 5
Process exited with code 255.

preferences:
180.53 ms | 1395 KiB | 49 Q