This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
SoftwareDesign
/
csu3_am335x
Vigiar
8
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
a011fdca09
Ramos
Etiquetas
master
csu3_am335x
/
EVSE
/
GPL
/
php-8.1.12
/
Zend
/
tests
/
ns_022.inc
ns_022.inc
102 B
Histórico
Em bruto
1
2
3
4
5
6
<?php
class Test {
static function foo() {
echo __CLASS__,"::",__FUNCTION__,"\n";
}
}