5 lines
47 B
PHP
5 lines
47 B
PHP
|
|
<?php
|
||
|
|
interface I {
|
||
|
|
function f($a = null);
|
||
|
|
}
|