]> granicus.if.org Git - php/commitdiff
No need for CLS_FETCH().
authorAndrei Zmievski <andrei@php.net>
Thu, 1 Feb 2001 15:25:53 +0000 (15:25 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 1 Feb 2001 15:25:53 +0000 (15:25 +0000)
ext/pcre/php_pcre.c

index 14f47e80636c38fbd4cb3a09bc2dde5957fa8af4..74ad26026e6355700b9489adc011d96def9ba7de 100644 (file)
@@ -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);