To log all error types except for 'E_NOTICE', set the error_reporting level to ________.

  • E_ALL
  • E_NOTICE
  • E_ERROR
  • E_WARNING
In PHP, the error_reporting function is used to set the error reporting level. E_ALL includes all error types, so to log all error types except for 'E_NOTICE', the correct option is E_ALL.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *