This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
zskk
/
ris_dm
Vigiar
9
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
30e69624f9
Ramos
Etiquetas
master
ris_dm
/
server
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
source2.php
source2.php
109 B
Histórico
Em bruto
1
2
3
4
5
6
<?php
// short desc
abstract class A {
/* abst meth: */
public static abstract function method();
}