This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
gitgod
/
store
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
9a3cb69932
ブランチ
タグ
dev
master
store
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
source2.php
source2.php
109 B
履歴
Raw
1
2
3
4
5
6
<?php
// short desc
abstract class A {
/* abst meth: */
public static abstract function method();
}