6 lines
85 B
PHP
6 lines
85 B
PHP
|
<?php
|
||
|
interface InterfaceWithSemiReservedMethodName
|
||
|
{
|
||
|
public function unset();
|
||
|
}
|