goba Fri Mar 15 07:29:24 2002 EDT
Modified files:
/phpdoc/en/functions classobj.xml
Log:
Corrected [saxon build breaking] entity errors
Index: phpdoc/en/functions/classobj.xml
diff -u phpdoc/en/functions/classobj.xml:1.36 phpdoc/en/functions/classobj.xml:1.37
--- phpdoc/en/functions/classobj.xml:1.36 Tue Mar 12 06:14:37 2002
+++ phpdoc/en/functions/classobj.xml Fri Mar 15 07:29:24 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<reference id="ref.classobj">
<title>Class/Object Functions</title>
<titleabbrev>Classes/Objects</titleabbrev>
@@ -190,7 +190,7 @@
<para>
The <function>call_user_method</function> function is deprecated
as of PHP 4.1.0, use the <function>call_user_func</function> variety
- with the <literal>array(&$obj, "method_name")</literal> syntax instead.
+ with the <literal>array(&$obj, "method_name")</literal> syntax instead.
</para>
</warning>
<para>
@@ -257,7 +257,7 @@
<para>
The <function>call_user_method_array</function> function is deprecated
as of PHP 4.1.0, use the <function>call_user_func_array</function> variety
- with the <literal>array(&$obj, "method_name")</literal> syntax instead.
+ with the <literal>array(&$obj, "method_name")</literal> syntax instead.
</para>
</warning>
<para>