optm 582 ext/mbstring/php_mbregex.c int optm = 0; optm 592 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_IGNORECASE; optm 595 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_EXTEND; optm 598 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_MULTILINE; optm 601 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_SINGLELINE; optm 604 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_MULTILINE | ONIG_OPTION_SINGLELINE; optm 607 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_FIND_LONGEST; optm 610 ext/mbstring/php_mbregex.c optm |= ONIG_OPTION_FIND_NOT_EMPTY; optm 643 ext/mbstring/php_mbregex.c if (option != NULL) *option|=optm;