php-src/tests/classes/autoload_root.inc

11 lines
96 B
PHP
Raw Normal View History

2003-12-29 12:36:31 +00:00
<?php
class autoload_root {
2020-02-03 21:52:20 +00:00
function testFunction()
{
return true;
}
2003-12-29 12:36:31 +00:00
}
?>