From 3be23233a78bf846c1cd6accbfbbb5419542eca9 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 2 Dec 2007 01:08:18 +0000 Subject: [PATCH] Added simple description for haystack parameter (#43473) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247433 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stripos.xml | 3 ++- reference/strings/functions/stristr.xml | 3 ++- reference/strings/functions/strpos.xml | 3 ++- reference/strings/functions/strrchr.xml | 3 ++- reference/strings/functions/strripos.xml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/reference/strings/functions/stripos.xml b/reference/strings/functions/stripos.xml index 279d509e9c..9ed67744db 100755 --- a/reference/strings/functions/stripos.xml +++ b/reference/strings/functions/stripos.xml @@ -1,5 +1,5 @@ - + stripos @@ -33,6 +33,7 @@ haystack + The string to search in diff --git a/reference/strings/functions/stristr.xml b/reference/strings/functions/stristr.xml index 65e37fa728..7d6be302f0 100644 --- a/reference/strings/functions/stristr.xml +++ b/reference/strings/functions/stristr.xml @@ -1,5 +1,5 @@ - + stristr @@ -28,6 +28,7 @@ haystack + The string to search in diff --git a/reference/strings/functions/strpos.xml b/reference/strings/functions/strpos.xml index e20f811ca5..2510d00fb0 100644 --- a/reference/strings/functions/strpos.xml +++ b/reference/strings/functions/strpos.xml @@ -1,5 +1,5 @@ - + strpos @@ -31,6 +31,7 @@ haystack + The string to search in diff --git a/reference/strings/functions/strrchr.xml b/reference/strings/functions/strrchr.xml index fe6b2cb71e..fd45a1912c 100644 --- a/reference/strings/functions/strrchr.xml +++ b/reference/strings/functions/strrchr.xml @@ -1,5 +1,5 @@ - + strrchr @@ -28,6 +28,7 @@ haystack + The string to search in diff --git a/reference/strings/functions/strripos.xml b/reference/strings/functions/strripos.xml index 884efe6fc3..b9b48d34f5 100644 --- a/reference/strings/functions/strripos.xml +++ b/reference/strings/functions/strripos.xml @@ -1,5 +1,5 @@ - + strripos @@ -29,6 +29,7 @@ haystack + The string to search in