<?php $arr = [ [1, 2, 3], [4, 5, 6], ]; var_dump(array_merge(...$arr));
You have javascript disabled. You will not be able to edit any code.