arg_pattern       689 ext/mbstring/php_mbregex.c 	zval *arg_pattern, *array = NULL;
arg_pattern       698 ext/mbstring/php_mbregex.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "zs|z/", &arg_pattern, &string, &string_len, &array) == FAILURE) {
arg_pattern       708 ext/mbstring/php_mbregex.c 	if (Z_TYPE_P(arg_pattern) != IS_STRING) {
arg_pattern       710 ext/mbstring/php_mbregex.c 		if (Z_TYPE_P(arg_pattern) == IS_DOUBLE) {
arg_pattern       711 ext/mbstring/php_mbregex.c 			convert_to_long_ex(arg_pattern);	/* get rid of decimal places */
arg_pattern       713 ext/mbstring/php_mbregex.c 		convert_to_string_ex(arg_pattern);
arg_pattern       717 ext/mbstring/php_mbregex.c 	if (Z_STRLEN_P(arg_pattern) == 0) {
arg_pattern       723 ext/mbstring/php_mbregex.c 	re = php_mbregex_compile_pattern(Z_STRVAL_P(arg_pattern), Z_STRLEN_P(arg_pattern), options, MBREX(current_mbctype), MBREX(regex_default_syntax));
arg_pattern       787 ext/mbstring/php_mbregex.c 	char *arg_pattern;
arg_pattern       854 ext/mbstring/php_mbregex.c 		arg_pattern = Z_STRVAL_P(arg_pattern_zval);
arg_pattern       864 ext/mbstring/php_mbregex.c 		arg_pattern = pat_buf;
arg_pattern       868 ext/mbstring/php_mbregex.c 	re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), syntax);
arg_pattern      1053 ext/mbstring/php_mbregex.c 	char *arg_pattern;
arg_pattern      1064 ext/mbstring/php_mbregex.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|l", &arg_pattern, &arg_pattern_len, &string, &string_len, &count) == FAILURE) {
arg_pattern      1073 ext/mbstring/php_mbregex.c 	if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, MBREX(regex_default_options), MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) {
arg_pattern      1132 ext/mbstring/php_mbregex.c 	char *arg_pattern;
arg_pattern      1148 ext/mbstring/php_mbregex.c 		                          &arg_pattern, &arg_pattern_len, &string, &string_len,
arg_pattern      1161 ext/mbstring/php_mbregex.c 	if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) {
arg_pattern      1180 ext/mbstring/php_mbregex.c 	char *arg_pattern = NULL, *arg_options = NULL;
arg_pattern      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_pattern      1198 ext/mbstring/php_mbregex.c 	if (arg_pattern) {
arg_pattern      1200 ext/mbstring/php_mbregex.c 		if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) {
arg_pattern      1311 ext/mbstring/php_mbregex.c 	char *arg_pattern = NULL, *arg_options = NULL;
arg_pattern      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_pattern      1335 ext/mbstring/php_mbregex.c 		if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) {