3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('where' => array('uid' => 4)); $b = array('where' => array('label' => 'test')); var_dump(array_merge($a, $b), array_merge_recursive($a, $b));

preferences:
33.1 ms | 402 KiB | 5 Q