From: Felipe Pena Date: Mon, 18 Nov 2013 21:36:25 +0000 (-0200) Subject: - Avoid to show number of variable X-Git-Tag: php-5.6.0alpha1~110^2~223^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1156cae5cd5e334a4225debfdf6141d97dd96ec;p=php - Avoid to show number of variable --- diff --git a/phpdbg_info.c b/phpdbg_info.c index 5f9e19629a..e83c88a39a 100644 --- a/phpdbg_info.c +++ b/phpdbg_info.c @@ -65,8 +65,7 @@ PHPDBG_INFO(vars) /* {{{ */ } } - phpdbg_notice("Variables: %d", - zend_hash_num_elements(EG(active_symbol_table))); + phpdbg_notice("Variables"); zend_hash_internal_pointer_reset_ex(EG(active_symbol_table), &pos); while (zend_hash_get_current_key_ex(EG(active_symbol_table), &var,