autoload_interface.inc 73 B

1234567
  1. <?php
  2. interface autoload_interface {
  3. function testFunction();
  4. }
  5. ?>