From ddd8be30e40d5a042a93b2e4b2b7a319f069a442 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 15 Mar 2002 12:29:24 +0000 Subject: [PATCH] Corrected [saxon build breaking] entity errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73354 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 f9c656e9aa..7feb172bb9 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -190,7 +190,7 @@ Object leafy belongs to class spinach a subclass of Vegetable The call_user_method function is deprecated as of PHP 4.1.0, use the call_user_func variety - with the array(&$obj, "method_name") syntax instead. + with the array(&$obj, "method_name") syntax instead. @@ -257,7 +257,7 @@ call_user_method ("print_info", $cntry, "\t"); The call_user_method_array function is deprecated as of PHP 4.1.0, use the call_user_func_array variety - with the array(&$obj, "method_name") syntax instead. + with the array(&$obj, "method_name") syntax instead.