3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = range(1,100); function foo() { var_dump(func_get_args()); } call_user_func_array('foo', $array);

preferences:
63.16 ms | 402 KiB | 5 Q