1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00

- Avoid to show number of variable

This commit is contained in:
Felipe Pena
2013-11-18 19:36:25 -02:00
parent b649693a90
commit a1156cae5c

View 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,