subpats          2021 ext/fileinfo/libmagic/softmagic.c 			zval subpats;
subpats          2025 ext/fileinfo/libmagic/softmagic.c 			ZVAL_NULL(&subpats);
subpats          2031 ext/fileinfo/libmagic/softmagic.c 			php_pcre_match_impl(pce, haystack, ms->search.s_len, &retval, &subpats, 0, 1, PREG_OFFSET_CAPTURE, 0);
subpats          2036 ext/fileinfo/libmagic/softmagic.c 				zval_ptr_dtor(&subpats);
subpats          2039 ext/fileinfo/libmagic/softmagic.c 			} else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) {
subpats          2042 ext/fileinfo/libmagic/softmagic.c 				HashTable *ht = Z_ARRVAL(subpats);
subpats          2063 ext/fileinfo/libmagic/softmagic.c 					zval_ptr_dtor(&subpats);
subpats          2070 ext/fileinfo/libmagic/softmagic.c 			zval_ptr_dtor(&subpats);
subpats          1317 ext/imap/php_imap.c 	zval *subpats = NULL;				/* Parts (not used) */
subpats          1334 ext/imap/php_imap.c 		php_pcre_match_impl(pce, ZSTR_VAL(internal_date), ZSTR_LEN(internal_date), return_value, subpats, global,
subpats           955 ext/mbstring/php_mbregex.c 				zval subpats, retval;
subpats           958 ext/mbstring/php_mbregex.c 				array_init(&subpats);
subpats           960 ext/mbstring/php_mbregex.c 					add_next_index_stringl(&subpats, string + regs->beg[i], regs->end[i] - regs->beg[i]);
subpats           963 ext/mbstring/php_mbregex.c 				ZVAL_COPY_VALUE(&args[0], &subpats);
subpats           984 ext/mbstring/php_mbregex.c 				zval_ptr_dtor(&subpats);
subpats           596 ext/pcre/php_pcre.c 	zval			 *subpats = NULL;	/* Array for subpatterns */
subpats           602 ext/pcre/php_pcre.c 							  &subject, &subpats, &flags, &start_offset) == FAILURE) {
subpats           610 ext/pcre/php_pcre.c 		Z_PARAM_ZVAL_EX(subpats, 0, 1)
subpats           627 ext/pcre/php_pcre.c 	php_pcre_match_impl(pce, ZSTR_VAL(subject), (int)ZSTR_LEN(subject), return_value, subpats,
subpats           635 ext/pcre/php_pcre.c 	zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset)
subpats           662 ext/pcre/php_pcre.c 	if (subpats != NULL) {
subpats           663 ext/pcre/php_pcre.c 		zval_dtor(subpats);
subpats           664 ext/pcre/php_pcre.c 		array_init(subpats);
subpats           730 ext/pcre/php_pcre.c 	if (global && subpats && subpats_order == PREG_PATTERN_ORDER) {
subpats           759 ext/pcre/php_pcre.c 			if (subpats != NULL) {
subpats           776 ext/pcre/php_pcre.c 					if (subpats && subpats_order == PREG_PATTERN_ORDER) {
subpats           845 ext/pcre/php_pcre.c 						zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set);
subpats           852 ext/pcre/php_pcre.c 								add_offset_pair(subpats, (char *)stringlist[i],
subpats           859 ext/pcre/php_pcre.c 									add_assoc_stringl(subpats, subpat_names[i], (char *)stringlist[i],
subpats           862 ext/pcre/php_pcre.c 								add_next_index_stringl(subpats, (char *)stringlist[i],
subpats           869 ext/pcre/php_pcre.c 								add_offset_pair(subpats, (char *)stringlist[i],
subpats           875 ext/pcre/php_pcre.c 								add_next_index_stringl(subpats, (char *)stringlist[i],
subpats           882 ext/pcre/php_pcre.c 						add_assoc_string_ex(subpats, "MARK", sizeof("MARK") - 1, (char *)mark);
subpats           916 ext/pcre/php_pcre.c 	if (global && subpats && subpats_order == PREG_PATTERN_ORDER) {
subpats           920 ext/pcre/php_pcre.c 					zend_hash_str_update(Z_ARRVAL_P(subpats), subpat_names[i],
subpats           924 ext/pcre/php_pcre.c 				zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]);
subpats           928 ext/pcre/php_pcre.c 				zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]);
subpats           934 ext/pcre/php_pcre.c 			add_assoc_zval(subpats, "MARK", &marks);
subpats            63 ext/pcre/php_pcre.h 	zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset);