Re: [PHP-DEV] Re: Bug #15523 Updated: Line Number

2002-02-12 Thread Stefan Esser
I know myself that you can workaround with an additional parameter. I just wanted to make you guys notice that you talk about different stuff. Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Bug #15523 Updated: Line Number

2002-02-12 Thread Jan Lehnardt
Hi, On Tue, 12 Feb 2002 16:45:09 +0100 "Stefan Esser" <[EMAIL PROTECTED]> wrote: > __LINE__ contains the current line number, not the callers linenumber, > so its neither closed, nor bogus. function foo($line) { echo 'the function was called in line: '.$line } foo(__LINE__); hm? Jan -- Q: T

[PHP-DEV] Re: Bug #15523 Updated: Line Number

2002-02-12 Thread Stefan Esser
__LINE__ contains the current line number, not the callers linenumber, so its neither closed, nor bogus. Just my 2 cent Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php