From c3d0b2434cbc49eb20a604c70fd9939f0aca7f27 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Thu, 19 Jun 2003 11:04:48 +0000 Subject: [PATCH] fix for 19252, thanks jc at mega-bucks dot co dot jp git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132471 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 02290a1633..dcf8225cfb 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -252,7 +252,7 @@ Making a cup of espresso. The default value must be a constant expression, not (for - example) a variable or class member. + example) a variable, a class member or a function call. Note that when using default arguments, any defaults should be on