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