PHP-Course/base/errors.php

5 lines
97 B
PHP

<?php
ini_set("display_errors", 1);
ini_set("default_charset", "utf-8");
error_reporting(E_ALL);