5 lines
85 B

<?php
interface InterfaceWithSemiReservedMethodName
{
public function unset();
}