Skip to content

Instantly share code, notes, and snippets.

@hzhopen
Created July 23, 2014 10:07
Show Gist options
  • Save hzhopen/46b0cbcf68280c371bb7 to your computer and use it in GitHub Desktop.
Save hzhopen/46b0cbcf68280c371bb7 to your computer and use it in GitHub Desktop.
php错误时显示报错信息
php错误时显示报错信息
ini_set("display_errors","On");
error_reporting(E_ALL ^E_NOTICE ^E_WARNING); //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment