Показ ошибок в php-скриптах
Ano Mr Site / Build and deploy (push) Successful in 9s
Details
Ano Mr Site / Build and deploy (push) Successful in 9s
Details
This commit is contained in:
parent
58b0ed72ca
commit
778251e2f1
|
|
@ -1,5 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
ini_set('display_errors', 1);
|
||||||
|
ini_set('display_startup_errors', 1);
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
require_once 'db_manager.php';
|
require_once 'db_manager.php';
|
||||||
|
|
||||||
use function Catcher\recovery;
|
use function Catcher\recovery;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
ini_set('display_errors', 1);
|
||||||
|
ini_set('display_startup_errors', 1);
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
require_once './lib/php/DataBaseManager/DBManager.php';
|
require_once './lib/php/DataBaseManager/DBManager.php';
|
||||||
require_once './lib/php/DataBaseManager/Entitie.php';
|
require_once './lib/php/DataBaseManager/Entitie.php';
|
||||||
require_once './lib/php/Catcher/Catcher.php';
|
require_once './lib/php/Catcher/Catcher.php';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
ini_set('display_errors', 1);
|
||||||
|
ini_set('display_startup_errors', 1);
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
require_once 'db_manager.php';
|
require_once 'db_manager.php';
|
||||||
|
|
||||||
use function Catcher\recovery;
|
use function Catcher\recovery;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue