didou Sun Dec 19 21:27:49 2004 EDT
Modified files: /phpdoc/en/language functions.xml Log: fix #30940: we pass expressions as arguments http://cvs.php.net/diff.php/phpdoc/en/language/functions.xml?r1=1.55&r2=1.56&ty=u Index: phpdoc/en/language/functions.xml diff -u phpdoc/en/language/functions.xml:1.55 phpdoc/en/language/functions.xml:1.56 --- phpdoc/en/language/functions.xml:1.55 Tue Aug 10 17:52:59 2004 +++ phpdoc/en/language/functions.xml Sun Dec 19 21:27:49 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.55 $ --> +<!-- $Revision: 1.56 $ --> <chapter id="language.functions"> <title>Functions</title> @@ -146,7 +146,7 @@ <simpara> 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. </simpara> <para> PHP supports passing arguments by value (the default), <link