查看PHP分析错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看PHP分析错误相关的知识,希望对你有一定的参考价值。

Allows you to still view php parse errors, even if you don't have write access to your php.ini file. Since PHP pages are parsed before being executed, parse errors won't show up even if you turn on display_errors in the page you are checking.
  1. <?php
  2.  
  3. // file name: checkerrors.php
  4.  
  5. ini_set("display_errors", 1);
  6. include('file_with_errors.php');

以上是关于查看PHP分析错误的主要内容,如果未能解决你的问题,请参考以下文章

PHP代码-psysh调试代码片段工具

查看PHP分析错误

运行/调试你的PHP代码

超级有用的9个PHP代码片段

PHP必用代码片段

PHP代码静态分析工具PHPStan