<?php set_error_handler(function () { var_dump(func_get_args()); }); echo new stdClass; echo 'still working';
You have javascript disabled. You will not be able to edit any code.