Which version introduced the function error_get_last()? PHP 5 PHP 5.3 PHP 4 PHP 5.2 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 All of the mentioned 1 and 2 1 and 3 TRUE ANSWER : ? YOUR ANSWER : ?
Which version of PHP was added with Exception handling? PHP 4 PHP 6 PHP 5.3 PHP 5 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 All of the mentioned None of the mentioned Only 4 3 and 4 TRUE ANSWER : ? YOUR ANSWER : ?
What does SPL stand for? Source PHP Library Standard PHP List Source PHP List Standard PHP Library 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 repeated_error_ignore ignore_repeated_errors repeatedly_ignore_error TRUE ANSWER : ? YOUR ANSWER : ?
How many predefined exceptions does SPL provide access to? 15 13 14 16 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements invoke the exception class? new throws Exception(); new Exception(); throws new Exception(); throw new Exception(); TRUE ANSWER : ? YOUR ANSWER : ?
Which version added the method getPrevious()? PHP 5.3 PHP 4 PHP 5 PHP 5.1 TRUE ANSWER : ? YOUR ANSWER : ?