Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
issue261521.php
blob: e91f2acc1376c121f45ebed1fbef8fb92d7d754a [
file
] [
log
] [
blame
]
<?
php
class
A
{
}
interface
I
{
}
$instance
=
new
class
(
$a
)
extends
A
{
};
return
new
class
(
$a
)
implements
I
{
};