php-src/tests/classes/autoload_interface.p5c

7 lines
70 B
Text
Executable file

<?php
interface autoload_interface {
function testFunction();
}
?>