Home > php教程 > PHP开发 > body text

php错误级别

WBOY
Release: 2016-06-07 17:23:51
Original
1224 people have browsed it

在运行PHP程序时,经常会遇到错误提示,下面我对那些错误提示作一下归纳。

PHP的主要的3个报错级别
1、Notice
2、warning
3、parse error


报错模式设置数值,-1是全报错模式,希望抑制哪个报错级别就用-1减去对应级别数值即可,如果希望同时抑制多个报错级别,就用-1连续减去对应级别数值即可。


语法: int error

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template