<?php

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

?>