mirror of
https://github.com/php/php-src.git
synced 2025-01-15 16:24:37 +08:00
7 lines
69 B
Plaintext
Executable File
7 lines
69 B
Plaintext
Executable File
<?php
|
|
|
|
interface autoload_interface {
|
|
function testFunction();
|
|
}
|
|
|
|
?> |