Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c2313 size_t real_from, real_len; in PHP_FUNCTION() local
2337 real_from = (size_t) from; in PHP_FUNCTION()
2339 real_from = mblen + from; in PHP_FUNCTION()
2341 real_from = 0; in PHP_FUNCTION()
2350 } else if (real_from < mblen && -len < mblen - real_from) { in PHP_FUNCTION()
2351 real_len = (mblen - real_from) + len; in PHP_FUNCTION()
2356 RETVAL_STR(mb_get_substr(str, real_from, real_len, enc)); in PHP_FUNCTION()

Completed in 22 milliseconds