diff --git a/reference/strings/functions/strrchr.xml b/reference/strings/functions/strrchr.xml index 0244661949..7aeda09fce 100644 --- a/reference/strings/functions/strrchr.xml +++ b/reference/strings/functions/strrchr.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ If needle contains more than one - character, only the first is used in PHP 4. This behavior is different from that + character, only the first is used. This behavior is different from that of strchr.