mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
27f123d7e1
commit
ddd8be30e4
1 changed files with 3 additions and 3 deletions
|
@ -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(&$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(&$obj, "method_name")</literal> syntax instead.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue