PHP Classes

PHP Error Bag package blog

Recommend this page to a friend!

Latest PHP Error Bag package blog posts

  All package blogs All package blogs   PHP Error Bag PHP Error Bag   Blog PHP Error Bag package blog   Post article Post article  

1. How to Detect Multiple Bugs that Cause Many PHP Errors Within the Same PHP Script Execution

Updated on: 2022-01-21

Posted on:

Good error handling is necessary to help developers discover and fix eventual bugs.

There are non-fatal errors that cause bugs in applications. Applications may have code that can detect these bugs without stopping the rest of the application from working.

When these non-fatal errors happen in the same script, it is helpful to keep track and report all of those errors, so developers can look at them when they debug the applications.

This package can collect these errors in a bag, so they can be processed all at once, for instance, by recording in a log file or sending them to another machine that can make some helpful processing of the errors.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  All package blogs All package blogs   PHP Error Bag PHP Error Bag   Blog PHP Error Bag package blog   Post article Post article