This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Lijg
/
alipearlhair
Sledovat
0
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
42b1f3c490
Větve
Značky
master
alipearlhair
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
source2.php
source2.php
109 B
Historie
Surový
1
2
3
4
5
6
<?php
// short desc
abstract class A {
/* abst meth: */
public static abstract function method();
}