X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpMessage_003.phpt;h=e2f9f4f24e8a622b74c8e94ed8b694b1d15b8e82;hp=8c416b9b906df9f99574aa6d219887a7812df2ab;hb=99b27b9e44043e5ff1bd53f2a1e3b007cfd16a42;hpb=6da3520587f9f79c7429501289512d2a2415b517 diff --git a/tests/HttpMessage_003.phpt b/tests/HttpMessage_003.phpt index 8c416b9..e2f9f4f 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":protected]=> int(2) - ["body:protected"]=> + ["body":protected]=> string(0) "" - ["requestMethod:protected"]=> + ["requestMethod":protected]=> string(0) "" - ["requestUrl:protected"]=> + ["requestUrl":protected]=> string(0) "" - ["responseStatus:protected"]=> + ["responseStatus":protected]=> string(2) "Ok" - ["responseCode:protected"]=> + ["responseCode":protected]=> int(200) - ["httpVersion:protected"]=> + ["httpVersion":protected]=> float(1.1) - ["headers:protected"]=> + ["headers":protected]=> array(1) { ["Server"]=> string(9) "Funky/1.0" } - ["parentMessage:protected"]=> + ["parentMessage":protected]=> NULL } int(1)