php.ini中error_reporting integer
Set the error reporting level. The parameter is an integer representing a bit field. Add the values of the error reporting levels you want. Table 3-1. Error Reporting Levelsbit value enabled reporting 
1 normal errors 
2 normal warnings 
4 parser errors 
8 non-critical style-related warnings The default value for this directive is 7 (normal errors, normal warnings and parser errors are shown).