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