Q. Which of the following are an exception in PHP?
β
Correct Answer: (D)
All of the above
Explanation: The exception is thrown if a value is not valid. UnderflowException, OverflowException, OutOfRangeException, OutOfBoundException are valid exceptions in PHP.