--- nfo/php/libs/org.netfrag.flib/Application/ErrorHandler.php 2002/12/01 04:47:19 1.2 +++ nfo/php/libs/org.netfrag.flib/Application/ErrorHandler.php 2002/12/13 09:19:32 1.3 @@ -1,8 +1,11 @@ "; +//exit; global $Application_Error; +//print "2
"; $Application_Error[this] = $this; +//print "3
"; //error_reporting($level); error_reporting(E_ALL); +//print "4
"; set_error_handler('error_handler'); +//print "5
"; } function callErrorHandler($level, $message, $file, $line, $context) {