<?php class C { static function f() { return function() { return $this; }; } } $f = (new C)->f(); var_dump($f->call(new stdClass));
You have javascript disabled. You will not be able to edit any code.