From 3f1468766e8015cb1a22575b44b556d53b3a9d86 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 1 Sep 2007 18:47:57 +0000 Subject: [PATCH] fix copy-paste shit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242055 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stristr.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.