mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
10 lines
80 B
Plaintext
Executable File
10 lines
80 B
Plaintext
Executable File
<?php
|
|
|
|
class autoload_root {
|
|
function testFunction()
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
?> |