This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
8516
/
Test
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
4e560ce7ca
Gałęzie
Tagi
master
Test
/
EVSE
/
GPL
/
php-5.6.40
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
69 B
Historia
Czysty
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>