Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FP: mb_ereg_replace #67

Open
voku opened this issue Jun 16, 2022 · 2 comments
Open

FP: mb_ereg_replace #67

voku opened this issue Jun 16, 2022 · 2 comments

Comments

@voku
Copy link

voku commented Jun 16, 2022

Hi, I see errors like this:

| /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.

@wapmorgan
Copy link
Owner

Agreed, information is not full.
Unfortunately, I don't have time to work on opensource, so let issue be open

@NathanGibbs3
Copy link
Contributor

Hi, I see errors like this:

| /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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants