Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.h67 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long…
H A Dmbstring.c2044 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()
5754 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos() function

Completed in 57 milliseconds