Skip to content

Instantly share code, notes, and snippets.

@helart
Created April 29, 2021 20:26
Show Gist options
  • Save helart/3e0a6392236222f44ea883972a6f2201 to your computer and use it in GitHub Desktop.
Save helart/3e0a6392236222f44ea883972a6f2201 to your computer and use it in GitHub Desktop.
ini_set('display_errors', 'On'); // сообщения с ошибками будут показываться
error_reporting(E_ALL); // E_ALL - отображаем ВСЕ ошибки
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment