Searched refs:optm (Results 1 – 1 of 1) sorted by relevance
586 int optm = 0; in _php_mb_regex_init_options() local596 optm |= ONIG_OPTION_IGNORECASE; in _php_mb_regex_init_options()599 optm |= ONIG_OPTION_EXTEND; in _php_mb_regex_init_options()602 optm |= ONIG_OPTION_MULTILINE; in _php_mb_regex_init_options()605 optm |= ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()608 optm |= ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; in _php_mb_regex_init_options()611 optm |= ONIG_OPTION_FIND_LONGEST; in _php_mb_regex_init_options()614 optm |= ONIG_OPTION_FIND_NOT_EMPTY; in _php_mb_regex_init_options()647 if (option != NULL) *option|=optm; in _php_mb_regex_init_options()
Completed in 6 milliseconds