Home » PHP » PHP Error Handling » Question
  1. Which of the following statements causes PHP to disregard repeated error messages that occur within the same file and on the same line?
    1. repeated_error_ignore
    2. ignore_repeated_errors
    3. ignore_repeat_error
    4. repeatedly_ignore_error
    5. ignore_repeated_errors
Correct Option: B

ignore_repeated_errors



Your comments will be displayed only after manual approval.