小编Sur*_*aba的帖子

如何通过php.ini禁用警告和通知

我在php.ini中编写此代码以禁用警告和通知,但它不适用于我.error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING 下面是我的错误处理代码php.ini,

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; error_reporting is a bit-field.  Or each number up to get desired error
; reporting level
; E_ALL             - All errors and warnings (doesn't include E_STRICT)
; E_ERROR           - fatal run-time errors
; E_RECOVERABLE_ERROR  - almost fatal run-time errors
; E_WARNING         - run-time warnings (non-fatal errors)
; E_PARSE           - compile-time parse errors
; E_NOTICE          - run-time notices (these are warnings which often result …
Run Code Online (Sandbox Code Playgroud)

php error-handling warnings

11
推荐指数
3
解决办法
5万
查看次数

标签 统计

error-handling ×1

php ×1

warnings ×1