From efef4dfef6354ebbef7da99c99008d4a153eac0c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 10 Feb 2011 11:35:46 +0000 Subject: [PATCH] Changelog (doc bug #53935) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308179 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/substr.xml b/reference/strings/functions/substr.xml index 2153f5d556..27a9f4796b 100644 --- a/reference/strings/functions/substr.xml +++ b/reference/strings/functions/substr.xml @@ -134,11 +134,11 @@ $rest = substr("abcdef", -3, -1); // returns "de" - 5.2.2 + 5.2.2 - 5.2.6 If the start parameter indicates the position of - a negative truncation or beyond, false is returned. Prior to this - version, an empty string was returned. + a negative truncation or beyond, false is returned. Other versions get + the string from start.