PHP Exceptions and Error Handling Which version introduced the function error_get_last()? PHP 4 PHP 5.3 PHP 5 PHP 5.2 PHP 4 PHP 5.3 PHP 5 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? sys_log() systemlog() log_system() syslog() sys_log() systemlog() log_system() syslog() 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 version of PHP was added with Exception handling? PHP 4 PHP 5 PHP 5.3 PHP 6 PHP 4 PHP 5 PHP 5.3 PHP 6 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which version added the method getPrevious()? PHP 5.3 PHP 4 PHP 5 PHP 5.1 PHP 5.3 PHP 4 PHP 5 PHP 5.1 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