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