|
Re: Line Number
Wow. Now why would you ever need to do that?
Try looking for traceback and debugging functions. Since the PHP debugger can show the line number of the error, it must be somewhere. But PHP might not give you access to everything like some languages do.
|