<?php class c { public function __construct() { $a = 'this'; var_dump(isset( $$a )); } } new c;
You have javascript disabled. You will not be able to edit any code.