mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
7 lines
No EOL
69 B
Text
Executable file
7 lines
No EOL
69 B
Text
Executable file
<?php
|
|
|
|
interface autoload_interface {
|
|
function testFunction();
|
|
}
|
|
|
|
?> |