务必要检查把display_error设置为on的放在前面。不然的话,是绝对打印不出来的。
ini_set('display_errors','On');
error_reporting(E_ALL);