xref
: /
PHP-8.2
/
tests
/
classes
/
autoload_root.inc
(revision f8d79582)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class autoload_root {
4
function testFunction()
5
{
6
return true;
7
}
8
}
9
10
?>
11