This website requires JavaScript.
Explore
Help
Register
Sign In
hailin
/
php-8.0.30-src
Watch
1
Star
0
Fork
You've already forked php-8.0.30-src
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78791de7e9
php-8.0.30-src
/
ext
/
opcache
/
tests
/
preload_inheritance_error.inc
10 lines
109 B
PHP
Raw
Blame
History
<
?
php
interface
A
{
public
function
foo
();
}
class
B
implements
A
{
public
function
foo
(
$bar
)
{}
}
Reference in New Issue
View Git Blame
Copy Permalink