summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-02-01 15:25:53 +0000
committerAndrei Zmievski <andrei@php.net>2001-02-01 15:25:53 +0000
commit898baa8b54bc605b765f5f98a798344008824f0e (patch)
tree98edbc9165130911397f5b65144b9d4dbc425e28 /ext/pcre/php_pcre.c
parent23ddeac9a5a3bab25c85a6296e009f5475c9e8c9 (diff)
downloadphp-git-898baa8b54bc605b765f5f98a798344008824f0e.tar.gz
No need for CLS_FETCH().
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c1
1 files changed, 0 insertions, 1 deletions
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);