From 9c21532830ae17df0895b159b7b44710e525222f Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Tue, 10 Aug 2004 21:32:49 +0000 Subject: [PATCH] grammar, and para->note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165964 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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. + +