I\'m checking the configuration of my PHP server and I need to set the following parameter as follows:
error_reporting set to E_ALL & ~E_NOTICE
E_ALL & ~E_NOTICE
Values used for error reporting
E_RECOVERABLE_ERROR 4096 + E_USER_NOTICE 1024 + E_USER_WARNING 512 + E_USER_ERROR 256 + E_COMPILE_WARNING 128 + E_COMPILE_ERROR 64 + E_CORE_WARNING 32 + E_CORE_ERROR 16 + E_PARSE 4 + E_WARNING 2 + E_ERROR 1 + = 6135