<?php function error() { echo "E\n"; } function __autoload($name) { echo $undef; } set_error_handler('error'); new foo;
You have javascript disabled. You will not be able to edit any code.