summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db5e697)
raw | patch | inline | side by side (parent: db5e697)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Sep 2005 11:47:15 +0000 (11:47 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Sep 2005 11:47:15 +0000 (11:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1446 594d385d-05f5-0310-b6e9-bd551577e9d8
gen_function_list.php | patch | blob | history |
diff --git a/gen_function_list.php b/gen_function_list.php
index abf73abd1c1ad9a911919e301c4439f46a75ed57..ec652fa385755db492b36b1dc52d20791280f022 100755 (executable)
--- a/gen_function_list.php
+++ b/gen_function_list.php
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* This file builds a list of used php_functions in all files matching $pattern
- * (walks recursively through current directory but skips dirs matching $skip_dirs).
- *
- * 1. builds an array of filenames
- * 2. get contents from files
- * 2. fetches user defined functions using content
- * 3. fetches functions calls using content
- * 4. checks function calls for matching known functions
- */
-
include('include/functions_test.inc');
// Build Array of called functions