Blame | Last modification | View Log | Download
<?php interface InterfaceWithSemiReservedMethodName { public function unset(); }
<?php
interface InterfaceWithSemiReservedMethodName
{
public function unset();
}