betz            Thu Jun 19 07:04:48 2003 EDT

  Modified files:              
    /phpdoc/en/language functions.xml 
  Log:
  fix for 19252,
  thanks jc at mega-bucks dot co dot jp 
  
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.39 phpdoc/en/language/functions.xml:1.40
--- phpdoc/en/language/functions.xml:1.39       Mon Jun  9 15:28:28 2003
+++ phpdoc/en/language/functions.xml    Thu Jun 19 07:04:48 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.39 $ -->
+<!-- $Revision: 1.40 $ -->
  <chapter id="functions">
   <title>Functions</title>
 
@@ -252,7 +252,7 @@
  
     <simpara>
      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.
     </simpara>
     <para>
      Note that when using default arguments, any defaults should be on



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to