diff --git a/language/functions.xml b/language/functions.xml index 4e555a3af2..543a444fcd 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -146,7 +146,7 @@ bar(); Information may be passed to functions via the argument list, - which is a comma-delimited list of variables and/or constants. + which is a comma-delimited list of expressions. PHP supports passing arguments by value (the default),