sean            Thu Sep 23 14:13:46 2004 EDT

  Modified files:              
    /phpdoc/en/reference/funchand/functions     func-get-args.xml 
  Log:
  fix for bug #30207
  
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/func-get-args.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/funchand/functions/func-get-args.xml
diff -u phpdoc/en/reference/funchand/functions/func-get-args.xml:1.7 
phpdoc/en/reference/funchand/functions/func-get-args.xml:1.8
--- phpdoc/en/reference/funchand/functions/func-get-args.xml:1.7        Fri Sep 10 
12:38:02 2004
+++ phpdoc/en/reference/funchand/functions/func-get-args.xml    Thu Sep 23 14:13:46 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.func-get-args">
    <refnamediv>
@@ -23,6 +23,12 @@
      its result may be assigned to a variable, which can then be passed to
      the function.     
     </simpara>
+    <note>
+     <simpara>
+      This function returns passed arguments only, and does not account for
+      default (non-passed) arguments.
+     </simpara>
+    </note>
     <para>
      <informalexample>
       <programlisting role="php">

Reply via email to