From 831e97d21ffc13c08c1cd45fb5001634feae92a5 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 12 Dec 2005 23:03:57 +0000 Subject: [PATCH] apply patch from #35652 by colder git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202737 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/funchand/functions/call-user-func.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/funchand/functions/call-user-func.xml b/reference/funchand/functions/call-user-func.xml index 517031f635..2ff0564758 100644 --- a/reference/funchand/functions/call-user-func.xml +++ b/reference/funchand/functions/call-user-func.xml @@ -1,5 +1,5 @@ - + @@ -38,8 +38,8 @@ call_user_func('barber', "shave"); - 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.