X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparse_cookie_001.phpt;h=d17c78d43dad2c116836be3ac181cb68b710950a;hb=ecec060bd65badb1139497b30b30cafd1161b50d;hp=3e42f6b0a1896d0a925f8d7950049ac6b1c04c07;hpb=0dbc3c8eb4ec78fd58d6cc1c80e5189f5ae91094;p=m6w6%2Fext-http diff --git a/tests/parse_cookie_001.phpt b/tests/parse_cookie_001.phpt index 3e42f6b..d17c78d 100644 --- a/tests/parse_cookie_001.phpt +++ b/tests/parse_cookie_001.phpt @@ -8,20 +8,34 @@ include 'skip.inc'; --EXPECTF-- %sTEST -object(stdClass)#1 (4) { - ["name"]=> - string(4) "name" - ["value"]=> - string(5) "value" - ["foo"]=> - string(7) "bar"baz" - ["hey"]=> - string(7) "got\"it" +object(stdClass)#%d (%d) { + ["cookies"]=> + array(3) { + ["name"]=> + string(5) "value" + ["foo"]=> + string(7) "bar"baz" + ["hey"]=> + string(6) "got"it" + } + ["extras"]=> + array(1) { + ["comment"]=> + string(0) "" + } + ["flags"]=> + int(32) + ["expires"]=> + int(1) + ["path"]=> + string(1) "/" + ["domain"]=> + string(0) "" } Done