PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
DependencyInjection
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\DependencyInjection\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[-] Parameter.php
[open]
[+]
..
[-] Definition.php
[open]
[-] ContainerBuilder.php
[open]
[-] TaggedContainerInterface.php
[open]
[+]
Loader
[+]
Compiler
[-] ContainerAwareInterface.php
[open]
[-] Scope.php
[open]
[-] Variable.php
[open]
[+]
ParameterBag
[+]
Dumper
[-] Reference.php
[open]
[-] IntrospectableContainerInterface.php
[open]
[-] autoloader.php
[open]
[-] SimpleXMLElement.php
[open]
[-] ExpressionLanguage.php
[open]
[-] ContainerAware.php
[open]
[-] ContainerAwareTrait.php
[open]
[-] ContainerInterface.php
[open]
[-] Container.php
[open]
[-] Alias.php
[open]
[+]
Extension
[+]
LazyProxy
[-] DefinitionDecorator.php
[open]
[-] ScopeInterface.php
[open]
[+]
Exception