From 3f69d9b08b49a37f214de24c301ccd56d741881a Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Hedde Date: Tue, 30 Dec 2014 13:02:22 +0000 Subject: [PATCH] Simply fixes a typo. -- Provided by anonymous 53037 (tpunt@hotmail.co.uk) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335494 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/strspn.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/strings/functions/strspn.xml b/reference/strings/functions/strspn.xml index d264978558..f24b9a3519 100644 --- a/reference/strings/functions/strspn.xml +++ b/reference/strings/functions/strspn.xml @@ -108,7 +108,7 @@ $var = strspn("42 is the answer to the 128th question.", "1234567890"); position. - If lengthis given and is negative, + If length is given and is negative, then subject will be examined from the starting position up to length characters from the end of subject.