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 “$” and I don’t close statements”;”. But all my scripts show a blank page on these errors, but I want to actually see the errors in my browser output.
error_reporting(E_ALL);
ini_set(‘display_errors’, 1);
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 “$” and I don’t close statements”;”
viplav vijay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.