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.
You should look to your php.ini if the “display_errors” is set to “1” or you can set the variable over php with: