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

4 lines
47 B
PHP

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