bug36459.phpt

来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 42 行

PHPT
42
字号
--TEST--bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)--SKIPIF--<?php include('skipif.inc'); ?>--INI--session.use_trans_sid=1session.use_cookies=0session.name=sid--FILE--<?phperror_reporting(E_ALL);session_start();# Do not remove \r from this tests, they are essential!?><html>
  <head>
    <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
  </head>
  <body>
    <p>See source html code</p>
    <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2"
       style="font: normal 11pt Times New Roman">incorrect link</a><br />
    <br />
    <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Roman">correct link</a>
  </body>
</html>
--EXPECTF--<html>  <head>    <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>  </head>  <body>    <p>See source html code</p>    <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s"       style="font: normal 11pt Times New Roman">incorrect link</a><br />    <br />    <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times New Roman">correct link</a>  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?