mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
MFH
This commit is contained in:
parent
5941c1d28c
commit
7d4ea80b07
@ -1956,6 +1956,7 @@ PHP_FUNCTION(mb_stristr)
|
||||
}
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
|
||||
Finds the last occurrence of a character in a string within another, case insensitive */
|
||||
@ -2008,6 +2009,7 @@ PHP_FUNCTION(mb_strrichr)
|
||||
}
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int mb_substr_count(string haystack, string needle [, string encoding])
|
||||
Count the number of substring occurrences */
|
||||
@ -4237,6 +4239,7 @@ MBSTRING_API int php_mb_gpc_encoding_converter(char **str, int *len, int num, co
|
||||
|
||||
return ret ? 0 : -1;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ MBSTRING_API int php_mb_gpc_encoding_detector()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user