X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpMessage_003.phpt;h=831b4da888d809f06cc8a63631d6e6107ec464e7;hp=5e94bf38f14c5324052a5cf1b57c02517f5e1072;hb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba;hpb=28676404f30a0814a8e027d63b3cec4959475c46 diff --git a/tests/HttpMessage_003.phpt b/tests/HttpMessage_003.phpt index 5e94bf3..831b4da 100644 --- a/tests/HttpMessage_003.phpt +++ b/tests/HttpMessage_003.phpt @@ -3,7 +3,7 @@ HttpMessage implements Serializable, Countable --SKIPIF-- --FILE-- count()); echo "Done\n"; ?> --EXPECTF-- -%sTEST +%aTEST int(3) string(148) "HTTP/1.1 301 Location: /anywhere @@ -44,26 +44,26 @@ Content-Length: 1 X " object(HttpMessage)#%d (%d) { - ["type:protected"]=> + ["type%s]=> int(2) - ["httpVersion:protected"]=> - float(1.1) - ["responseCode:protected"]=> - int(200) - ["responseStatus:protected"]=> - string(2) "Ok" - ["requestMethod:protected"]=> + ["body%s]=> + string(0) "" + ["requestMethod%s]=> string(0) "" - ["requestUrl:protected"]=> + ["requestUrl%s]=> string(0) "" - ["headers:protected"]=> + ["responseStatus%s]=> + string(2) "Ok" + ["responseCode%s]=> + int(200) + ["httpVersion%s]=> + float(1.1) + ["headers%s]=> array(1) { ["Server"]=> string(9) "Funky/1.0" } - ["body:protected"]=> - string(0) "" - ["parentMessage:protected"]=> + ["parentMessage%s]=> NULL } int(1)