From ab4fe6b1c887f6a4723597f8930eabd988580df4 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 28 May 2003 12:00:30 +0000 Subject: [PATCH] example showing case insensitivity for strripos and some see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129021 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strpos.xml | 12 ++++++++---- reference/strings/functions/strripos.xml | 6 +++--- reference/strings/functions/strrpos.xml | 9 ++++++--- 3 files changed, 17 insertions(+), 10 deletions(-) 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.