Searched refs:icase (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/ereg/ |
H A D | ereg.c | 289 static void php_ereg(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_ereg() argument 309 if (icase) { in php_ereg() 403 …replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRM… in php_ereg_replace() argument 418 if (icase) { in php_ereg_replace() 550 static void php_do_ereg_replace(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_do_ereg_replace() argument 597 ret = php_ereg_replace(pattern, replace, string, icase, 1 TSRMLS_CC); in php_do_ereg_replace() 629 static void php_split(INTERNAL_FUNCTION_PARAMETERS, int icase) in php_split() argument 642 if (icase) { in php_split()
|
H A D | php_ereg.h | 38 …replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRM…
|
/PHP-5.4/ext/mbstring/ |
H A D | php_mbregex.c | 690 static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase) in _php_mb_regex_ereg_exec() argument 708 if (icase) { in _php_mb_regex_ereg_exec()
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 5316 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase T… 5333 if (icase) {
|
Completed in 22 milliseconds