Home
last modified time | relevance | path

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

/php-src/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.c2049 size_t n = php_mb_stripos(false, haystack, needle, offset, enc); in PHP_FUNCTION()
2080 size_t n = php_mb_stripos(true, haystack, needle, offset, enc); in PHP_FUNCTION()
2179 n = php_mb_stripos(reverse_mode, haystack, needle, 0, enc); in php_mb_strstr_variants()
6021 MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zend_string *needle, zend_long… in php_mb_stripos() function

Completed in 28 milliseconds