PHP Exceptions and Error Handling Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions? define_syslog_variable() define_variable() log_variable() define_log_variable() define_syslog_variable() define_variable() log_variable() define_log_variable() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What is the description of Error level E_ERROR? Fatal Compile-time 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 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
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException All of the mentioned 3 and 4 None of the mentioned Only 4 All of the mentioned 3 and 4 None of the mentioned Only 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________ static private protected final static private protected final ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many error levels are available in PHP? 14 17 15 16 14 17 15 16 ANSWER DOWNLOAD EXAMIANS APP