Index: call-user-func.xml =================================================================== RCS file: /repository/phpdoc/en/reference/funchand/functions/call-user-func.xml,v retrieving revision 1.13 diff -u -r1.13 call-user-func.xml --- call-user-func.xml 20 Jan 2005 12:44:59 -0000 1.13 +++ call-user-func.xml 12 Dec 2005 21:25:17 -0000 @@ -38,8 +38,8 @@ - Object methods may also be invoked statically using this function - by passing array($objectname, $methodname) to + Class methods may also be invoked statically using this function + by passing array($classname, $methodname) to the function parameter.