mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2882d4912e
commit
71ede4812c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue