PHP 开启错误提示 发表于 2015-05-14 更新于 2020-10-13 分类于 PHP if( !ini_get('display_errors') ) { ini_set('display_errors', 'On'); } error_reporting(E_WARNING | E_ERROR | E_PARSE | E_CORE_ERROR | E_CORE_WARNING);