mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
11 lines
81 B
Plaintext
Executable File
11 lines
81 B
Plaintext
Executable File
<?php
|
|
|
|
class autoload_root {
|
|
function testFunction()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
?>
|