Nikita Popov
|
7485978339
|
Migrate SKIPIF -> EXTENSIONS (#7138)
This is an automated migration of most SKIPIF extension_loaded checks.
|
2021-06-11 11:57:42 +02:00 |
|
Christoph M. Becker
|
a003af5b62
|
Add missing skip conditions
mbstring can be built without mbregex support, in which case these
tests would fail. Thus we add respective skip conditions.
|
2018-08-05 00:01:35 +02:00 |
|
Christoph M. Becker
|
56cdaecb28
|
Fix #72693: mb_ereg_search increments search position when a match zero-width
That's caused by an off-by-one error, which we fix.
|
2016-07-28 13:57:38 +02:00 |
|
Christoph M. Becker
|
d276e6a838
|
Fix #72691: mb_ereg_search raises a warning if a match zero-width
That warning doesn't make sense (PCRE doesn't throw such a warning either),
so we remove it.
|
2016-07-28 13:07:05 +02:00 |
|