<?php restore_error_handler(): true
<?php try { return unserialize($value); } finally { restore_error_handler(); } }