root/LayoutTests/http/tests/security/resources/set-cookie.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
setcookie($_GET["name"], $_GET["value"], 0, "/");
?>
Set <?= $_GET["name"] ?>=<?= $_GET["value"] ?>

/* [<][>][^][v][top][bottom][index][help] */