xref: /PHP-5.5/tests/classes/autoload_root.p5c (revision 23191fb2)
1<?php
2
3class autoload_root {
4	function testFunction()
5	{
6		return true;
7	}
8}
9
10?>