error_reporting (PHP 3, PHP 4 , PHP 5)error_reporting -- Sets which PHP errors are reported Descriptionint error_reporting ( [int level]) The error_reporting() function sets the error_reporting directive at runtime. PHP has many levels of errors, using this function sets that level for the duration (runtime) of your script. error_reporting() sets PHP's error reporting level, and returns the old ..