<?php class Foo { public function __construct() { $this->callMe('self::methodName'); } public function callMe(callable $callback) { call_user_func($callback); } public function methodName() {} } new Foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`