vrana Tue Mar 7 00:39:39 2006 UTC
Modified files:
/phpdoc/en/reference/var/functions is-object.xml
Log:
Incomplete objects (bug #36422, user note)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/is-object.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/var/functions/is-object.xml
diff -u phpdoc/en/reference/var/functions/is-object.xml:1.4
phpdoc/en/reference/var/functions/is-object.xml:1.5
--- phpdoc/en/reference/var/functions/is-object.xml:1.4 Sun Feb 6 00:59:36 2005
+++ phpdoc/en/reference/var/functions/is-object.xml Tue Mar 7 00:39:39 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.is-object">
<refnamediv>
<refname>is_object</refname>
@@ -37,6 +37,16 @@
&false; otherwise.
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <note>
+ <para>
+ This function will return &false; if used on an unserialized object
+ where the class definition is not present (even though
+ <function>gettype</function> returns <type>object</type>).
+ </para>
+ </note>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>