Annotation of embedaddon/php/tests/classes/interface_optional_arg_003.inc, revision 1.1.1.1

1.1       misho       1: <?php 
                      2: interface I {
                      3:   function f($a = null);
                      4: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>