regex_default_options 51 ext/mbstring/php_mbregex.c OnigOptionType regex_default_options; regex_default_options 73 ext/mbstring/php_mbregex.c pglobals->regex_default_options = ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; regex_default_options 702 ext/mbstring/php_mbregex.c options = MBREX(regex_default_options); regex_default_options 849 ext/mbstring/php_mbregex.c options |= MBREX(regex_default_options); regex_default_options 1073 ext/mbstring/php_mbregex.c if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, MBREX(regex_default_options), MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) { regex_default_options 1156 ext/mbstring/php_mbregex.c option |= MBREX(regex_default_options); regex_default_options 1191 ext/mbstring/php_mbregex.c option = MBREX(regex_default_options); regex_default_options 1325 ext/mbstring/php_mbregex.c option = MBREX(regex_default_options); regex_default_options 1418 ext/mbstring/php_mbregex.c *prev_options = MBREX(regex_default_options); regex_default_options 1423 ext/mbstring/php_mbregex.c MBREX(regex_default_options) = options; regex_default_options 1448 ext/mbstring/php_mbregex.c opt = MBREX(regex_default_options);