<?PHP
// produchtion
error_reporting(E_ERROR);
//developement
//error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
?>