Return to Snippet

Revision: 26688
at May 6, 2010 13:46 by daipratt


Initial Code
ini_set('display_errors', "1");
ini_set('error_reporting', E_ALL ^ E_NOTICE);

Initial URL
http://zoocha.com/what-we-do/development/

Initial Description


Initial Title
Display PHP error messages even when they are suppressed in the php.ini

Initial Tags
php, error

Initial Language
PHP