Return to
interface_optional_arg_003.inc
CVS log
Up to
[ELWIX - Embedded LightWeight unIX -]
/
embedaddon
/
php
/
tests
/
classes
Annotation of embedaddon/php/tests/classes/interface_optional_arg_003.inc, revision 1.1
1.1
! misho 1: <?php
! 2: interface I {
! 3: function f($a = null);
! 4: }
FreeBSD-CVSweb <
freebsd-cvsweb@FreeBSD.org
>