php-src/tests/classes/autoload_interface.p5c

8 lines
70 B
Plaintext
Executable File

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