Searched refs:optm (Results 1 – 1 of 1) sorted by relevance
587 int optm = 0; in _php_mb_regex_init_options() local597 optm |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_init_options()600 optm |= ONIG_OPTION_EXTEND; in _php_mb_regex_init_options()603 optm |= ONIG_OPTION_MULTILINE; in _php_mb_regex_init_options()606 optm |= ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()609 optm |= ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()612 optm |= ONIG_OPTION_FIND_LONGEST; in _php_mb_regex_init_options()615 optm |= ONIG_OPTION_FIND_NOT_EMPTY; in _php_mb_regex_init_options()648 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()
Completed in 8 milliseconds