PHP Exceptions and Error Handling What does SPL stand for? Source PHP Library Standard PHP List Source PHP List Standard PHP Library Source PHP Library Standard PHP List Source PHP List Standard PHP Library ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What is the description of Error level E_ERROR? Fatal Compile-time error Fatal run-time error Compile-time error Near-fatal error Fatal Compile-time error Fatal run-time error Compile-time error Near-fatal error ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 16 14 15 13 16 14 15 13 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException None of the mentioned 3 and 4 Only 4 All of the mentioned None of the mentioned 3 and 4 Only 4 All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throws new Exception(); throw new Exception(); new Exception(); new throws Exception(); throws new Exception(); throw new Exception(); new Exception(); new throws Exception(); ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line? ignore_repeat_error repeated_error_ignore repeatedly_ignore_error ignore_repeated_errors ignore_repeat_error repeated_error_ignore repeatedly_ignore_error ignore_repeated_errors ANSWER DOWNLOAD EXAMIANS APP