This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
8516
/
Test
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
4e560ce7ca
Haarat
Tagit
master
Test
/
EVSE
/
GPL
/
php-7.3.28
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
70 B
Historia
Raaka
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>