X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_test.inc;h=afb6c84dc7ad0b7bd2f9e4e93e159c5192de3b8c;hb=5fb44ad64771094c678181a7e1a4ed0f159b0d5a;hp=713ba63899fe1e1a093c852c97d345692c5529d3;hpb=e0c10068f5c6bbe996990c4f53394a6462d53f2a;p=gosa.git diff --git a/include/functions_test.inc b/include/functions_test.inc index 713ba6389..afb6c84dc 100644 --- a/include/functions_test.inc +++ b/include/functions_test.inc @@ -1,7 +1,7 @@ - $function) { $match= array(); @@ -331,9 +351,9 @@ function extract_php_functions($string) { } /** - * Extracts function-calls in php-code - * @param $string php-code to extract function calls from - * @return array of functions called + * Extracts function-definitions from php-code + * @param $string php-code to extract function definitions from + * @return array of functions defined */ function extract_user_functions($string) { $rx_name="[A-Za-z_][A-Za-z0-9_+-]*"; @@ -350,7 +370,8 @@ function extract_user_functions($string) { } /** - * @return php-code without