PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? sys_log() syslog() log_system() systemlog() sys_log() syslog() log_system() systemlog() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many predefined exceptions does SPL provide access to? 16 15 14 13 16 15 14 13 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
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException Only 4 None of the mentioned All of the mentioned 3 and 4 Only 4 None of the mentioned All of the mentioned 3 and 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? new Exception(); new throws Exception(); throws new Exception(); throw new Exception(); new Exception(); new throws Exception(); throws new Exception(); throw new Exception(); ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which version introduced the function error_get_last()? PHP 5 PHP 5.3 PHP 5.2 PHP 4 PHP 5 PHP 5.3 PHP 5.2 PHP 4 ANSWER DOWNLOAD EXAMIANS APP