Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h141 #define MBFL_SUBSTR_UNTIL_END ((size_t) -1) macro
/php-src/ext/mbstring/
H A Dmbstring.c2188 RETVAL_STR(mb_get_substr(haystack, n, MBFL_SUBSTR_UNTIL_END, enc)); in php_mb_strstr_variants()
2352 real_len = MBFL_SUBSTR_UNTIL_END; in PHP_FUNCTION()
2587 return mb_get_substr(input, from, MBFL_SUBSTR_UNTIL_END, enc); in mb_trim_string()
2593 …et_substr_slow((unsigned char*)ZSTR_VAL(input), ZSTR_LEN(input), from, MBFL_SUBSTR_UNTIL_END, enc); in mb_trim_string()
2984 zend_string *second = mb_get_substr(str, 1, MBFL_SUBSTR_UNTIL_END, enc); in php_mb_ulcfirst()

Completed in 66 milliseconds