Quiz on Error Handling
Take this short quiz to test your concepts of error handling.
1
Choose the appropriate PHP settings for a production environment where users can access your web application (you can select multiple options):
A)
display_errors = On
B)
display_errors = Off
C)
error_reporting = -1
D)
error_reporting = 0
Question 1 of 40 attempted
Get hands-on with 1400+ tech skills courses.