<?php

interface test {
    final function test();
}

?>