xref
: /
PHP-8.4
/
tests
/
classes
/
autoload_interface.inc
(revision f8d79582)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
interface autoload_interface {
4
function testFunction();
5
}
6
7
?>
8