3v4l.org

run code in 300+ PHP versions simultaneously
<?php $buffer = [ [ 'test' => '1', 'test1' => '2', ], [ 'test' => '3', 'test1' => '4', ] ]; var_dump( array_merge(...$buffer), );

preferences:
33.78 ms | 405 KiB | 5 Q