php-src/tests/classes/autoload_root.p5c
2003-12-29 12:36:31 +00:00

10 lines
80 B
Plaintext
Executable File

<?php
class autoload_root {
function testFunction()
{
return true;
}
}
?>