3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = Array( Array ( 0 => 1 1 => Coffee 2 => Dancing 3 => Comical Skits 4 => Cooking 5 => Cleaning 6 => Shoe-Tying 7 => Hop on No Legs ), Array ( 0 => 2 ) ); $result = call_user_func_array("array_merge", $input); var_export($result);
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected '1' (T_LNUMBER), expecting ')' in /in/5WuMY on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_LNUMBER, expecting ')' in /in/5WuMY on line 5
Process exited with code 255.

preferences:
180.74 ms | 1399 KiB | 60 Q