3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 0 => array ( 'id' => '3', 'notifications' => '1'), 1 => array ( 'id' => '4', 'notifications' => '1' ) ); $x = array_unique(call_user_func_array('array_merge', $arr)); var_dump($x);

preferences:
39.35 ms | 402 KiB | 5 Q