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-24 16:22:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35ca407fcbb34bf0cd28fa8a64741abba0637dce
archived-php-src
/
tests
/
classes
/
interface_optional_arg_003.inc
Gabriel Caruso
21e3b0c70c
Remove trailing whitespace in inc files
2018-02-10 19:20:23 +01:00
5 lines
47 B
PHP
Raw
Blame
History
<
?
php
interface
I
{
function
f
(
$a
=
null
);
}
Reference in New Issue
View Git Blame
Copy Permalink