X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_test.inc;h=5d29176f54885e564dc4cae303ed345e479aa966;hb=438d46f83095a638262b2b1ad4b514e2b0a072dd;hp=23141788d8b64f0795daf4826b395968060f0cf3;hpb=8cc5cb11f0f9a3234bbb7da7811925f905771ed7;p=gosa.git diff --git a/include/functions_test.inc b/include/functions_test.inc index 23141788d..5d29176f5 100644 --- a/include/functions_test.inc +++ b/include/functions_test.inc @@ -1,7 +1,7 @@ $function) { $match= array(); @@ -332,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_+-]*"; @@ -351,7 +370,8 @@ function extract_user_functions($string) { } /** - * @return php-code without