What is work without this?

What is work without this?
This commit is contained in:
Pro-pra 2022-05-06 08:37:31 +09:00 committed by GitHub
parent 7b96a2c1d7
commit ad714fb280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,3 +43,4 @@
//error_reporting (E_ALL); // Report everything //error_reporting (E_ALL); // Report everything
//error_reporting (E_ALL ^ E_NOTICE); // hide notices //error_reporting (E_ALL ^ E_NOTICE); // hide notices
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings
?>