Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
issue253030c.php
blob: 9e6e7b4f5323b21e5ff0be13e50655b5b630d6d7 [
file
] [
log
] [
blame
]
<?
php
class
Foo
{
use
Bar1
,
Bar2
;
use
Bar3
;
}