22a7dab0602798668e16b5776ce494ac291b5ee4
[yaffs-website] / vendor / behat / mink-browserkit-driver / tests / web-fixtures / sub-folder / 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     if ($app['request']->cookies->has('srvr_cookie')) {
12         echo $app['request']->cookies->get('srvr_cookie');
13     } else {
14         echo 'NO';
15     }
16     ?>
17 </body>
18 </html>