PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
HttpFoundation
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\HttpFoundation\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[-] ResponseHeaderBag.php
[edit]
[-] ServerBag.php
[edit]
[-] RedirectResponse.php
[edit]
[-] StreamedResponse.php
[edit]
[-] Cookie.php
[edit]
[-] IpUtils.php
[edit]
[-] FileBag.php
[edit]
[-] RequestMatcherInterface.php
[edit]
[-] autoloader.php
[edit]
[-] RequestMatcher.php
[edit]
[-] JsonResponse.php
[edit]
[-] AcceptHeaderItem.php
[edit]
[-] ExpressionRequestMatcher.php
[edit]
[-] AcceptHeader.php
[edit]
[-] ParameterBag.php
[edit]
[+]
..
[+]
File
[-] RequestStack.php
[edit]
[+]
Session
[-] ApacheRequest.php
[edit]
[-] Request.php
[edit]
[-] BinaryFileResponse.php
[edit]
[-] Response.php
[edit]
[+]
Resources
[-] HeaderBag.php
[edit]