From 71ede4812c789342ee751f9c59c4932c205b6d69 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 5 Nov 2008 16:59:14 +0000 Subject: [PATCH] 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 --- language/oop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index dec9bfefc0..0b672cc15e 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -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 - stdClass without any functions available + __PHP_Incomplete_Class_Name without any functions available at all, that is, it will become quite useless.