diff --git a/reference/mbstring/functions/mb-convert-kana.xml b/reference/mbstring/functions/mb-convert-kana.xml
index 6647f0962d74..c41b922687ce 100644
--- a/reference/mbstring/functions/mb-convert-kana.xml
+++ b/reference/mbstring/functions/mb-convert-kana.xml
@@ -200,23 +200,28 @@
&reftitle.examples;
-
-
- mb_convert_kana example
-
+
+ mb_convert_kana example
+
]]>
-
-
-
+
+ &example.outputs;
+
+
+
+
diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml
index ff29c3c3ef2d..c6b1a1fb43d6 100644
--- a/reference/mbstring/functions/mb-detect-encoding.xml
+++ b/reference/mbstring/functions/mb-detect-encoding.xml
@@ -29,6 +29,17 @@
bytes form a valid string. If the input string contains such a sequence, that
encoding will be rejected, and the next encoding checked.
+
+
+ The result is not accurate
+
+ The name of this function is misleading, it performs "guessing" rather than "detection".
+
+
+ The guesses are far from accurate, and therefore you cannot use this function to accurately
+ detect the correct character encoding.
+
+
@@ -121,14 +132,17 @@
]]>
+ &example.outputs;
+
+
+
diff --git a/reference/mbstring/functions/mb-encode-numericentity.xml b/reference/mbstring/functions/mb-encode-numericentity.xml
index 39f876b1fd93..7334bdeed352 100644
--- a/reference/mbstring/functions/mb-encode-numericentity.xml
+++ b/reference/mbstring/functions/mb-encode-numericentity.xml
@@ -130,27 +130,29 @@ $convmap = array (
]]>
+ &example.outputs;
+
+
+