[PHP] Own ErrorHandler but standard ErrorMsg

2002-03-13 Thread Malte Hübner
Hi! I've got a little Problem with my ErrorHandler. set_error_handler('ErrorHandler'); is executed on top of my script. Right after it the ErrorHandler function. After the ErrorHandler function there is a require('foo.php'); foo.php does not exist, so there should be an error message thrown

Re: [PHP] Own ErrorHandler but standard ErrorMsg

2002-03-13 Thread Lars Torben Wilson
On Wed, 2002-03-13 at 11:06, Malte Hübner wrote: Hi! I've got a little Problem with my ErrorHandler. set_error_handler('ErrorHandler'); is executed on top of my script. Right after it the ErrorHandler function. After the ErrorHandler function there is a require('foo.php'); foo.php