<?php class e extends Exception { public function __construct() { parent::__construct(); $this->code = '3'; } } var_dump(unserialize(serialize(new e)));
You have javascript disabled. You will not be able to edit any code.