Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue213423.php
blob: 6c79820d9fa3bf519029f5060eeb66b93a201972 [
file
]
<?
php
class
Foo
{
use
A
,
B
,
C
{
C
::
bar insteadof A
,
B
;
}
}
?>