<?php function test($foo, $bar = "bardefault", $qux = "quxdefault") { return [$foo, $bar, $qux]; } var_dump(test(foo: "foovalue", qux: "quxvalue"));
You have javascript disabled. You will not be able to edit any code.