Small typo in UPGRADING doc

This commit is contained in:
Chris Brown 2016-03-15 16:34:05 -04:00
parent 4165ae1420
commit 77515803d5

View File

@ -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.