]> granicus.if.org Git - php/commitdiff
- Avoid to show number of variable
authorFelipe Pena <felipensp@gmail.com>
Mon, 18 Nov 2013 21:36:25 +0000 (19:36 -0200)
committerFelipe Pena <felipensp@gmail.com>
Mon, 18 Nov 2013 21:36:25 +0000 (19:36 -0200)
phpdbg_info.c

index 5f9e19629a5c9ca8477d196f0b6ef60ea8d97158..e83c88a39a7401ec1a8fa781ad66050946ae501a 100644 (file)
@@ -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,