autoload_root.p5c   [plain text]


<?php

class autoload_root {
	function testFunction()
	{
		return true;
	}
}

?>