<?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();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`