Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
codegen
/
testInstanceImplementMethod
/
testInstanceImplementMethod.php
blob: adcbcc9bb5367dcd8750583c942611c48caf6ec8 [
file
]
<?
php
interface
Foo
{
function
myFoo
():
Foo
;
}
class
Bar
implements
Foo
{
}