Current File : //opt/RZphp73/includes/doc/Gtk2_ExceptionDump/examples/php_error.phpw
<?php
require_once 'Gtk2/ExceptionDump.php';
Gtk2_ExceptionDump::setupPhpErrorHandler();

trigger_error('Cannot divide by zero', E_USER_ERROR);
echo "after\n";
?>