unserialize creates __PHP_Incomplete_Class_Name (bug #44970)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268368 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-05 16:59:14 +00:00
parent 2882d4912e
commit 71ede4812c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.70 $ -->
<!-- $Revision: 1.71 $ -->
<chapter xml:id="language.oop" xmlns="http://docbook.org/ns/docbook">
<title>Classes and Objects (PHP 4)</title>
@ -720,7 +720,7 @@ $b->example();
of your pages. If you don't and an object is being
unserialized without its class definition being present, it
will lose its class association and become an object of class
<literal>stdClass</literal> without any functions available
<classname>__PHP_Incomplete_Class_Name</classname> without any functions available
at all, that is, it will become quite useless.
</para>