Directory : /home/proudlyafrican/public_html/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/ |
Current File : /home/proudlyafrican/public_html/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; } }