3v4l.org

run code in 500+ PHP versions simultaneously
<?php function foo( string|null $first = null, string|null $second = null, mixed ...$others ){ var_dump(func_get_args()); } foo(others:1);
Output for 8.5.3
array(0) { }

preferences:
39.24 ms | 480 KiB | 4 Q