📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:06:10
📂
/
/
opt
/
alt
/
php54
/
usr
/
share
/
pear
/
test
/
ClassLoader
/
Symfony
/
Component
/
ClassLoader
/
Tests
/
Fixtures
/
php5.4
✏️
Editing: traits.php
<?php namespace { trait TFoo { } class CFoo { use TFoo; } } namespace Foo { trait TBar { } interface IBar { } trait TFooBar { } class CBar implements IBar { use TBar, TFooBar; } }
💾 Save Changes
❌ Cancel