migrating5.errorrep.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 32 行

HTML
32
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Error Reporting</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="migration5.html">Migrating from PHP 4 to PHP 5.0.x</a></div> <div class="next" style="text-align: right; float: right;"><a href="debugger.html">Debugging in PHP</a></div> <div class="up"><a href="migration5.html">Migrating from PHP 4 to PHP 5.0.x</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="migrating5.errorrep" class="section">   <h2 class="title">Error Reporting</h2>   <p class="para">    As of PHP 5 new error reporting constant E_STRICT was introduced with    value 2048. It enables run-time PHP suggestions on your code    interoperability and forward compatibility, that will help you to keep    latest and greatest suggested method of coding. E.g. STRICT message will    warn you on using deprecated functions.   </p>   <blockquote><p><b class="note">Note</b>:     <span class="simpara">     E_ALL does not include E_STRICT so it&#039;s not enabled by default    </span>   </p></blockquote>  </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="migration5.html">Migrating from PHP 4 to PHP 5.0.x</a></div> <div class="next" style="text-align: right; float: right;"><a href="debugger.html">Debugging in PHP</a></div> <div class="up"><a href="migration5.html">Migrating from PHP 4 to PHP 5.0.x</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?