arg_options 1180 ext/mbstring/php_mbregex.c char *arg_pattern = NULL, *arg_options = NULL; arg_options 1187 ext/mbstring/php_mbregex.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ss", &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { arg_options 1193 ext/mbstring/php_mbregex.c if (arg_options) { arg_options 1195 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL); arg_options 1311 ext/mbstring/php_mbregex.c char *arg_pattern = NULL, *arg_options = NULL; arg_options 1316 ext/mbstring/php_mbregex.c if (zend_parse_parameters(argc, "z|ss", &arg_str, &arg_pattern, &arg_pattern_len, &arg_options, &arg_options_len) == FAILURE) { arg_options 1330 ext/mbstring/php_mbregex.c _php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL);