context; ?> <?php echo $c->htmlEncode($e->getName() . ' – ' . get_class($e)); ?> <?php echo $c->htmlEncode(get_class($e)); ?>
Attention

ExceptionaddTypeLinks(get_class($e)); ?> createHttpStatusLink($e->statusCode); ?>

htmlEncode($e->getName()); ?>

$_GET = [
	'show-post' => 100,
	'refresh-page' => 'yes',
	'ascending-sort' => 1,
];

$_POST = [
	'blog-post-form' => [
		'title' => 'hello',
		'author_id' => '12',
	],
];

$_SERVER = [
	'DOCUMENT_ROOT' => '/home/resurtm/work/data',
	'REMOTE_ADDR' => '::1',
	'REMOTE_PORT' => '52694',
	'SERVER_SOFTWARE' => 'PHP 5.4.3 Development Server',
	'SERVER_PROTOCOL' => 'HTTP/1.1',
	'SERVER_NAME' => 'localhost',
	'SERVER_PORT' => '8000',
	'REQUEST_URI' => '/index.php?post-form[title]=hello&post-form[author_id]=12',
	'REQUEST_METHOD' => 'GET',
	'SCRIPT_NAME' => '/index.php',
	'SCRIPT_FILENAME' => '/home/resurtm/work/data/index.php',
	'PHP_SELF' => '/index.php',
	'QUERY_STRING' => 'post-form[title]=hello&post-form[author_id]=12',
	'HTTP_HOST' => 'localhost:8000',
	'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0',
	'HTTP_ACCEPT_LANGUAGE' => 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3',
	'HTTP_ACCEPT_ENCODING' => 'gzip, deflate',
	'HTTP_CONNECTION' => 'keep-alive',
	'REQUEST_TIME_FLOAT' => 1369146454.0856,
	'REQUEST_TIME' => 1369146454,
];
*/ ?>