diff --git a/language/functions.xml b/language/functions.xml index c82a01123c..9e17c1bdc9 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). PHP 4 and above supports both: see for more information). Both are supported, as of PHP4: see Variable-length argument lists and the function references for func_num_args, @@ -339,9 +339,11 @@ Making a bowl of acidophilus raspberry. - - Default value for arguments passed by reference is supported since PHP 5. - + + + As of PHP 5, default values may be passed by reference. + +