<?php class Foo {} $foo = new Foo(); $foo->bar = 42; $foo = unserialize('O:3:"Foo":1:{s:3:"bar";i:42;}');
You have javascript disabled. You will not be able to edit any code.