From: krakjoe Date: Sat, 16 Nov 2013 14:58:16 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74651f8d68919d2e2fe75a65b227543c53c3f450;p=php ... --- 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)) {