mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
4 lines
No EOL
47 B
PHP
4 lines
No EOL
47 B
PHP
<?php
|
|
interface I {
|
|
function f($a = null);
|
|
} |