diff --git a/reference/mbstring/functions/mb-decode-numericentity.xml b/reference/mbstring/functions/mb-decode-numericentity.xml index 405bea681f01..f030d6f8a553 100644 --- a/reference/mbstring/functions/mb-decode-numericentity.xml +++ b/reference/mbstring/functions/mb-decode-numericentity.xml @@ -107,14 +107,17 @@ ]]> @@ -127,64 +130,73 @@ $convmap = array ( ]]> diff --git a/reference/mbstring/functions/mb-encode-numericentity.xml b/reference/mbstring/functions/mb-encode-numericentity.xml index 9537bb0dd4b2..ba404c739af5 100644 --- a/reference/mbstring/functions/mb-encode-numericentity.xml +++ b/reference/mbstring/functions/mb-encode-numericentity.xml @@ -107,17 +107,20 @@ <parameter>map</parameter> example - + ]]> @@ -142,7 +145,9 @@ $convmap = [ 0x80, 0x7FF, 0, 0x10FFFF, 0x10000, 0x1FFFFF, 0, 0x10FFFF, ]; + var_dump(mb_encode_numericentity($str, $convmap, "utf8")); + ?> ]]>