<?php function foo (?int $foo = null, ?int $bar = null): void { var_dump(func_num_args()); } foo(bar: 5);
You have javascript disabled. You will not be able to edit any code.