Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c590 int optm = 0; in _php_mb_regex_init_options() local
600 optm |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_init_options()
603 optm |= ONIG_OPTION_EXTEND; in _php_mb_regex_init_options()
606 optm |= ONIG_OPTION_MULTILINE; in _php_mb_regex_init_options()
609 optm |= ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()
612 optm |= ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()
615 optm |= ONIG_OPTION_FIND_LONGEST; in _php_mb_regex_init_options()
618 optm |= ONIG_OPTION_FIND_NOT_EMPTY; in _php_mb_regex_init_options()
651 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()

Completed in 8 milliseconds