X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparse_cookie_001.phpt;fp=tests%2Fparse_cookie_001.phpt;h=3e42f6b0a1896d0a925f8d7950049ac6b1c04c07;hb=0dbc3c8eb4ec78fd58d6cc1c80e5189f5ae91094;hp=0000000000000000000000000000000000000000;hpb=120b03d9b12c4946391584e910d11713006f7018;p=m6w6%2Fext-http diff --git a/tests/parse_cookie_001.phpt b/tests/parse_cookie_001.phpt new file mode 100644 index 0000000..3e42f6b --- /dev/null +++ b/tests/parse_cookie_001.phpt @@ -0,0 +1,27 @@ +--TEST-- +parse cookie +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +%sTEST +object(stdClass)#1 (4) { + ["name"]=> + string(4) "name" + ["value"]=> + string(5) "value" + ["foo"]=> + string(7) "bar"baz" + ["hey"]=> + string(7) "got\"it" +} +Done