Return to Snippet

Revision: 37651
at December 14, 2010 21:12 by Hepamin


Initial Code
<?php error_reporting(-1); ?>

Initial URL


Initial Description
To enable error reporting for *ALL* error messages including every error level (including E_STRICT, E_NOTICE etc.), simply use:

Initial Title
php error_reporting

Initial Tags
php

Initial Language
PHP