php-src/tests/classes/autoload_root.p5c

11 lines
81 B
Plaintext
Raw Normal View History

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