Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/php53/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/proc/self/root/opt/alt/php53/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/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;
    }
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox