Searched refs:MBFL_SUBSTR_UNTIL_END (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.h | 223 #define MBFL_SUBSTR_UNTIL_END ((size_t) -1) macro
|
H A D | mbfilter.c | 1178 if (length == MBFL_SUBSTR_UNTIL_END) { in mbfl_substr() 1232 if (length == MBFL_SUBSTR_UNTIL_END) { in mbfl_substr()
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 2584 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION() 2641 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION() 2697 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION() 2746 ret = mbfl_substr(&haystack, &result, n, MBFL_SUBSTR_UNTIL_END); in PHP_FUNCTION() 2840 real_len = MBFL_SUBSTR_UNTIL_END; in PHP_FUNCTION()
|
Completed in 21 milliseconds