PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? syslog() systemlog() log_system() sys_log() syslog() systemlog() log_system() sys_log() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 13 16 15 14 13 16 15 14 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which character do the error_reporting directive use to represent the logical operator NOT? ! ~ / ^ ! ~ / ^ ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What is the description of Error level E_ERROR? Near-fatal error Fatal run-time error Compile-time error Fatal Compile-time error Near-fatal error Fatal run-time error Compile-time error Fatal Compile-time error ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throw new Exception(); new throws Exception(); throws new Exception(); new Exception(); throw new Exception(); new throws Exception(); throws new Exception(); new Exception(); ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which logging option’s description is, if an error occurs when writing to the syslog, send output to the system console? LOG_NDELAY LOG_ODELAY LOG_CONS LOG_PERROR LOG_NDELAY LOG_ODELAY LOG_CONS LOG_PERROR ANSWER DOWNLOAD EXAMIANS APP