php-8.0.30-src/tests/classes/autoload_root.inc

11 lines
96 B
PHP

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