From 45208d092a83560a5b874e59090a892d86b65a05 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 6 Nov 2001 02:22:46 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61619 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 9ef2ebd392..84221f030e 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -3558,7 +3558,7 @@ $rest = substr("abcdef", 1, -1); // returns "bcde" int substr_count - string haystrack + string haystack string needle