From 2b33ef00fdc9cc7644ff28751d5de09ceca77ef9 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 20 Dec 2004 02:27:49 +0000 Subject: [PATCH] fix #30940: we pass expressions as arguments git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175103 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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),