3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(array('name'=>1)); var_dump(array_map(function($item){return $item['name'];},$array)); var_dump(call_user_func_array('array_merge', $array))
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected end of file in /in/bp3Nc on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected $end in /in/bp3Nc on line 6
Process exited with code 255.

preferences:
177.31 ms | 1395 KiB | 58 Q