diff --git a/reference/info/functions/get-included-files.xml b/reference/info/functions/get-included-files.xml index d58ce3f16d..8eb9e5e320 100644 --- a/reference/info/functions/get-included-files.xml +++ b/reference/info/functions/get-included-files.xml @@ -1,5 +1,5 @@ - + @@ -20,6 +20,11 @@ include_once, require or require_once. + + The script originally called is considered an "included file," so + it will be listed together with the files referenced by + include and family. + Files that are included or required multiple times only show up once in the returned array. @@ -32,15 +37,15 @@ - <function>get_included_files</function> example + <function>get_included_files</function> example (<filename>abc.php</filename>)