RE: [PHP] Error Handler Problem

2002-03-10 Thread S.Murali Krishna
/www.php.net/manual/en/function.error-reporting.php > > Dan > > -Original Message- > From: S.Murali Krishna [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 09, 2002 6:43 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Error Handler Problem > > > Hi All,

RE: [PHP] Error Handler Problem

2002-03-09 Thread Dan Vande More
MAIL PROTECTED]] Sent: Saturday, March 09, 2002 6:43 AM To: [EMAIL PROTECTED] Subject: [PHP] Error Handler Problem Hi All, I tell my requierment first. Just in short I want to capture a error of "Undefined Function .so and so..." . I set Error Handler to E_ALL

[PHP] Error Handler Problem

2002-03-09 Thread S.Murali Krishna
Hi All, I tell my requierment first. Just in short I want to capture a error of "Undefined Function .so and so..." . I set Error Handler to E_ALL & ~E_ERROR and I set my own Error Handler to capture errors then I called a Non-Existent Function intentionally. in this case