Home
last modified time | relevance | path

Searched refs:ONIG_OPTION_IGNORECASE (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Doniggnu.h48 #define RE_OPTION_IGNORECASE ONIG_OPTION_IGNORECASE
H A Donigcmpt200.h48 #define REG_OPTION_IGNORECASE ONIG_OPTION_IGNORECASE
H A Dregposix.c145 ONIG_OPTION_ON(options, ONIG_OPTION_IGNORECASE); in regcomp()
H A Doniguruma.h379 #define ONIG_OPTION_IGNORECASE 1U macro
380 #define ONIG_OPTION_EXTEND (ONIG_OPTION_IGNORECASE << 1)
H A Dregint.h290 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE)
H A Dregparse.c4654 case 'i': ONOFF(option, ONIG_OPTION_IGNORECASE, neg); break; in parse_enclose()
H A Dregcomp.c1666 r = add_option(reg, (reg->options & ONIG_OPTION_IGNORECASE)); in compile_tree()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c481 if ((option & ONIG_OPTION_IGNORECASE) != 0) { in _php_mb_regex_get_option_string()
594 optm |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_init_options()
709 options |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_ereg_exec()
1036 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, ONIG_OPTION_IGNORECASE, 0); in PHP_FUNCTION()
H A Dmbstring.c989 ONIG_OPTION_IGNORECASE | ONIG_OPTION_DONT_CAPTURE_GROUP, in _php_mb_compile_regex()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI68 ONIG_OPTION_IGNORECASE ambiguity match on
169 ONIG_OPTION_IGNORECASE mode.

Completed in 59 milliseconds