diff --git a/language/functions.xml b/language/functions.xml index 9e17c1bdc9..4e555a3af2 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -131,7 +131,7 @@ bar(); PHP 3 does not support variable numbers of arguments to functions, although default arguments are supported (see Default argument - values for more information). Both are supported, as of PHP4: see for more information). Both are supported, as of PHP 4: see Variable-length argument lists and the function references for func_num_args,