Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ereg/
H A Dereg.c289 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 Dphp_ereg.h38 …replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRM…
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c690 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.5/ext/pgsql/
H A Dpgsql.c5333 static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase T…
5350 if (icase) {

Completed in 23 milliseconds