Which character do the error_reporting directive use to represent the logical operator NOT? ~ ^ ! / TRUE ANSWER : ? YOUR ANSWER : ?
What does SPL stand for? Source PHP List Source PHP Library Standard PHP Library Standard PHP List TRUE ANSWER : ? YOUR ANSWER : ?
Which logging option’s description is, if an error occurs when writing to the syslog, send output to the system console? LOG_CONS LOG_NDELAY LOG_ODELAY LOG_PERROR TRUE ANSWER : ? YOUR ANSWER : ?
Which version of PHP was added with Exception handling? PHP 5.3 PHP 6 PHP 4 PHP 5 TRUE ANSWER : ? YOUR ANSWER : ?
Which version added the method getPrevious()? PHP 5.1 PHP 5 PHP 4 PHP 5.3 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is/are not an exception?<br/>1. BadFunctionCallException<br/>2. BadMethodCallException<br/>3. LogicException<br/>4. DomainException Only 4 None of the mentioned All of the mentioned 3 and 4 TRUE ANSWER : ? YOUR ANSWER : ?
Which function is responsible for sending a custom message to the system log? systemlog() syslog() sys_log() log_system() TRUE ANSWER : ? YOUR ANSWER : ?
Which version introduced the function error_get_last()? PHP 5.3 PHP 5 PHP 5.2 PHP 4 TRUE ANSWER : ? YOUR ANSWER : ?
What is the description of Error level E_ERROR? Compile-time error Fatal Compile-time error Fatal run-time error Near-fatal error TRUE ANSWER : ? YOUR ANSWER : ?