Searched refs:php_mb_stripos (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.h | 67 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long…
|
H A D | mbstring.c | 2044 size_t n = php_mb_stripos(false, haystack, needle, offset, enc); in PHP_FUNCTION() 2075 size_t n = php_mb_stripos(true, haystack, needle, offset, enc); in PHP_FUNCTION() 2174 n = php_mb_stripos(reverse_mode, haystack, needle, 0, enc); in php_mb_strstr_variants() 5779 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos() function
|
Completed in 41 milliseconds