From 5d4da875837ef4dc18dd00a4530b72e08ebdbbc1 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 20 Dec 2006 19:56:04 +0000 Subject: [PATCH] it uses only the first char even on php 5 (per user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225391 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strrchr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.