summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Brown <drbyte@zen-cart.com>2016-03-15 16:34:05 -0400
committerChris Brown <drbyte@zen-cart.com>2016-03-15 16:34:05 -0400
commit77515803d5460d3d1dab9939a3285224096e3ad6 (patch)
tree0b6e0cbdaf8fa4f8fa9a838d1dfd8a2b17dafa2b
parent4165ae14204954bfe6497f1d724636da02bfdfd2 (diff)
downloadphp-git-77515803d5460d3d1dab9939a3285224096e3ad6.tar.gz
Small typo in UPGRADING doc
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
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.