diff options
author | Chris Brown <drbyte@zen-cart.com> | 2016-03-15 16:34:05 -0400 |
---|---|---|
committer | Chris Brown <drbyte@zen-cart.com> | 2016-03-15 16:34:05 -0400 |
commit | 77515803d5460d3d1dab9939a3285224096e3ad6 (patch) | |
tree | 0b6e0cbdaf8fa4f8fa9a838d1dfd8a2b17dafa2b | |
parent | 4165ae14204954bfe6497f1d724636da02bfdfd2 (diff) | |
download | php-git-77515803d5460d3d1dab9939a3285224096e3ad6.tar.gz |
Small typo in UPGRADING doc
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |