Searched refs:mb_find_strpos (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/mbstring/ |
H A D | mbstring.c | 1900 static size_t mb_find_strpos(zend_string *haystack, zend_string *needle, const mbfl_encoding *enc, … in mb_find_strpos() function 1990 size_t n = mb_find_strpos(haystack, needle, enc, offset, false); in PHP_FUNCTION() 2019 size_t n = mb_find_strpos(haystack, needle, enc, offset, true); in PHP_FUNCTION() 2181 n = mb_find_strpos(haystack, needle, enc, 0, reverse_mode); in php_mb_strstr_variants() 6053 size_t n = mb_find_strpos(haystack_conv, needle_conv, &mbfl_encoding_utf8, offset, mode); in php_mb_stripos()
|
Completed in 21 milliseconds