diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml
index 4669959112..682ed058fc 100644
--- a/reference/strings/functions/strpos.xml
+++ b/reference/strings/functions/strpos.xml
@@ -1,5 +1,5 @@
-
+
@@ -66,9 +66,13 @@ if ($pos === false) {
the beginning of haystack.
- See also strrpos, stripos,
- strrchr, substr,
- stristr, and strstr.
+ See also strrpos,
+ stripos,
+ strripos,
+ strrchr,
+ substr,
+ stristr, and
+ strstr.
diff --git a/reference/strings/functions/strripos.xml b/reference/strings/functions/strripos.xml
index b18eed99a4..7d89d4f25b 100644
--- a/reference/strings/functions/strripos.xml
+++ b/reference/strings/functions/strripos.xml
@@ -1,5 +1,5 @@
-
+
strripos
@@ -35,7 +35,7 @@
diff --git a/reference/strings/functions/strrpos.xml b/reference/strings/functions/strrpos.xml
index 7e5002da55..82dcd274cb 100644
--- a/reference/strings/functions/strrpos.xml
+++ b/reference/strings/functions/strrpos.xml
@@ -1,5 +1,5 @@
-
+
@@ -56,8 +56,11 @@ if (is_string($pos) && !$pos) {
See also strpos,
- strrchr, substr,
- stristr, and strstr.
+ strripos,
+ strrchr,
+ substr,
+ stristr, and
+ strstr.