Просмотр поста

.
ДоХтор
# dilp (07.05.2017 / 02:23)
ramzes, может так?
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);
echo'this test page' ;
echo $undefined;
echo'sintax error';


this test page
Notice: Undefined variable: un
Ну так сработал же вывод уведомления, Notice.