Corrected [saxon build breaking] entity errors

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73354 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-03-15 12:29:24 +00:00
parent 27f123d7e1
commit ddd8be30e4

View file

@ -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 @@ Object leafy belongs to class spinach a subclass of Vegetable
<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(&amp;$obj, "method_name")</literal> syntax instead.
</para>
</warning>
<para>
@ -257,7 +257,7 @@ call_user_method ("print_info", $cntry, "\t");
<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(&amp;$obj, "method_name")</literal> syntax instead.
</para>
</warning>
<para>