From 439ebb0e2c9c730d8babe919767d4568816f9553 Mon Sep 17 00:00:00 2001 From: "Jeremy S. Johnstone" Date: Fri, 14 May 2004 02:03:12 +0000 Subject: [PATCH] Added a note that substr_count's needle is case sensitive. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158538 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr-count.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/substr-count.xml b/reference/strings/functions/substr-count.xml index 4afdd0a4ed..a2c3ddb33c 100644 --- a/reference/strings/functions/substr-count.xml +++ b/reference/strings/functions/substr-count.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,8 @@ substr_count returns the number of times the needle substring occurs in the - haystack string. + haystack string. Please note that + needle is case sensitive.