PHP Exceptions and Error Handling What is the description of Error level E_ERROR? Fatal run-time error Fatal Compile-time error Near-fatal error Compile-time error Fatal run-time error Fatal Compile-time error Near-fatal 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_PERROR LOG_CONS LOG_ODELAY LOG_NDELAY LOG_PERROR LOG_CONS LOG_ODELAY LOG_NDELAY 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 You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________ static private final protected static private final protected ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 15 13 16 14 15 13 16 14 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which version of PHP introduced E_STRICT Error level? PHP 5.3 PHP 4 PHP 5.2 PHP 5 PHP 5.3 PHP 4 PHP 5.2 PHP 5 ANSWER DOWNLOAD EXAMIANS APP