Exception Handling in PHP - Quiz

  • A ignore_repeated_errors
  • B ignore_repeat_error
  • C repeatedly_ignore_error
  • D repeated_error_ignore
  • A LOG_CONS
  • B LOG_NDELAY
  • C LOG_ODELAY
  • D LOG_PERROR
  • A systemlog()
  • B syslog()
  • C log_system()
  • D sys_log()
  • A define_variable()
  • B define_log_variable()
  • C log_variable()
  • D define_syslog_variable()
  • A Fatal run-time error
  • B Near-fatal error
  • C Compile-time error
  • D Fatal Compile-time error
  • A throws new Exception();
  • B throw new Exception();
  • C new Exception();
  • D new throws Exception();