o("Function blah has been called from line 6");
> > 4 }
> > 5
> > 6 blah();
> >
In line 3, i don't want to know the CURRENT line Number. I'd like to
know the Line-Number from which that Function has been called.
mfg, Nico Blanke.
--
7;t want to know the CURRENT line Number. I'd like to
know the Line-Number from which that Function has been called.
mfg, Nico Blanke.
Previous Comments:
-
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.1.1
PHP Bug Type: Feature/Change Request
Bug description: Line Number
Hi there !
I think it would be great if it would be possible to find out from which
line of a script a function has been called.
example