mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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".