mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
7 lines
73 B
PHP
7 lines
73 B
PHP
<?php
|
|
|
|
interface autoload_interface {
|
|
function testFunction();
|
|
}
|
|
|
|
?>
|