What are the recommended settings in the PHP configuration file, php.ini, for a testing environment?
error_reporting = E_ALL & ~E_NOTICE display_errors = Off
error_reporting = E_ALL display_errors = On
report_errors = E_ALL display_errors = On
error_reporting = E_ALL & ~E_NOTICE display_errors = On