X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_test.inc;h=5d29176f54885e564dc4cae303ed345e479aa966;hb=022d04fca7f2198f79a8720459f0a4dc31395a21;hp=713ba63899fe1e1a093c852c97d345692c5529d3;hpb=e0c10068f5c6bbe996990c4f53394a6462d53f2a;p=gosa.git diff --git a/include/functions_test.inc b/include/functions_test.inc index 713ba6389..5d29176f5 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