X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fredirect_012.phpt;h=620b679cafb0daed63dcbe8101c4263def2216e2;hp=1d48ae58ed56cd91063877abdd9503517f69cfcd;hb=99b27b9e44043e5ff1bd53f2a1e3b007cfd16a42;hpb=6da3520587f9f79c7429501289512d2a2415b517 diff --git a/tests/redirect_012.phpt b/tests/redirect_012.phpt index 1d48ae5..620b679 100644 --- a/tests/redirect_012.phpt +++ b/tests/redirect_012.phpt @@ -4,7 +4,7 @@ http_redirect() with session --ENV-- @@ -17,11 +17,11 @@ session_start(); http_redirect('redirect', array('a' => 1), true); ?> --EXPECTF-- -Status: 302 -X-Powered-By: PHP/%s -Set-Cookie: PHPSESSID=%s; path=/ -Expires: %s -Cache-Control: %s -Pragma: %s -Location: http://localhost/redirect?a=1&PHPSESSID=%s -Content-type: %s +Status: 302%s +X-Powered-By: PHP/%a +Set-Cookie: PHPSESSID=%a; path=/ +Expires: %a +Cache-Control: %a +Pragma: %a +Location: http://localhost/redirect?a=1&PHPSESSID=%a +Content-type: %a