mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
7 lines
69 B
Plaintext
Executable File
7 lines
69 B
Plaintext
Executable File
<?php
|
|
|
|
interface autoload_interface {
|
|
function testFunction();
|
|
}
|
|
|
|
?> |