<?php class X { function __invoke() { var_dump($this); } } ($x = new X)();
You have javascript disabled. You will not be able to edit any code.