This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-29 03:32:20 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e8c8761206f595691eaeee8a179fa9be286dcf3
archived-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