On Mon, 27 Jan 2003 13:29:49 +0100
Sebastian Bergmann <[EMAIL PROTECTED]> wrote:

>   Right now if one uses trigger_error() to trigger an error the
>   line number that gets displayed is that of the trigger_error() line.
> 
>   Would it be possible to add additional parameters to trigger_error()
>   to pass a filename and a line number to it?

imho this can be easily solved without adding any parametrs to trigger_error(), if you 
use your own error_handler.
you can pass to it any parameters you want, including __FILE__ and __LINE__.


--
Wbr,
Antony Dovgal aka tony2001      mailto:[EMAIL PROTECTED]
http://phpclub.net
---
Stand for something or you will fall for nothing.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to