怎么定位php语法异常,有专门的编译器吗

WBOY
Release: 2016-06-13 12:59:33
Original
1012 people have browsed it

如何定位php语法错误,有专门的编译器吗?
php是后台解释的脚本,不需要编译


有时候,我的程序出现了语法错误。。。

可是服务器只是显示错误页面了,并不能告诉我具体错误在哪里!!!

请问有专门的编译器吗?就像C++编译器那样,能把错误告诉我,让我能定位到错误具体位置。。。


------解决方案--------------------
其实可以用类似Eclipse这样的IDE编辑器,在你书写代码的时候就提醒你有没有语法错误了

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template