autoload_interface.p5c   [plain text]


<?php

interface autoload_interface {
	function testFunction();
}

?>