3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = Array ( [5] => Array ( [date] => 2013-15-6 [position] => 9 [race] => 9 ) [6] => Array ( [date] => 2013-15-7 [position] => 9 [race] => 9 ) [7] => Array ( [date] => 2013-15-8 [position] => 9 [race] => 9 ) [8] => Array ( [date] => 2013-15-9 [position] => 9 [race] => 9 ) [9] => Array ( [date] => 2013-15-10 [position] => 9 [race] => 9 ) [10] => Array ( [date] => 2013-15-11 [position] => 9 [race] => 9 ) [11] => Array ( [date] => 2013-15-12 [position] => 9 [race] => 9 ) ); $result = call_user_func_array("array_merge", $input); var_export($result);
Output for 5.4.0 - 5.4.19
Parse error: syntax error, unexpected '[', expecting ')' in /in/fI700 on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected '[', expecting ')' in /in/fI700 on line 4
Process exited with code 255.

preferences:
182.62 ms | 1395 KiB | 55 Q