Files
2021-10-09 21:59:14 -04:00

6 lines
85 B
PHP

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