diff --git a/reference/strings/functions/stristr.xml b/reference/strings/functions/stristr.xml index a53b9ea2ab..65e37fa728 100644 --- a/reference/strings/functions/stristr.xml +++ b/reference/strings/functions/stristr.xml @@ -1,5 +1,5 @@ - + stristr @@ -44,9 +44,9 @@ before_needle - If &true; (the default is &false;), strstr returns - the part of the haystack before the first - occurence of the needle. + If &true; (the default is &false;), stristr + returns the part of the haystack before the + first occurence of the needle. @@ -87,7 +87,7 @@ 4.3.0 - strstr was made binary safe. + stristr was made binary safe.