diff --git a/reference/mbstring/functions/mb-decode-numericentity.xml b/reference/mbstring/functions/mb-decode-numericentity.xml index 405bea681f01..2ec638bc0060 100644 --- a/reference/mbstring/functions/mb-decode-numericentity.xml +++ b/reference/mbstring/functions/mb-decode-numericentity.xml @@ -70,7 +70,8 @@ &reftitle.errors; Throws a ValueError if - map is not a list of &integer;s. + map contains any value that is not an + &integer;, &float;, &boolean;, &null;, or a numeric string. @@ -88,9 +89,10 @@ 8.4.0 - mb_decode_numericentity now throws a + The mb_decode_numericentity function now throws a ValueError if map - is not a list of &integer;s. + contains any value that is not an + &integer;, &float;, &boolean;, &null;, or a numeric string. &mbstring.changelog.encoding-nullable; @@ -104,7 +106,7 @@ <parameter>map</parameter> example - + Throws a ValueError if - map is not a list of &integer;s. + map contains any value that is not an + &integer;, &float;, &boolean;, &null;, or a numeric string. @@ -91,9 +92,10 @@ 8.4.0 - mb_encode_numericentity now throws a + The mb_encode_numericentity function now throws a ValueError if map - is not a list of &integer;s. + contains any value that is not an + &integer;, &float;, &boolean;, &null;, or a numeric string. &mbstring.changelog.encoding-nullable; @@ -107,7 +109,7 @@ <parameter>map</parameter> example - +