Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_mbregex.c599 OnigOptionType optm = 0; in _php_mb_regex_init_options() local
609 optm |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_init_options()
612 optm |= ONIG_OPTION_EXTEND; in _php_mb_regex_init_options()
615 optm |= ONIG_OPTION_MULTILINE; in _php_mb_regex_init_options()
618 optm |= ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()
621 optm |= ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()
624 optm |= ONIG_OPTION_FIND_LONGEST; in _php_mb_regex_init_options()
627 optm |= ONIG_OPTION_FIND_NOT_EMPTY; in _php_mb_regex_init_options()
658 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()

Completed in 7 milliseconds