From: Chris Brown Date: Tue, 15 Mar 2016 20:34:05 +0000 (-0400) Subject: Small typo in UPGRADING doc X-Git-Tag: php-7.1.0alpha1~456^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77515803d5460d3d1dab9939a3285224096e3ad6;p=php Small typo in UPGRADING doc --- diff --git a/UPGRADING b/UPGRADING index 1e944d9e1f..fc23e3676f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -71,7 +71,7 @@ PHP 7.1 UPGRADE NOTES the $offset argument. - strpos(), stripos(), substr_count(), grapheme_strpos(), grapheme_stripos(), grapheme_extract(), iconv_strpos(), mb_strimwidth(), mb_ereg_search_setpos(), - mb_strpos() and mb_stripos() now accept negative string offstes. + mb_strpos() and mb_stripos() now accept negative string offsets. - substr_count() and mb_strimwidth() additionally also accept negative length. - file_get_contents() accepts a negative seek offset if the stream is seekable.