Skip to content

Instantly share code, notes, and snippets.

@iredun
Created August 12, 2015 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iredun/39abd31c7fb1fc35a47b to your computer and use it in GitHub Desktop.
Save iredun/39abd31c7fb1fc35a47b to your computer and use it in GitHub Desktop.
Показывает все ошибки на странице, вне зависимости от настроек сервера (Работает и для 1С-Битрикс)
<?
ini_set('display_errors',1);
ini_set('error_reporting',2047);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment