php-src/tests/classes/interface_optional_arg_003.inc

4 lines
47 B
PHP
Raw Normal View History

2009-06-17 10:38:25 +00:00
<?php
interface I {
function f($a = null);
}