I am wondering why my http://localhost/ server is not displaying any error? I am throwing errors like "require(abc.php);" which doesn't exists,
Tried throwing every error, but either screen goes blank or the actual output comes, but no error is reported.
I also wrote error_reporting(E_ALL); on top of the file, but still, can't figure out.