3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = Array( Array ( [0] => Jessica [1] => Camacho [2] => 603 Knickerbocker Ave [3] => Brooklyn [4] => NY [5] => 11221 [6] => 3477601190 [7] => J.camacho41@yahoo.com [8] => 08/19/2013 10:05:48 [9] => [10] => TP529 [11] => sga006 ), Array ( [0] => heather [1] => rob [2] => 8725 22nd St [3] => Vero Beach [4] => FL [5] => 32966 [6] => 7725674505 [7] => angelsbbb12@comcast.net [8] => 08/19/2013 00:11:22 [9] => [10] => TP591 [11] => sga007 ) ); $result = call_user_func_array("array_merge", $input); var_export($result);
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected '[', expecting ')' in /in/S11vF on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[', expecting ')' in /in/S11vF on line 5
Process exited with code 255.

preferences:
191.16 ms | 1395 KiB | 66 Q