PHPDBG_BREAK_METHOD_OPLINE  199 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
PHPDBG_BREAK_METHOD_OPLINE  219 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]);
PHPDBG_BREAK_METHOD_OPLINE  376 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]);
PHPDBG_BREAK_METHOD_OPLINE  157 sapi/phpdbg/phpdbg_bp.c 						case PHPDBG_BREAK_METHOD_OPLINE: {
PHPDBG_BREAK_METHOD_OPLINE  498 sapi/phpdbg/phpdbg_bp.c 		opline_break.type = PHPDBG_BREAK_METHOD_OPLINE;
PHPDBG_BREAK_METHOD_OPLINE  518 sapi/phpdbg/phpdbg_bp.c 	if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], op_array->scope->name))) {
PHPDBG_BREAK_METHOD_OPLINE  621 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_METHOD_OPLINE);
PHPDBG_BREAK_METHOD_OPLINE  642 sapi/phpdbg/phpdbg_bp.c 	if (!(class_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.class_name, new_break.class_len))) {
PHPDBG_BREAK_METHOD_OPLINE  644 sapi/phpdbg/phpdbg_bp.c 		class_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], new_break.class_name, new_break.class_len, &class_breaks, sizeof(HashTable));
PHPDBG_BREAK_METHOD_OPLINE 1183 sapi/phpdbg/phpdbg_bp.c 			case PHPDBG_BREAK_METHOD_OPLINE:
PHPDBG_BREAK_METHOD_OPLINE 1219 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]);
PHPDBG_BREAK_METHOD_OPLINE 1273 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_METHOD_OPLINE: {
PHPDBG_BREAK_METHOD_OPLINE 1476 sapi/phpdbg/phpdbg_bp.c 					case PHPDBG_BREAK_METHOD_OPLINE:
PHPDBG_BREAK_METHOD_OPLINE 1486 sapi/phpdbg/phpdbg_bp.c 						if (brake->type == PHPDBG_BREAK_METHOD_OPLINE) {
PHPDBG_BREAK_METHOD_OPLINE 1508 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_METHOD_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_METHOD_OPLINE_BP)) {
PHPDBG_BREAK_METHOD_OPLINE 1513 sapi/phpdbg/phpdbg_bp.c 			ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], class_table) {
PHPDBG_BREAK_METHOD_OPLINE   55 sapi/phpdbg/phpdbg_info.c 	phpdbg_print_breakpoints(PHPDBG_BREAK_METHOD_OPLINE);
PHPDBG_BREAK_METHOD_OPLINE 1292 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("clear", "methodoplines=\"%d\"", "Method oplines    %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE]));