3v4l.org

run code in 300+ PHP versions simultaneously
<?php function userland_call_user_func(callable $function, ...$args) { return $function(...$args); } function foo($bar) { throw new \Exception(); } function bar() { userland_call_user_func('foo', 'baz'); } bar();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
153.17 ms | 3365 KiB | 10 Q