<?php function foo($a, $b = 2, $c = 3) { return func_get_args(); } var_dump(foo(1, c: 2));
You have javascript disabled. You will not be able to edit any code.