InterfaceWithSemiReservedMethodName.php 85 B

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