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