source2.php 109 Bytes
<?php
// short desc
abstract class A {
    /* abst meth: */
    public static  abstract function method();
}