Searched refs:mb_find_strpos (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 1895 static size_t mb_find_strpos(zend_string *haystack, zend_string *needle, const mbfl_encoding *enc, … in mb_find_strpos() function 1985 size_t n = mb_find_strpos(haystack, needle, enc, offset, false); in PHP_FUNCTION() 2014 size_t n = mb_find_strpos(haystack, needle, enc, offset, true); in PHP_FUNCTION() 2176 n = mb_find_strpos(haystack, needle, enc, 0, reverse_mode); in php_mb_strstr_variants() 5786 size_t n = mb_find_strpos(haystack_conv, needle_conv, &mbfl_encoding_utf8, offset, mode); in php_mb_stripos()
|
Completed in 24 milliseconds