<?php class x { private $p = 'Yes!'; function foo() { // valid code echo $this->$this; } function __toString() { return 'p'; } } (new x)->foo();
You have javascript disabled. You will not be able to edit any code.