Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/php53/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/php53/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php |
<?php namespace ClassesWithParents; class D extends A { use BTrait; }