This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
guanli
/
calc-serve
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
bd6cd08055
Branches
Tags
feature/3286-calc
feature/NG-27
feature/log-record
feature/ng-2521-activePgs
master
calc-serve
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
source2.php
source2.php
109 B
Historique
Raw
1
2
3
4
5
6
<?php
// short desc
abstract class A {
/* abst meth: */
public static abstract function method();
}