<?php set_error_handler(function () {return true;}); @unlink('/goo'); print_r(error_get_last()); set_error_handler(function () {return false;}); @unlink('/goo'); print_r(error_get_last());
You have javascript disabled. You will not be able to edit any code.