diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 86152cb610..f69e3e8497 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -528,9 +528,18 @@ 'SCRIPT_FILENAME' - + The absolute pathname of the currently executing script. - + + + If a script is executed with the CLI, as a relative path, + such as file.php or + ../file.php, + $_SERVER['SCRIPT_FILENAME'] will + contain the relative path specified by the user. + + +