Home  >  Article  >  php教程  >  请教一下error_reporting设置异常报告的级别有关问题

请教一下error_reporting设置异常报告的级别有关问题

WBOY
WBOYOriginal
2016-06-06 19:43:061384browse

请问一下error_reporting设置错误报告的级别问题 机器上phpinfo的error_reporting的值是32767,这个是什么意思?在错误和日志记录预定义常量没有这个值, 而且printerror_reporting();浏览器显示32767这个是为什么吗? ------解决思路----------------------

请问一下error_reporting设置错误报告的级别问题

机器上phpinfo 的error_reporting的值是32767,这个是什么意思?  在错误和日志记录预定义常量没有这个值,
而且print error_reporting(); 浏览器显示32767  这个是为什么吗?

------解决思路----------------------
看看这个:http://www.zixue.it/forum.php?mod=viewthread&tid=11407&extra=page%3D3%26filter%3Dtypeid%26typeid%3D58%26typeid%3D58
------解决思路----------------------
手册中已经说的很清楚了

把你设置的那些项的值(value)加起来,就是你看到的数字
Statement:
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