PHP Exceptions and Error Handling Which version added the method getPrevious()? PHP 4 PHP 5.1 PHP 5.3 PHP 5 PHP 4 PHP 5.1 PHP 5.3 PHP 5 ANSWER DOWNLOAD EXAMIANS APP
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 Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException All of the mentioned 3 and 4 None of the mentioned Only 4 All of the mentioned 3 and 4 None of the mentioned Only 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling What is the description of Error level E_ERROR? Compile-time error Fatal Compile-time error Near-fatal error Fatal run-time error Compile-time error Fatal Compile-time error Near-fatal error Fatal run-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
PHP Exceptions and Error Handling Which of the following statements invoke the exception class? throw new Exception(); new throws Exception(); new Exception(); throws new Exception(); throw new Exception(); new throws Exception(); new Exception(); throws new Exception(); ANSWER DOWNLOAD EXAMIANS APP