You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________ protected final static private TRUE ANSWER : ? YOUR ANSWER : ?
Which character do the error_reporting directive use to represent the logical operator NOT? ~ ! / ^ TRUE ANSWER : ? YOUR ANSWER : ?
Which version of PHP introduced E_STRICT Error level? PHP 5.2 PHP 5.3 PHP 5 PHP 4 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line? ignore_repeat_error ignore_repeated_errors repeated_error_ignore repeatedly_ignore_error TRUE ANSWER : ? YOUR ANSWER : ?
What does SPL stand for? Source PHP List Standard PHP Library Source PHP Library Standard PHP List TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is/are an exception?<br/>1. OutOfBoundException<br/>2. OutOfRangeException<br/>3. OverflowException<br/>4. UnderflowException None of the mentioned 1 and 2 1 and 3 All of the mentioned 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_PERROR LOG_CONS LOG_NDELAY LOG_ODELAY TRUE ANSWER : ? YOUR ANSWER : ?
How many predefined exceptions does SPL provide access to? 15 14 16 13 TRUE ANSWER : ? YOUR ANSWER : ?