index
:
delta/php2.git
master
museum.php.net: php5/php-5.4.13.tar.bz2
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); }