3v4l.org

run code in 300+ PHP versions simultaneously
<?php $one[] = array('test' => 321, 'testA' => 23674); $one[] = array('test' => 3231, 'testA' => 23654); $one[] = array('test' => 32441, 'testA' => 233344); $one[] = array('test' => 324441, 'testA' => 234434); $one2[] = array('test' => 321, 'testA' => 23674); $one2[] = array('test' => 3231, 'testA' => 23654); $one2[] = array('test' => 32441, 'testA' => 233344); $one2[] = array('test' => 324441, 'testA' => 234434); $res = merge($one, $one2); var_dump($res);

preferences:
37.66 ms | 402 KiB | 5 Q