1<?php
2
3interface autoload_interface {
4    function testFunction();
5}
6
7?>
8