PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Bridge
/
Doctrine
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Bridge\\Doctrine\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[+]
..
[-] ManagerRegistry.php
[open]
[+]
DataFixtures
[+]
Validator
[+]
HttpFoundation
[-] RegistryInterface.php
[open]
[+]
DependencyInjection
[+]
DataCollector
[+]
Logger
[-] autoloader.php
[open]
[+]
Security
[+]
CacheWarmer
[-] ContainerAwareEventManager.php
[open]
[+]
Form
[+]
ExpressionLanguage
[+]
Test