1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/tests/classes/interface_optional_arg_003.inc
2009-06-17 10:38:24 +00:00

4 lines
47 B
PHP

<?php
interface I {
function f($a = null);
}