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