📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 21:24:21
📂
/ (Root)
/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
test
/
ClassLoader
/
Symfony
/
Component
/
ClassLoader
/
Tests
/
Fixtures
/
php5.4
📍 /opt/alt/php55/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4
🔄 Refresh
✏️
Editing: traits.php
Read Only
<?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