Home
last modified time | relevance | path

Searched refs:reverse_mode (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/mbstring/
H A Dmbstring.c2151 bool reverse_mode = false, part = false; in php_mb_strstr_variants() local
2170 reverse_mode = true; in php_mb_strstr_variants()
2174 n = php_mb_stripos(reverse_mode, haystack, needle, 0, enc); in php_mb_strstr_variants()
2176 n = mb_find_strpos(haystack, needle, enc, 0, reverse_mode); in php_mb_strstr_variants()

Completed in 21 milliseconds