Bug #15523 Updated: Line Number

2002-02-12 Thread blanke
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. --

Bug #15523 Updated: Line Number

2002-02-12 Thread 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: -

Bug #15523: Line Number

2002-02-12 Thread blanke
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