From 153fa8424cc98d7d08d4113759cc3dd320feb9f7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Aug 2004 15:56:57 +0000 Subject: [PATCH] Accepts string in PHP 5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166307 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strrchr.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/strrchr.xml b/reference/strings/functions/strrchr.xml index a40abf488d..0244661949 100644 --- a/reference/strings/functions/strrchr.xml +++ b/reference/strings/functions/strrchr.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ stringstrrchr stringhaystack - charneedle + stringneedle This function returns the portion of @@ -26,7 +26,7 @@ If needle contains more than one - character, only the first is used. This behavior is different from that + character, only the first is used in PHP 4. This behavior is different from that of strchr.