sean            Fri Sep 10 12:38:02 2004 EDT

  Modified files:              
    /phpdoc/en/reference/funchand/functions     func-get-arg.xml 
                                                func-get-args.xml 
                                                func-num-args.xml 
  Log:
  grammar
  # perhaps this should be an entity?
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/func-get-arg.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/funchand/functions/func-get-arg.xml
diff -u phpdoc/en/reference/funchand/functions/func-get-arg.xml:1.6 
phpdoc/en/reference/funchand/functions/func-get-arg.xml:1.7
--- phpdoc/en/reference/funchand/functions/func-get-arg.xml:1.6 Fri Sep 10 10:50:48 
2004
+++ phpdoc/en/reference/funchand/functions/func-get-arg.xml     Fri Sep 10 12:38:02 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.func-get-arg">
    <refnamediv>
@@ -18,8 +18,9 @@
      function's argument list. Function arguments are counted starting
      from zero. <function>func_get_arg</function> will generate a
      warning if called from outside of a function definition.
-     This function can not be used directly as a function parameter. You have
-     to assign the result to a variable and pass that variable instead.
+     This function cannot be used directly as a function parameter. Instead,
+     its result may be assigned to a variable, which can then be passed to
+     the function.
     </simpara>
     <simpara>
      If <parameter>arg_num</parameter> is greater than the number of
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/func-get-args.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/funchand/functions/func-get-args.xml
diff -u phpdoc/en/reference/funchand/functions/func-get-args.xml:1.6 
phpdoc/en/reference/funchand/functions/func-get-args.xml:1.7
--- phpdoc/en/reference/funchand/functions/func-get-args.xml:1.6        Fri Sep 10 
10:50:48 2004
+++ phpdoc/en/reference/funchand/functions/func-get-args.xml    Fri Sep 10 12:38:02 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.func-get-args">
    <refnamediv>
@@ -19,8 +19,9 @@
      member of the current user-defined function's argument
      list. <function>func_get_args</function> will generate a warning
      if called from outside of a function definition.
-     This function can not be used directly as a function parameter. You have
-     to assign the result to a variable and pass that variable instead.
+     This function cannot be used directly as a function parameter. Instead,
+     its result may be assigned to a variable, which can then be passed to
+     the function.     
     </simpara>
     <para>
      <informalexample>
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/func-num-args.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/funchand/functions/func-num-args.xml
diff -u phpdoc/en/reference/funchand/functions/func-num-args.xml:1.5 
phpdoc/en/reference/funchand/functions/func-num-args.xml:1.6
--- phpdoc/en/reference/funchand/functions/func-num-args.xml:1.5        Fri Sep 10 
10:50:48 2004
+++ phpdoc/en/reference/funchand/functions/func-num-args.xml    Fri Sep 10 12:38:02 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.func-num-args">
    <refnamediv>
@@ -18,8 +18,9 @@
      Returns the number of arguments passed into the current
      user-defined function. <function>func_num_args</function> will
      generate a warning if called from outside of a user-defined function.
-     This function can not be used directly as a function parameter. You have
-     to assign the result to a variable and pass that variable instead.
+     This function cannot be used directly as a function parameter. Instead,
+     its result may be assigned to a variable, which can then be passed to
+     the function.
     </simpara>
     <para>
      <informalexample>

Reply via email to