diff --git a/reference/mbstring/functions/mb-stripos.xml b/reference/mbstring/functions/mb-stripos.xml index 6cae80fb140a..192ea0a092e6 100644 --- a/reference/mbstring/functions/mb-stripos.xml +++ b/reference/mbstring/functions/mb-stripos.xml @@ -76,6 +76,19 @@ + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog; diff --git a/reference/mbstring/functions/mb-strpos.xml b/reference/mbstring/functions/mb-strpos.xml index 444650d64329..b7ec05bd9056 100644 --- a/reference/mbstring/functions/mb-strpos.xml +++ b/reference/mbstring/functions/mb-strpos.xml @@ -77,6 +77,19 @@ + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog; diff --git a/reference/mbstring/functions/mb-strripos.xml b/reference/mbstring/functions/mb-strripos.xml index bc4d24e0804d..2f4ae89dc2c2 100644 --- a/reference/mbstring/functions/mb-strripos.xml +++ b/reference/mbstring/functions/mb-strripos.xml @@ -78,14 +78,18 @@ - &reftitle.changelog; diff --git a/reference/mbstring/functions/mb-strrpos.xml b/reference/mbstring/functions/mb-strrpos.xml index cc7fee43fec5..656a4d7b0601 100644 --- a/reference/mbstring/functions/mb-strrpos.xml +++ b/reference/mbstring/functions/mb-strrpos.xml @@ -76,6 +76,19 @@ + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog; diff --git a/reference/strings/functions/stripos.xml b/reference/strings/functions/stripos.xml index e30d830b6e86..65890b9a08ed 100644 --- a/reference/strings/functions/stripos.xml +++ b/reference/strings/functions/stripos.xml @@ -72,6 +72,19 @@ &return.falseproblem; + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog; diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml index a8b1aeed6aef..d788148cfd9e 100644 --- a/reference/strings/functions/strpos.xml +++ b/reference/strings/functions/strpos.xml @@ -68,6 +68,19 @@ &return.falseproblem; + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog; diff --git a/reference/strings/functions/strripos.xml b/reference/strings/functions/strripos.xml index 9703513145f3..3b069b67eb14 100644 --- a/reference/strings/functions/strripos.xml +++ b/reference/strings/functions/strripos.xml @@ -90,6 +90,19 @@ &return.falseproblem; + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog; diff --git a/reference/strings/functions/strrpos.xml b/reference/strings/functions/strrpos.xml index b2b022aa9986..2ec4dba9a261 100644 --- a/reference/strings/functions/strrpos.xml +++ b/reference/strings/functions/strrpos.xml @@ -86,6 +86,19 @@ &return.falseproblem; + + &reftitle.errors; + + + + If offset is greater than the length of + haystack, a + ValueError will be thrown. + + + + + &reftitle.changelog;