ID: 29746 Updated by: [EMAIL PROTECTED] Reported By: gazman at email dot si -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: whatever PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. "The __FILE__ constant contains the full path and filename of the current (i.e. included) file." Previous Comments: ------------------------------------------------------------------------ [2004-08-19 09:46:51] [EMAIL PROTECTED] Reopening as doc problem, as I think this should be documented there (even although it's not a variable) ------------------------------------------------------------------------ [2004-08-19 01:19:54] gazman at email dot si damn :D I searched that thing for HOURS! You can anyone inform the documentation team that they should put a link to THAT site from the site where the $_SERVER vars are? :D You made my day! ------------------------------------------------------------------------ [2004-08-19 01:14:18] [EMAIL PROTECTED] http://www.php.net/manual/en/language.constants.predefined.php __FILE__ ------------------------------------------------------------------------ [2004-08-19 01:06:24] gazman at email dot si Description: ------------ Please add a $_SERVER["CURRENT_SCRIPT_NAME"] variable. It should contain the name of the current EXECUTING script. It should be used to tell the code the filename it is in. It would be used in conjunction with include() and require() functions, as the $_SERVER["SCRIPT_NAME"] holds the value of the parent script and not the child script. It should be fairly easy to do... PHP must know it to parse the file and i believe you could as well make that availible as a variable from code. (a read-only variable (constant?) that points to the name of the currently parsed file) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29746&edit=1