Which version of PHP introduced E_STRICT Error level? PHP 5 PHP 5.3 PHP 5.2 PHP 4 TRUE ANSWER : ? YOUR ANSWER : ?
What is the description of Error level E_ERROR? Near-fatal error Compile-time error Fatal Compile-time error Fatal run-time error TRUE ANSWER : ? YOUR ANSWER : ?
Which version of PHP was added with Exception handling? PHP 4 PHP 6 PHP 5 PHP 5.3 TRUE ANSWER : ? YOUR ANSWER : ?
Which function is responsible for sending a custom message to the system log? systemlog() log_system() sys_log() syslog() TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is/are an exception?<br/>1. OutOfBoundException<br/>2. OutOfRangeException<br/>3. OverflowException<br/>4. UnderflowException All of the mentioned 1 and 2 None of the mentioned 1 and 3 TRUE ANSWER : ? YOUR ANSWER : ?
You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________ private protected final static TRUE ANSWER : ? YOUR ANSWER : ?
How many predefined exceptions does SPL provide access to? 15 14 16 13 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 None of the mentioned All of the mentioned 3 and 4 Only 4 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 class Returns the message if it is passed to the object Returns the message if it is passed to the constructor Returns the message if it is passed to the file TRUE ANSWER : ? YOUR ANSWER : ?