### Description The function func_get_args don't work with named arguments https://3v4l.org/sDNW1#v8.5.3 ```php <?php function foo( string|null $first = null, string|null $second = null, mixed ...$others ){ var_dump(func_get_args()); } foo(others:1); ``` ### PHP Version ```plain 8.5.3 ``` ### Operating System Both
Description
The function func_get_args don't work with named arguments
https://3v4l.org/sDNW1#v8.5.3
PHP Version
Operating System
Both