From be9dc58cfe92079c1fc6cc95a99b93ba225b6aa5 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Fri, 21 May 1999 13:29:05 +0000 Subject: [PATCH] Get rid of debug printf's. --- ext/pcre/pcre.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/pcre/pcre.c b/ext/pcre/pcre.c index ce9253765e..b15cdbaf01 100644 --- a/ext/pcre/pcre.c +++ b/ext/pcre/pcre.c @@ -261,10 +261,6 @@ PHP_FUNCTION(pcre_match) if (count >= 0) { matched = 1; - for(i=0; i= '0' && walk[1] <= '9') *backref = *backref * 10 + walk[1] - '0'; - php3_printf("backref = %d\n", *backref); return 1; } /* }}} */ -- 2.50.1