5 lines
57 B
PHP
5 lines
57 B
PHP
|
<?php
|
||
|
|
||
|
interface A {
|
||
|
function b ($a = MY_CONSTANT);
|
||
|
}
|