mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
10 lines
96 B
PHP
10 lines
96 B
PHP
<?php
|
|
|
|
class autoload_root {
|
|
function testFunction()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
?>
|