1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/tests/classes/autoload_root.p5c
2014-12-21 13:23:02 +00:00

11 lines
81 B
Plaintext
Executable File

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