1. error_reporting = E_ALL
  2. error_reporting = E_ERROR | E_PARSE | E_CORE_ERROR
  3. error_reporting = E_ERROR | E_COMPILE_WARNING | E_CORE_ERROR
  4. error_reporting = E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR
4 views

1 Answers

Answer: Option 4

Let'

4 views

Related Questions