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
2025-01-19 02:03:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8d00385871
php-src
/
tests
/
classes
/
interface_optional_arg_003.inc
Andrea Faulds
e5eb9530ab
Use "float" and "integer" in typehint and zpp errors
2014-12-21 13:23:02 +00:00
5 lines
48 B
PHP
Raw
Blame
History
<
?
php
interface
I
{
function
f
(
$a
=
null
);
}
Reference in New Issue
View Git Blame
Copy Permalink