php-src/tests/classes/autoload_root.p5c

11 lines
81 B
Plaintext
Executable File

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