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:
9ab0ea7913
Ramos
Etiquetas
master
csu3_am335x
/
EVSE
/
GPL
/
php-8.1.12
/
ext
/
zend_test
/
tests
/
observer.inc
observer.inc
95 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
<?php
function foo_observer_test()
{
echo __FUNCTION__ . PHP_EOL;
}
foo_observer_test();