1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/mbstring
Alex Dowad a2ea45211c Return early from mb_get_substr if 'len' parameter is zero
This internal function is used to implement mb_strstr, mb_stristr,
mb_strrchr, mb_strrichr, mb_substr, mb_strimwidth, mb_trim, and
mb_str_pad. All of these functions will be faster if we return
early when requested for a zero-length "substring".
2023-12-06 22:12:38 +02:00
..
2023-11-27 21:20:38 +02:00
2023-11-27 21:20:38 +02:00
2021-09-20 09:58:20 +02:00