PLEASE STOP EMAILING ME -----Original Message----- From: It Maq [mailto:itmaqurfe@xxxxxxxxx] Sent: Thursday, March 13, 2008 10:46 AM To: php-general@xxxxxxxxxxxxx Subject: Re: Intercepting errors I'am already using that. When i call trigger_error the function set in set_error_handler handles the error. but now i don't know if this will handle all the other errors that i don't know about in case they happen. Is there anyway to test that? ----- Original Message ---- From: Richard Heyes <richardh@xxxxxxxxxxx> To: It Maq <itmaqurfe@xxxxxxxxx> Cc: php-general@xxxxxxxxxxxxx Sent: Thursday, March 13, 2008 10:36:20 AM Subject: Re: Intercepting errors > Now i know how to create errors with trigger_error, but i am > wondering how can I make my error handling class intercept any kind > of error although i'm not aware about it and i don't know if it will > happen. Is this possible? You could use set_error_handler(): http://uk.php.net/manual/en/function.set-error-handler.php -- Richard Heyes Employ me: http://www.phpguru.org/cv -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ________________________________________________________________________ ____________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php