/usr/share/cagefs-skeleton/opt/alt/php54/usr/share/pear/Symfony/Component/Console
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\Console\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
.
Edit
..
Edit
Application.php
Edit
Command
Edit
ConsoleEvents.php
Edit
Descriptor
Edit
Event
Edit
Formatter
Edit
Helper
Edit
Input
Edit
Output
Edit
Resources
Edit
Shell.php
Edit
Tester
Edit
autoloader.php
Edit