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