fix regression introduced with http\Params::PARSE_RFC5987
[m6w6/ext-http] / tests / params017.phpt
index b3587e53e40a464bbb894aadd84d47a219afd2f5..95e8c54308916839507d8f78437227b587f95f23 100644 (file)
@@ -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);