3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $b = array( 'index.php' => array( 'relation' => "Start", 'relType' => "rel", 'attribs' => array(), ), 'foo' => array('bar') ); $c = array( 'index.php' => array( 'relation' => "Start", 'relType' => "rel", 'attribs' => array(), ), 'foo' => array('bar') ); $u = array_unique(array_merge($b,$c), SORT_REGULAR); //var_dump($u);

preferences:
60.83 ms | 402 KiB | 5 Q