<?php class Foo { public function bar() { $that = $this; return static function() use($that) { $that->baz(); }; } private function baz() { echo 'baz'; } } $foo = new Foo(); $closure = $foo->bar(); $closure();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`