Home
last modified time | relevance | path

Searched refs:MBFL_SUBSTR_UNTIL_END (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h141 #define MBFL_SUBSTR_UNTIL_END ((size_t) -1) macro
/PHP-8.3/ext/mbstring/
H A Dmbstring.c2183 RETVAL_STR(mb_get_substr(haystack, n, MBFL_SUBSTR_UNTIL_END, enc)); in php_mb_strstr_variants()
2347 real_len = MBFL_SUBSTR_UNTIL_END; in PHP_FUNCTION()
2540 return mb_get_substr(input, from, MBFL_SUBSTR_UNTIL_END, enc); in mb_trim_string()
2546 …et_substr_slow((unsigned char*)ZSTR_VAL(input), ZSTR_LEN(input), from, MBFL_SUBSTR_UNTIL_END, enc); in mb_trim_string()

Completed in 40 milliseconds