Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如
<?php $fail = 1/0; ?>
浏览器中显示以下警告
Warning: Division by zero in C:\myserver\ProjectPhp\index.php on line 2
我想在 NetBeans 中看到这个警告
可能吗?如何?
是运行时间错误。没有启动 - 没有这样的错误消息。Netbeans 可以突出显示一些可能的错误,例如“未定义的变量”,但它经常出错(对我来说:))。
如果您将自定义以使用 CLI 启动启动,您可能会在 NetBeans 中看到错误。完成此操作后,您可以在 NetBeans 窗口中运行 php 文件。因此,您会在 NetBeans 中看到错误 :^)