file and display errors is set and also error reporting is
Code:
E_ALL
. I have restarted my Apache web server. I have even put these lines at the top of my script, and it doesn't even catch simple parse errors. For example, I declare variables with a
Code:
"$"
and I don't close statements
Code:
";"
. But all my scripts show a blank page on these errors, but I want to actually see theerrorsin my browser output.