optm              584 ext/mbstring/php_mbregex.c 	int optm = 0; 
optm              594 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_IGNORECASE;
optm              597 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_EXTEND;
optm              600 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_MULTILINE;
optm              603 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_SINGLELINE;
optm              606 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE;
optm              609 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_FIND_LONGEST;
optm              612 ext/mbstring/php_mbregex.c 					optm |= ONIG_OPTION_FIND_NOT_EMPTY;
optm              645 ext/mbstring/php_mbregex.c 		if (option != NULL) *option|=optm;