php的错误日志级别error_report-创新互联
; Error Level Constants:
成都创新互联是一家企业级云计算解决方案提供商,超15年IDC数据中心运营经验。主营GPU显卡服务器,站群服务器,多线BGP机房,海外高防服务器,服务器机柜,动态拨号VPS,海外云手机,海外云服务器,海外服务器租用托管等。; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
; E_ALL 所有错误和警告(除E_STRICT外)
; E_ERROR - fatal run-time errors
; E_ERROR 致命的错误。脚本的执行被暂停。
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_RECOVERABLE_ERROR 大多数的致命错误。
; E_WARNING - run-time warnings (non-fatal errors)
; E_WARNING 非致命的运行时错误,只是警告,脚本的执行不会停止。
; E_PARSE - compile-time parse errors
; E_PARSE 编译时解析错误,解析错误应该只由分析器生成。
; E_NOTICE - run-time notices (these are warnings which often result from a bug in your code, but it's possible that it was intentional (e.g., using an uninitialized variable and relying on the fact it's automatically initialized to an empty string)
; E_NOTICE 脚本运行时产生的提醒(往往是我们写的脚本里面的一些bug,比如某个变量没有定义),这个错误不 会导致任务中断。
; E_STRICT - run-time notices, enable to have PHP suggest changes to your code which will ensure the best interoperability and forward compatibility of your code
; E_STRICT 脚本运行时产生的提醒信息,会包含一些php抛出的让我们要如何修改的建议信息。
; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
; E_CORE_ERROR 在php启动后发生的致命性错误
; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's nitial startup
; E_CORE_WARNING 在php启动后发生的非致命性错误,也就是警告信息
; E_COMPILE_ERROR - fatal compile-time errors
; E_COMPILE_ERROR php编译时产生的致命性错误
; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
; E_COMPILE_WARNING php编译时产生的警告信息
; E_USER_ERROR - user-generated error message
; E_USER_ERROR 用户生成的错误
; E_USER_WARNING - user-generated warning message
; E_USER_WARNING 用户生成的警告
; E_USER_NOTICE - user-generated notice message
; E_USER_NOTICE 用户生成的提醒
; E_DEPRECATED - warn about code that will not work in future versions of PHP
; E_USER_DEPRECATED - user-generated deprecation warnings
& 表示并且
~ 表示非
| 表示或者
比如: error_reporting = E_ALL & ~E_NOTICE 表示错误级别为E_ALL 并且除了E_NOTICE
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
网页标题:php的错误日志级别error_report-创新互联
本文URL:http://scyanting.com/article/dpihjo.html