Skip to content

Instantly share code, notes, and snippets.

@armetiz
Created August 8, 2012 12:09
Show Gist options
  • Save armetiz/3294642 to your computer and use it in GitHub Desktop.
Save armetiz/3294642 to your computer and use it in GitHub Desktop.
<?php
require_once __DIR__.'/../app/bootstrap.php.cache';
require_once __DIR__.'/../app/AppKernel.php';
require_once __DIR__.'/../app/AppCache.php';
use Symfony\Component\HttpFoundation\Request;
$request = Request::createFromGlobals();
echo "<pre>";
var_dump ($request);
echo "</pre>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment