Q.1
Which version introduced the function error_get_last()?
Q.2
Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line?
Q.3
Which function initializes the constants necessary for using the openlog(), clodelog(), and syslog() functions?
Q.4
Which logging option’s description is, if an error occurs when writing to the syslog, send output to the system console?
Q.5
Which function is responsible for sending a custom message to the system log?
Q.6
Which version added the method getPrevious()?
Q.7
Which of the following statements invoke the exception class?
Q.8
Which one of the following is the right description for the method getMessage() ?
Q.9
Which version of PHP was added with Exception handling?
Q.10
How many methods are available for the exception class?
Q.11
You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________
Q.12
What does SPL stand for?
Q.13
How many predefined exceptions does SPL provide access to?
Q.14
Which of the following is/are not an exception?
1. BadFunctionCallException
2. BadMethodCallException
3. LogicException
4. DomainException
Q.15
Which of the following is/are an exception?
1. OutOfBoundException
2. OutOfRangeException
3. OverflowException
4. UnderflowException
0 h : 0 m : 1 s