opline_break      363 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakline_t opline_break;
opline_break      376 sapi/phpdbg/phpdbg_bp.c 	opline_break.disabled = 0;
opline_break      377 sapi/phpdbg/phpdbg_bp.c 	opline_break.hits = 0;
opline_break      378 sapi/phpdbg/phpdbg_bp.c 	opline_break.id = brake->id;
opline_break      379 sapi/phpdbg/phpdbg_bp.c 	opline_break.opline = brake->opline = (zend_ulong)(op_array->opcodes + brake->opline_num);
opline_break      380 sapi/phpdbg/phpdbg_bp.c 	opline_break.name = NULL;
opline_break      381 sapi/phpdbg/phpdbg_bp.c 	opline_break.base = brake;
opline_break      383 sapi/phpdbg/phpdbg_bp.c 		opline_break.type = PHPDBG_BREAK_METHOD_OPLINE;
opline_break      385 sapi/phpdbg/phpdbg_bp.c 		opline_break.type = PHPDBG_BREAK_FUNCTION_OPLINE;
opline_break      387 sapi/phpdbg/phpdbg_bp.c 		opline_break.type = PHPDBG_BREAK_FILE_OPLINE;
opline_break      392 sapi/phpdbg/phpdbg_bp.c 	zend_hash_index_update(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline_break.opline, &opline_break, sizeof(phpdbg_breakline_t), NULL);
opline_break      421 sapi/phpdbg/phpdbg_bp.c 			phpdbg_breakline_t *opline_break;
opline_break      424 sapi/phpdbg/phpdbg_bp.c 			zend_hash_get_current_data(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (void **)&opline_break);