# dilp (07.05.2017 / 02:23)Ну так сработал же вывод уведомления, Notice.
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