PATH:
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Translation
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\Translation\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[+]
..
[-] PluralizationRules.php
[open]
[-] Interval.php
[open]
[+]
Loader
[-] IdentityTranslator.php
[open]
[+]
Extractor
[-] MessageCatalogueInterface.php
[open]
[-] TranslatorInterface.php
[open]
[+]
Dumper
[-] MetadataAwareInterface.php
[open]
[-] Translator.php
[open]
[-] autoloader.php
[open]
[-] MessageSelector.php
[open]
[+]
Writer
[+]
Catalogue
[-] MessageCatalogue.php
[open]
[+]
Exception