7 lines
109 B

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