<?php $a = [1, 2, 3]; $b = []; array_push($a, ...$b); print_r($a);
You have javascript disabled. You will not be able to edit any code.