From c9d8e4f46bf95aa7629a11fa2375b87811886e17 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 00:58:00 +0000 Subject: [PATCH] get_included_files: document that auto_prepend_file isn't included git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66645 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/functions/info.xml b/functions/info.xml index 357eaf8d0c..09004a6975 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -488,6 +488,12 @@ print_r (get_extension_funcs ("gd")); Files that are included or required multiple times only show up once in the returned array. + + + Files included using the auto_prepend_file + configuration directive are not included in the returned array. + + <function>get_included_files</function> Example