mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
8 lines
70 B
Plaintext
Executable File
8 lines
70 B
Plaintext
Executable File
<?php
|
|
|
|
interface autoload_interface {
|
|
function testFunction();
|
|
}
|
|
|
|
?>
|