X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparams005.phpt;fp=tests%2Fparams005.phpt;h=7c64a31b4d472cc0f211ad8376d5253c3db7908a;hp=0000000000000000000000000000000000000000;hb=c329d4dabccd5caff9869d88be4e14f477e028b6;hpb=e1de6f2d6a6f2e2707c1b4998317e457ed8de4a4 diff --git a/tests/params005.phpt b/tests/params005.phpt new file mode 100644 index 0000000..7c64a31 --- /dev/null +++ b/tests/params005.phpt @@ -0,0 +1,28 @@ +--TEST-- +quoted params +--SKIPIF-- + +--FILE-- + array( + "value" => true, + "arguments" => array( + "boundary" => "--123" + ) + ) +); +var_dump($c === $p->params); +var_dump("multipart/form-data;boundary=--123" === (string) $p); +?> +DONE +--EXPECT-- +Test +bool(true) +bool(true) +DONE