ignore_repeated_errors

Enabling ignore_repeated_errors causes PHP to disregard repeated error messages that occur within the same file and on the same line.

ignore_repeated_errors = Off

Ignore_repeated_errors in the system php.ini file can interfere with testing, causing bogus failure reports.





Content