nlopess         Mon Dec 12 23:03:57 2005 EDT

  Modified files:              
    /phpdoc/en/reference/funchand/functions     call-user-func.xml 
  Log:
  apply patch from #35652 by colder
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/funchand/functions/call-user-func.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/funchand/functions/call-user-func.xml
diff -u phpdoc/en/reference/funchand/functions/call-user-func.xml:1.13 
phpdoc/en/reference/funchand/functions/call-user-func.xml:1.14
--- phpdoc/en/reference/funchand/functions/call-user-func.xml:1.13      Thu Jan 
20 12:44:59 2005
+++ phpdoc/en/reference/funchand/functions/call-user-func.xml   Mon Dec 12 
23:03:57 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.call-user-func">
    <refnamediv>
@@ -38,8 +38,8 @@
      </informalexample>
     </para>
     <para>
-     Object methods may also be invoked statically using this function
-     by passing <literal>array($objectname, $methodname)</literal> to
+     Class methods may also be invoked statically using this function
+     by passing <literal>array($classname, $methodname)</literal> to
      the <parameter>function</parameter> parameter.
      <informalexample>
       <programlisting role="php">

Reply via email to