mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Really fixed the mb issue of mb_ereg_replace()
# my previous patch is somewhat wrong
This commit is contained in:
parent
3e7b832895
commit
cfbd0bb58a
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, int option)
|
|||
p += 2;
|
||||
i += 2;
|
||||
} else {
|
||||
_php_mb_regex_strbuf_ncat(pdevice, (const unsigned char *)p, 1);
|
||||
_php_mb_regex_strbuf_ncat(pdevice, (const unsigned char *)p, fwd);
|
||||
p += fwd;
|
||||
i += fwd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue