PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 13 15 14 16 13 15 14 16 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What does SPL stand for? Standard PHP List Source PHP List Standard PHP Library Source PHP Library Standard PHP List Source PHP List Standard PHP Library Source PHP Library ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? log_system() systemlog() sys_log() syslog() log_system() systemlog() sys_log() syslog() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException Only 4 3 and 4 None of the mentioned All of the mentioned Only 4 3 and 4 None of the mentioned All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many methods are available for the exception class? 5 7 8 6 5 7 8 6 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 ignore_repeated_errors repeatedly_ignore_error repeated_error_ignore ignore_repeat_error ignore_repeated_errors repeatedly_ignore_error repeated_error_ignore ANSWER DOWNLOAD EXAMIANS APP