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