fork download
  1. <?php
  2. $_COOKIE = array("cookie_input" => "Ékezet Ő");
  3. print('<input type="text" value="' . $_COOKIE['cookie_input'] . '">');
  4. ?>
  5.  
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
<input type="text" value="Ékezet Ő">