You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /thirdparty/composer/voku/portable-utf8/src/voku/helper/UTF8.php:5804 | removed | Function mb_ereg_replace() is removed. |
| | | Consider replace with @mb_ereg_replace_e_modifier() |
|
... but mb_ereg_replace is not removed and mb_ereg_replace_e_modifier does not exist. I think you will check the "e" modifier usage somehow here, but the error message seems not correct here.
The text was updated successfully, but these errors were encountered:
| /thirdparty/composer/voku/portable-utf8/src/voku/helper/UTF8.php:5804 | removed | Function mb_ereg_replace() is removed. |
| | | Consider replace with @mb_ereg_replace_e_modifier() |
|
... but mb_ereg_replace is not removed and mb_ereg_replace_e_modifier does not exist. I think you will check the "e" modifier usage somehow here, but the error message seems not correct here.
If you can throw some proof of concept code in here that will trip this error, I'll see what I can do about putting a PR together that will fix it.
Hi, I see errors like this:
... but
mb_ereg_replace
is not removed andmb_ereg_replace_e_modifier
does not exist. I think you will check the "e" modifier usage somehow here, but the error message seems not correct here.The text was updated successfully, but these errors were encountered: