source2.php 109 Bytes
Newer Older
jhon committed
1 2 3 4 5 6
<?php
// short desc
abstract class A {
    /* abst meth: */
    public static  abstract function method();
}