Quiz on Error Handling

Take this short quiz to test your concepts of error handling.

We'll cover the following...
Technical Quiz
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


1 / 4