This adds new tokens to the PHP language to allow more customization in your theme.
Prism's default themes do not support the new tokens, so there will be no visible changes in the following examples.
$this->foo = 2;
$_SERVER;
$_GET;
$_POST;
$argc; $argv;
// and many more