Exceptions And Error Handling - Study Mode
[#6] What does SPL stand for?
Correct Answer
(A) Standard PHP Library
Explanation
Solution: The standard PHP library(SPL) extends PHP by offering ready-made solutions to commonplace tasks such as file access, iteration of various sorts etc.
[#7] How many predefined exceptions does SPL provide access to?
Correct Answer
(A) 13
[#8] Which of the following is/are not an exception? 1. BadFunctionCallException 2. BadMethodCallException 3. LogicException 4. DomainException
Correct Answer
(D) None of the mentioned
[#9] Which of the following is/are an exception? 1. OutOfBoundException 2. OutOfRangeException 3. OverflowException 4. UnderflowException
Correct Answer
(A) All of the mentioned
[#10] How many error levels are available in PHP?
Correct Answer
(C) 16