3v4l.org

run code in 500+ PHP versions simultaneously
<?php function my_func(string $first, int $second) { var_dump(func_get_args()); } call_user_func_array('myfunc', ['first' => '1', 'second' => 2 ])
Output for 8.2.31 - 8.2.33, 8.3.0 - 8.3.33, 8.4.1 - 8.4.25, 8.5.0 - 8.5.10
Parse error: syntax error, unexpected end of file in /in/LqtDd on line 7
Process exited with code 255.

preferences:
55.75 ms | 791 KiB | 3 Q