From: Andrei Zmievski Date: Thu, 1 Feb 2001 15:25:53 +0000 (+0000) Subject: No need for CLS_FETCH(). X-Git-Tag: php-4.0.5RC1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898baa8b54bc605b765f5f98a798344008824f0e;p=php No need for CLS_FETCH(). --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 14f47e8063..74ad26026e 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -568,7 +568,6 @@ static int preg_do_repl_func(zval *function, char *subject, int *offsets, int co zval *subpats; /* Captured subpatterns */ int result_len; /* Return value length */ int i; - CLS_FETCH(); ELS_FETCH(); MAKE_STD_ZVAL(subpats);