Current Path : /opt/alt/php55/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/ |
Current File : //opt/alt/php55/usr/share/pear/test/ClassLoader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php |
<?php namespace Namespaced2; class Bar { public static $loaded = true; }