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
(b) ignore_repeat_error
(c) repeatedly_ignore_error
(d) repeated_error_ignore
This question was addressed to me in a national level competition.
Query is from Error Handling topic in chapter Error Handling and Exception Handling in PHP of PHP