ini_set("display_errors ","1"); //显示错误 error_reporting(E_ALL); //设置错误运行级别
注意:此方法有时候在浏览器中运行代码,错误不会显示,那要怎么调试呢???
另一种方式:直接在命令行中运行
php deme.php