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: Thank Jan? A: http://geschenke.an.dasmoped.net/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
