<?php

interface test {
    abstract function test();
}

?>