diff --git a/reference/mbstring/functions/mb-decode-numericentity.xml b/reference/mbstring/functions/mb-decode-numericentity.xml index 69debb1b56ae..f936c287dce0 100644 --- a/reference/mbstring/functions/mb-decode-numericentity.xml +++ b/reference/mbstring/functions/mb-decode-numericentity.xml @@ -66,6 +66,14 @@ + + &reftitle.errors; + + Throws a ValueError if + map doesn't contain integers only. + + + &reftitle.changelog; @@ -77,6 +85,14 @@ + + 8.4.0 + + mb_decode_numericentity now throws a + ValueError if map + is invalid. + + &mbstring.changelog.encoding-nullable; diff --git a/reference/mbstring/functions/mb-encode-numericentity.xml b/reference/mbstring/functions/mb-encode-numericentity.xml index 9cc2a5c9ae08..f6a548e69acd 100644 --- a/reference/mbstring/functions/mb-encode-numericentity.xml +++ b/reference/mbstring/functions/mb-encode-numericentity.xml @@ -69,6 +69,14 @@ + + &reftitle.errors; + + Throws a ValueError if + map is not a list of ℤ. + + + &reftitle.changelog; @@ -80,6 +88,14 @@ + + 8.4.0 + + mb_encode_numericentity now throws a + ValueError if map + is not a list of ℤ. + + &mbstring.changelog.encoding-nullable; diff --git a/reference/mbstring/functions/mb-http-input.xml b/reference/mbstring/functions/mb-http-input.xml index ac0feb1459e2..cea109778556 100644 --- a/reference/mbstring/functions/mb-http-input.xml +++ b/reference/mbstring/functions/mb-http-input.xml @@ -46,6 +46,14 @@ + + &reftitle.errors; + + Throws a ValueError if + type is invalid. + + + &reftitle.changelog; @@ -57,6 +65,14 @@ + + 8.4.0 + + mb_http_input now throws a + ValueError if type + is invalid. + + 8.0.0 diff --git a/reference/mbstring/functions/mb-http-output.xml b/reference/mbstring/functions/mb-http-output.xml index a4df9cf1c954..d2ea65ed09b8 100644 --- a/reference/mbstring/functions/mb-http-output.xml +++ b/reference/mbstring/functions/mb-http-output.xml @@ -51,6 +51,14 @@ + + &reftitle.errors; + + Throws a ValueError if + encoding contains null bytes. + + + &reftitle.changelog; @@ -62,6 +70,14 @@ + + 8.4.0 + + mb_http_output now throws a + ValueError if encoding + contains null bytes. + + &mbstring.changelog.encoding-nullable;