3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 0 => array ( 'id' => '3', 'notifications' => '1'), 1 => array ( 'id' => '4', 'notifications' => '1' ) ) array_merge($arr[0],$arr[1])
Output for 5.4.20
Parse error: syntax error, unexpected 'array_merge' (T_STRING) in /in/kRuO4 on line 13
Process exited with code 255.
Output for 5.4.0 - 5.4.19
Parse error: syntax error, unexpected 'array_merge' (T_STRING) in /in/IM6UZ on line 13
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_STRING in /in/IM6UZ on line 13
Process exited with code 255.

preferences:
185.54 ms | 1395 KiB | 56 Q