1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00
Files
archived-php-src/tests/classes/autoload_root.p5c
2003-12-29 12:36:31 +00:00

10 lines
80 B
Plaintext
Executable File

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