This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-11-28 12:26:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ca766e0787
php-src
/
tests
/
classes
/
interface_optional_arg_003.inc
Robin Fernandes
73cd7e83ee
Additional class related tests.
2009-06-17 10:38:25 +00:00
4 lines
47 B
PHP
Raw
Blame
History
<
?
php
interface
I
{
function
f
(
$a
=
null
);
}
Reference in New Issue
View Git Blame
Copy Permalink