7 lines
109 B
PHP
Executable File

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