zend studio10.0为什么不能报错呢!

WBOY
Release: 2016-06-20 12:29:50
Original
938 people have browsed it

刚用的zend studio,版本10.0.0,但是写的程序明显有错误,都不会报错。就像没有加分号,数据库连接错误,数据库密码错误,不会把错误输出来,不要easyeclipse for php 那么好用,请用过的牛人,指点一下,怎么让它报错,或是在zendstudio内部输出程序,报出错误在哪!


回复讨论(解决方案)

用 netbeans ...

netbeans 比较好用,phpstorm也用过,个人感觉没netbeans好用,zend studio没用过

是否屏蔽了错误,在文件最前加上

<?phpini_set('display_errors','on');error_reporting(E_ALL);?>
Copy after login
Copy after login

公司一般要求会用哪种啊

谢谢,不是开启error_reporting(E_ALL);的问题

是否屏蔽了错误,在文件最前加上

<?phpini_set('display_errors','on');error_reporting(E_ALL);?>
Copy after login
Copy after login



谢谢,不是开启error_reporting(E_ALL);的问题

为什么一定要依赖IDE给你错误信息呢,直接在浏览器运行报错不是很好吗?
IDE 一般公司不会要求的,自己喜欢用哪个就用哪个。

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