Sindbad~EG File Manager

Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/traitUse.test

Trait uses and adaptations
-----
<?php

class A
{
    use B, C, D {
        f as g;
        f as private;
        f as private g;
        B::f as g;
        B::f insteadof C, D;
    }
}
-----
class A
{
    use B, C, D {
        f as g;
        f as private;
        f as private g;
        B::f as g;
        B::f insteadof C, D;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists