Re: [PHP] backtracing of includes

2001-12-28 Thread Paul Burney
on 12/28/01 8:53 AM, Henning Sprang at [EMAIL PROTECTED] wrote: > That's what I wrote - I know I can use things like that, but I am > curious if there are other ways to find out which file is included by > what and which function is defined in which file - i didn't find answers > about that in th

RE: [PHP] backtracing of includes

2001-12-28 Thread Henning Sprang
Hy, Am 28 Dec 2001 14:27:50 +0100 schrieb Jerry Verhoef (UGBI): > Don't think that a option like this exists. > > But maybe you should consider using > > include_once or > require_once > > Also before you define the function use the function_exist("") and if the > function already exists don

RE: [PHP] backtracing of includes

2001-12-28 Thread Jerry Verhoef (UGBI)
From: Henning Sprang [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 2:24 PM To: [EMAIL PROTECTED] Subject: [PHP] backtracing of includes Hy, I would like to know if there is a way to get information on the include hierarchy of files in php, especially to find out where which file is inc

[PHP] backtracing of includes

2001-12-28 Thread Henning Sprang
Hy, I would like to know if there is a way to get information on the include hierarchy of files in php, especially to find out where which file is included and trace back the line from some file until the first called php file. My special case here and now is that I get an error that some functio