From 898baa8b54bc605b765f5f98a798344008824f0e Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 1 Feb 2001 15:25:53 +0000 Subject: No need for CLS_FETCH(). --- ext/pcre/php_pcre.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') 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); -- cgit v1.2.1