From 5f62c347c73300d5903a110c863be45b3b96c9f8 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 9 Jul 1999 17:44:41 +0000 Subject: Step 2: Rename is_ref to EA --- ext/pcre/php_pcre.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index ed1245cf02..2e80d02f65 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -394,7 +394,7 @@ static void _pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) for (i=0; iis_ref = 0; + match_sets[i]->EA = 0; match_sets[i]->refcount = 1; } } @@ -444,7 +444,7 @@ static void _pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* Allocate the result set array */ result_set = emalloc(sizeof(zval)); array_init(result_set); - result_set->is_ref = 0; + result_set->EA = 0; result_set->refcount = 1; /* Add all the subpatterns to it */ -- cgit v1.2.1