From 959280f4414d2c6694ec01feaea99343869080a2 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Thu, 7 Jan 2010 00:56:22 +0000 Subject: [PATCH] Fixes #50683 (missed one, sorry). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293198 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/serialization.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/serialization.xml b/language/oop5/serialization.xml index 9e92aa7208..06ba9593c2 100644 --- a/language/oop5/serialization.xml +++ b/language/oop5/serialization.xml @@ -19,7 +19,7 @@ class of that object needs to be defined. That is, if you have an object of class A and serialize this, you'll get a string that refers to class A and contains all values of variables - contained it. If you want to be able to unserialize + contained in it. If you want to be able to unserialize this in another file, an object of class A, the definition of class A must be present in that file first. This can be done for example by storing the class definition of class A