On 5 January 2016 at 10:39, Rouven Weßling <m...@rouvenwessling.de> wrote:
> Hi Dan,
>
> There is no mb_eregi_replace_callback function. Code using it will have to be 
> converted to use mb_ereg_replace_callbackwith the i option."
>

This is possibly a stupid question, but one that needs to be asked anyway:

Have you checked that simply converting code that uses
mb_eregi_replace to using mb_ereg_replace_callback with the i flag
behaves the same in all circumstances?

I assume it should be fine.....but assumptions are the progenitor of
most....bad situations.

cheers
Dan

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to