Skip to content

Instantly share code, notes, and snippets.

@metelica88
Created July 15, 2020 15:53
Show Gist options
  • Select an option

  • Save metelica88/4e010efa93110b680b7f4e0987c3ba70 to your computer and use it in GitHub Desktop.

Select an option

Save metelica88/4e010efa93110b680b7f4e0987c3ba70 to your computer and use it in GitHub Desktop.
Вывод ошибок Div
ini_set('display', 1);
error_reporting(E_ALL);
function debug($str) {
echo '<pre>';
var_dump($str);
echo '</pre>';
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment