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 3 1 and 2 All of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
What does SPL stand for? Standard PHP List Source PHP Library Standard PHP Library Source PHP List 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? repeated_error_ignore ignore_repeated_errors ignore_repeat_error repeatedly_ignore_error TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following is the right description for the method getMessage() ? Returns the message if it is passed to the object Returns the message if it is passed to the file Returns the message if it is passed to the constructor Returns the message if it is passed to the class TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements invoke the exception class? throw new Exception(); new Exception(); throws new Exception(); new throws Exception(); 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_PERROR LOG_NDELAY LOG_ODELAY TRUE ANSWER : ? YOUR ANSWER : ?
What is the description of Error level E_ERROR? Fatal run-time error Near-fatal error Fatal Compile-time error Compile-time error TRUE ANSWER : ? YOUR ANSWER : ?
Which version added the method getPrevious()? PHP 5.1 PHP 4 PHP 5 PHP 5.3 TRUE ANSWER : ? YOUR ANSWER : ?