Добавлено: 07.05.2017 / 02:21
ramzes, может так?
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);
echo'this test page' ;
echo $undefined;
echo'sintax error';
Добавлено: 07.05.2017 / 02:23
this test page
Notice: Undefined variable: undefined in /var/www/lalalalalala/fff.php on line 5
sintax error