8 lines
73 B
PHP
8 lines
73 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
interface autoload_interface {
|
||
|
|
function testFunction();
|
||
|
|
}
|
||
|
|
|
||
|
|
?>
|