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