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

2002-02-12 Thread Jan Lehnardt
Hi, On Tue, 12 Feb 2002 16:22:47 +0100 "Tobias Schenck" <[EMAIL PROTECTED]> wrote: > Would you please be so kind to close the Bug-Report? please be so kind and use the webinterface, when commenting on bugs to users, next time ;) Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net/ -- PHP

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

2002-02-12 Thread Tobias Schenck
__LINE__ (case-insensitive) The number of the line within the current script file which is being parsed. If used within a file which has been included or required, then the position within the included file is given. The documentation is on the Web-Site under the following URL: http://www.php.net