Note is_subclass_of() is not fussy about nonexisting classes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334468 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Karoly Negyesi 2014-08-02 20:46:07 +00:00
parent dd3aac4e4f
commit 59b4b899d3

View file

@ -26,7 +26,7 @@
<term><parameter>object</parameter></term>
<listitem>
<para>
A class name or an object instance
A class name or an object instance. No error is generated if the class does not exist.
</para>
</listitem>
</varlistentry>
@ -54,7 +54,7 @@
&reftitle.returnvalues;
<para>
This function returns &true; if the object <parameter>object</parameter>,
belongs to a class which is a subclass of
belongs to a class which is a subclass of
<parameter>class_name</parameter>, &false; otherwise.
</para>
</refsect1>
@ -80,7 +80,7 @@
<entry>5.3.7</entry>
<entry>
Added support for <parameter>class_name</parameter> to work with
interfaces
interfaces
</entry>
</row>
<row>