0) { $_COOKIE = $HTTP_COOKIE_VARS; } ?> Simple test target file A target for the SimpleTest test suite that displays cookies.

Cookies

0) { foreach ($_COOKIE as $key => $value) { print $key . "=" . $value . ";"; } } ?>