<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Superglobals</title>

	<image filename="superglobals.png" align="right"/>

	<example class="code_large">
; show all GET variables in error messages
xdebug.dump.GET=*
; show the login and password POST variables
xdebug.dump.POST=login,password
; show the PHP's session cookie
xdebug.dump.COOKIE=PHPSESSID</example>
</slide>
