option_str        829 ext/mbstring/php_mbregex.c 		char *option_str = NULL;
option_str        837 ext/mbstring/php_mbregex.c 						&option_str, &option_str_len) == FAILURE) {
option_str        845 ext/mbstring/php_mbregex.c 						&option_str, &option_str_len) == FAILURE) {
option_str        850 ext/mbstring/php_mbregex.c 		if (option_str != NULL) {
option_str        851 ext/mbstring/php_mbregex.c 			_php_mb_regex_init_options(option_str, option_str_len, &options, &syntax, &eval);
option_str       1144 ext/mbstring/php_mbregex.c 		char *option_str = NULL;
option_str       1149 ext/mbstring/php_mbregex.c 		                          &option_str, &option_str_len)==FAILURE) {
option_str       1153 ext/mbstring/php_mbregex.c 		if (option_str != NULL) {
option_str       1154 ext/mbstring/php_mbregex.c 			_php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL);