Searched refs:haystack_char_len (Results 1 – 1 of 1) sorted by relevance
2460 int haystack_char_len = mbfl_strlen(&haystack); in PHP_FUNCTION() local2461 if ((offset > 0 && offset > haystack_char_len) || in PHP_FUNCTION()2462 (offset < 0 && -offset > haystack_char_len)) { in PHP_FUNCTION()5449 int haystack_char_len = mbfl_strlen(&haystack); in php_mb_stripos() local5452 if ((offset > 0 && offset > haystack_char_len) || in php_mb_stripos()5453 (offset < 0 && -offset > haystack_char_len)) { in php_mb_stripos()5459 offset += (long)haystack_char_len; in php_mb_stripos()5461 if (offset < 0 || offset > haystack_char_len) { in php_mb_stripos()
Completed in 42 milliseconds