PHP Exceptions and Error Handling Which function is responsible for sending a custom message to the system log? syslog() sys_log() systemlog() log_system() syslog() sys_log() systemlog() log_system() ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which version introduced the function error_get_last()? PHP 5 PHP 4 PHP 5.2 PHP 5.3 PHP 5 PHP 4 PHP 5.2 PHP 5.3 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________ final protected static private final protected static private ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which version of PHP introduced E_STRICT Error level? PHP 4 PHP 5 PHP 5.3 PHP 5.2 PHP 4 PHP 5 PHP 5.3 PHP 5.2 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling Which of the following is/are not an exception?1. BadFunctionCallException2. BadMethodCallException3. LogicException4. DomainException 3 and 4 None of the mentioned All of the mentioned Only 4 3 and 4 None of the mentioned All of the mentioned Only 4 ANSWER DOWNLOAD EXAMIANS APP
PHP Exceptions and Error Handling How many error levels are available in PHP? 15 16 14 17 15 16 14 17 ANSWER DOWNLOAD EXAMIANS APP