Vidyalelo
PHP · Q7

Exceptions And Error Handling

Programming · PHP · question 7

Q7

Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line?

A.
ignore_repeated_errors
Answer
B.
ignore_repeat_error
C.
repeatedly_ignore_error
D.
repeated_error_ignore

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board