PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Process
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\Process\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[-] ProcessUtils.php
[open]
[+]
..
[-] ExecutableFinder.php
[open]
[-] ProcessBuilder.php
[open]
[-] ProcessPipes.php
[open]
[-] PhpExecutableFinder.php
[open]
[-] autoloader.php
[open]
[-] PhpProcess.php
[open]
[-] Process.php
[open]
[+]
Exception