1<?php
2interface InterfaceWithSemiReservedMethodName
3{
4    public function unset();
5}
6