Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
semantic
/
traits_03.php
blob: c34ba296c114783e8d51fd3f025ca9962a6bd55e [
file
] [
log
] [
blame
]
<?
php
trait
MyTrait_03
{
use
MyTrait
,
Mytrait_02
;
}
?>