icase             289 ext/ereg/ereg.c static void php_ereg(INTERNAL_FUNCTION_PARAMETERS, int icase)
icase             309 ext/ereg/ereg.c 	if (icase) {
icase             403 ext/ereg/ereg.c PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC)
icase             418 ext/ereg/ereg.c 	if (icase) {
icase             550 ext/ereg/ereg.c static void php_do_ereg_replace(INTERNAL_FUNCTION_PARAMETERS, int icase)
icase             597 ext/ereg/ereg.c 	ret = php_ereg_replace(pattern, replace, string, icase, 1 TSRMLS_CC);
icase             629 ext/ereg/ereg.c static void php_split(INTERNAL_FUNCTION_PARAMETERS, int icase)
icase             642 ext/ereg/ereg.c 	if (icase) {
icase              38 ext/ereg/php_ereg.h PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC);
icase             690 ext/mbstring/php_mbregex.c static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int icase)
icase             708 ext/mbstring/php_mbregex.c 	if (icase) {
icase            5698 ext/pgsql/pgsql.c static int php_pgsql_convert_match(const char *str, size_t str_len, const char *regex , int icase TSRMLS_DC)
icase            5715 ext/pgsql/pgsql.c 	if (icase) {