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