xdebug.halt_level:


<?php
ini_set('xdebug.halt_level', E_USER_NOTICE | E_NOTICE);
trigger_error("Testing");
echo "Hi!\n";
?>

xdebug.force_error_reporting & xdebug.force_display_errors: