diff options
author | Chris Brown <drbyte@zen-cart.com> | 2020-11-02 12:15:04 -0500 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-11-03 09:35:02 +0100 |
commit | 4d16d3cc385b240c47141537ecb5356564b37b4a (patch) | |
tree | 66b6b9bb608595529ef431bead21d5762bcdde60 | |
parent | 6d6fadeb0d9923c3dd99a9381bd26a26bf28ccec (diff) | |
download | php-git-4d16d3cc385b240c47141537ecb5356564b37b4a.tar.gz |
Fix typo in UPGRADING
Closes GH-6395.
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |