PHPDBG_BREAK_METHOD  203 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
PHPDBG_BREAK_METHOD  223 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
PHPDBG_BREAK_METHOD  379 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
PHPDBG_BREAK_METHOD  150 sapi/phpdbg/phpdbg_bp.c 						case PHPDBG_BREAK_METHOD: {
PHPDBG_BREAK_METHOD  426 sapi/phpdbg/phpdbg_bp.c 	if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len))) {
PHPDBG_BREAK_METHOD  428 sapi/phpdbg/phpdbg_bp.c 		class_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname, class_len, &class_breaks, sizeof(HashTable));
PHPDBG_BREAK_METHOD  436 sapi/phpdbg/phpdbg_bp.c 		PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD);
PHPDBG_BREAK_METHOD  948 sapi/phpdbg/phpdbg_bp.c 	if ((class_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_lcname))) {
PHPDBG_BREAK_METHOD 1163 sapi/phpdbg/phpdbg_bp.c 			case PHPDBG_BREAK_METHOD:
PHPDBG_BREAK_METHOD 1198 sapi/phpdbg/phpdbg_bp.c 			case PHPDBG_BREAK_METHOD:
PHPDBG_BREAK_METHOD 1223 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
PHPDBG_BREAK_METHOD 1312 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_METHOD: {
PHPDBG_BREAK_METHOD 1422 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_METHOD: if ((PHPDBG_G(flags) & PHPDBG_HAS_METHOD_BP)) {
PHPDBG_BREAK_METHOD 1427 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], class_table) {
PHPDBG_BREAK_METHOD   51 sapi/phpdbg/phpdbg_info.c 	phpdbg_print_breakpoints(PHPDBG_BREAK_METHOD);
PHPDBG_BREAK_METHOD 1288 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "methods=\"%d\"", "Methods           %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]));