X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparams017.phpt;h=95e8c54308916839507d8f78437227b587f95f23;hp=b3587e53e40a464bbb894aadd84d47a219afd2f5;hb=75323793e113441c79c18cd9a57533dd592d3ff7;hpb=27d02824457cb9ccbb23b021f79957540bda7802 diff --git a/tests/params017.phpt b/tests/params017.phpt index b3587e5..95e8c54 100644 --- a/tests/params017.phpt +++ b/tests/params017.phpt @@ -19,7 +19,7 @@ $p = current(http\Header::parse($link, "http\\Header"))->getParams( http\Params::DEF_PARAM_SEP, http\Params::DEF_ARG_SEP, http\Params::DEF_VAL_SEP, - http\Params::PARSE_RFC5988 | http\Params::PARSE_ESCAPED + http\Params::PARSE_RFC5987 | http\Params::PARSE_RFC5988 | http\Params::PARSE_ESCAPED ); var_dump($p->params); var_dump((string)$p);