regex_default_options 51 ext/mbstring/php_mbregex.c OnigOptionType regex_default_options; regex_default_options 74 ext/mbstring/php_mbregex.c pglobals->regex_default_options = ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; regex_default_options 707 ext/mbstring/php_mbregex.c options = MBREX(regex_default_options); regex_default_options 853 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) TSRMLS_CC)) == NULL) { regex_default_options 1156 ext/mbstring/php_mbregex.c option |= MBREX(regex_default_options); regex_default_options 1192 ext/mbstring/php_mbregex.c option = MBREX(regex_default_options); regex_default_options 1326 ext/mbstring/php_mbregex.c option = MBREX(regex_default_options); regex_default_options 1422 ext/mbstring/php_mbregex.c *prev_options = MBREX(regex_default_options); regex_default_options 1427 ext/mbstring/php_mbregex.c MBREX(regex_default_options) = options; regex_default_options 1452 ext/mbstring/php_mbregex.c opt = MBREX(regex_default_options);