<?php $foo = function () { return [['a'], ['b'], ['c']]; }; $bar = function () { return [['a'], ['b'], ['c']]; }; var_dump(array_merge( ...$foo(), ...$bar() ));
You have javascript disabled. You will not be able to edit any code.