Current File : //opt/RZphp73/includes/doc/Gtk2_ExceptionDump/examples/noexception.phpw
<?php
/**
*   Example how a normal variable is
*   displayed with Gtk2_ExceptionDump.
*/
require_once 'Gtk2/ExceptionDump.php';
Gtk2_ExceptionDump::display('hello');
echo "after the string\n";
?>