mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
11 lines
96 B
PHP
11 lines
96 B
PHP
<?php
|
|
|
|
class autoload_root {
|
|
function testFunction()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
?>
|