This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
SoftwareDesign
/
csu3_am335x
Seguir
8
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
fe74a271c8
Ramas
Etiquetas
master
csu3_am335x
/
EVSE
/
GPL
/
php-5.6.40
/
Zend
/
tests
/
ns_022.inc
ns_022.inc
90 B
Histórico
Raw
1
2
3
4
5
6
<?php
class Test {
static function foo() {
echo __CLASS__,"::",__FUNCTION__,"\n";
}
}