<?php class Connection { public function __sleep() { return 1; } } serialize(new Connection());
You have javascript disabled. You will not be able to edit any code.