index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
classes
/
interface_optional_arg_003.inc
blob: a62c65670c408d2dd28cf03e886ee1af18939a49 (
plain
)
1
2
3
4
<
?php interface I
{
function f
(
$a
=
null
)
;
}