Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
codegen
/
testInstanceOverrideMethod
/
testInstanceOverrideMethod.php
blob: 853205d146f690f8f40d93fc88b03a17b6e9009f [
file
]
<?
php
class
Foo
{
function
myFoo
():
Foo
;
}
class
Bar
extends
Foo
{
}