<?php

interface autoload_interface {
	function testFunction();
}

?>