Makes E_NOTICES and E_WARNINGS fatal. This extension is for developers.
While you can set error_reporting in php, there are situations where the E_NOTICES and E_WARNINGS are "hidden" by popup forms or ajax calls and so you never see them unless you check the CMS logs while developing. Some CMS's may not even log them.