754a02ffd7b7eb4e4823b6563451ddfa4b0f1a40
[yaffs-website] / vendor / behat / mink-browserkit-driver / tests / web-fixtures / cookie_page2.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
3 <head>
4     <title>Basic Form</title>
5     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
6     <script>
7     </script>
8 </head>
9 <body>
10     Previous cookie: <?php
11         echo $app['request']->cookies->has('srvr_cookie') ? html_escape_value($app['request']->cookies->get('srvr_cookie')) : 'NO';
12     ?>
13 </body>
14 </html>