<?php set_exception_handler(function () { ob_end_clean(); }); set_error_handler(function() { var_dump(debug_backtrace()); throw new Exception(); }); $a['waa'];
You have javascript disabled. You will not be able to edit any code.