--TEST-- Bug #49649 (unserialize() doesn't handle changes in property visibility) - to public --FILE-- --EXPECT-- object(Foo)#1 (4) { ["public"]=> int(3) ["protected"]=> int(2) ["private"]=> int(1) ["notThere"]=> string(3) "old" }