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