summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Brown <drbyte@zen-cart.com>2020-11-02 12:15:04 -0500
committerNikita Popov <nikita.ppv@gmail.com>2020-11-03 09:35:02 +0100
commit4d16d3cc385b240c47141537ecb5356564b37b4a (patch)
tree66b6b9bb608595529ef431bead21d5762bcdde60
parent6d6fadeb0d9923c3dd99a9381bd26a26bf28ccec (diff)
downloadphp-git-4d16d3cc385b240c47141537ecb5356564b37b4a.tar.gz
Fix typo in UPGRADING
Closes GH-6395.
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index ed7dd70ea9..37cf35cb47 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -390,7 +390,7 @@ PHP 8.0 UPGRADE NOTES
aliases for better interoperability with the iconv extension. The mbregex
ISO 8859 aliases with underscores (ISO_8859_* and ISO8859_*) have also been
removed.
- . mb_ereg() and mb_eregi() will now return boolean true on a successfuly
+ . mb_ereg() and mb_eregi() will now return boolean true on a successful
match. Previously they returned integer 1 if $matches was not passed, or
max(1, strlen($reg[0])) is $matches was passed.