批评 PHP 代码/PerlCritic for PHP?

发布于 2024-08-25 02:06:19 字数 273 浏览 7 评论 0原文

我正在寻找相当于 PerlCritic 对于 PHP。 PerlCritc 是一个静态源代码分析器,它对代码进行分析并对所有内容发出警告,从未使用的变量到处理数据的不安全方式,几乎任何内容。

PHP 是否有这样的东西可以(最好)在 IDE 之外运行,以便源代码分析可以自动化?

I'm looking for an equivalent of PerlCritic for PHP. PerlCritc is a static source code analyzer that qritiques code and warns about everything from unused variables, to unsafe ways to handle data to almost anything.

Is there such a thing for PHP that could (preferably) be run outside of an IDE, so that source code analysis could be automated?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

生生不灭 2024-09-01 02:06:19

不确定我是否听说过可以完成所有这些操作的 PHP 工具...但是一些现有的 QA 相关工具可能至少对您有一点帮助,它们是:

这两个将分析您的代码,并且可以从命令行运行(即在 IDE 外部)

Not sure I've ever heard about a PHP tool that would do all that... But a couple of existing QA-related tools, that might help you at least a bit, would be :

Those two will analyse your code, and can be run from the command-line (i.e. outside of an IDE).

醉殇 2024-09-01 02:06:19

请参阅 SD PHP CloneDR,了解静态分析工具,该工具可查找跨区域的重复代码(精确和未命中)大量 PHP 代码。

该站点有在 Joomla OSS Web 框架上运行 PHP 克隆检测的示例。

See SD PHP CloneDR for a static analysis tool that finds duplicated code (exact and near misses) across large bodies of PHP code.

There are examples of a PHP clone detection run on the Joomla OSS web framework at the site.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文