<?php class Foo { public function bar() { var_dump($this); } } $foo = new Foo(); $f = (new ReflectionMethod($foo, 'bar'))->getClosure($foo)->bindTo(null); $f();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`