<?php class Foo { protected $bar = null; } $class = unserialize('O:3:"Foo":1:{s:3:"bar";s:3:"baz";}'); var_dump($class);
You have javascript disabled. You will not be able to edit any code.