From 7b4e2f074715911e58dbc6c2dee54d5316c66131 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 1 Sep 2010 10:03:06 +0000 Subject: [PATCH] => . Fix #52760 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302968 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/substr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/substr.xml b/reference/strings/functions/substr.xml index 4ea2624391..ec1ccb9ada 100644 --- a/reference/strings/functions/substr.xml +++ b/reference/strings/functions/substr.xml @@ -92,7 +92,7 @@ $rest = substr("abcdef", -3, 1); // returns "d" If length is omitted, the substring starting from - start until the end of the string will be + start until the end of the string will be returned.