From 74651f8d68919d2e2fe75a65b227543c53c3f450 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sat, 16 Nov 2013 14:58:16 +0000 Subject: [PATCH] ... --- phpdbg_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_list.c b/phpdbg_list.c index 4d82d39ea2..a4c3d1272d 100644 --- a/phpdbg_list.c +++ b/phpdbg_list.c @@ -37,7 +37,7 @@ static inline void i_phpdbg_list_func(const char *str TSRMLS_DC) zend_function* fbc; const char *func_name = str; size_t func_name_len = strlen(str); - printf("i_phpdbg_list_func(%s)\n", str); + /* search active scope if begins with period */ if (func_name[0] == '.') { if (EG(scope)) { -- 2.50.1