autoload_interface.p5c 69 B

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