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