Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/
H A Dmbstring.h151 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, …
H A Dmbstring.c2402 …n = php_mb_stripos(0, (char *)haystack.val, haystack.len, (char *)needle.val, needle.len, offset, … in PHP_FUNCTION()
2428 …n = php_mb_stripos(1, (char *)haystack.val, haystack.len, (char *)needle.val, needle.len, offset, … in PHP_FUNCTION()
2588 …n = php_mb_stripos(0, (char *)haystack.val, haystack.len, (char *)needle.val, needle.len, 0, from_… in PHP_FUNCTION()
2641 …n = php_mb_stripos(1, (char *)haystack.val, haystack.len, (char *)needle.val, needle.len, 0, from_… in PHP_FUNCTION()
4657 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, … in php_mb_stripos() function

Completed in 53 milliseconds