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