From a1d7010be2a880f94081294c28e2391a695b8af2 Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Tue, 9 Apr 2002 06:03:57 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77259 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/classobj.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/classobj.xml b/functions/classobj.xml index 7feb172bb9..710af63823 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -194,7 +194,7 @@ Object leafy belongs to class spinach a subclass of Vegetable - Calls a the method referred by method_name from + Calls the method referred by method_name from the user defined obj object. An example of usage is below, where we define a class, instantiate an object and use call_user_method to call indirectly its @@ -261,7 +261,7 @@ call_user_method ("print_info", $cntry, "\t"); - Calls a the method referred by method_name from + Calls the method referred by method_name from the user defined obj object, using the parameters in paramarr.