General

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

$this->foo = 2;

Global variables

$_SERVER;
$_GET;
$_POST;
$argc; $argv;

// and many more