Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
issue253030a.php
blob: 3b1b4e0781e8fd326ab684e9f88def907b2b8c60 [
file
]
<?
php
class
Foo
{
use
Bar1
;
use
Bar2
;
use
Bar3
;
}