Lines Matching refs:func_table
541 HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; in phpdbg_resolve_op_array_breaks() local
545 …if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in phpdbg_resolve_op_array_breaks()
553 …} else if (!op_array->function_name || !(oplines_table = zend_hash_find_ptr(func_table, op_array->… in phpdbg_resolve_op_array_breaks()
577 HashTable *func_table = EG(function_table); in phpdbg_resolve_opline_break() local
613 func_table = &ce->function_table; in phpdbg_resolve_opline_break()
616 …if (!(func = zend_hash_str_find_ptr(func_table, zend_str_tolower_dup(new_break->func_name, new_bre… in phpdbg_resolve_opline_break()
698 HashTable func_breaks, *func_table; in phpdbg_set_breakpoint_function_opline() local
721 …if (!(func_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.f… in phpdbg_set_breakpoint_function_opline()
723 …func_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_… in phpdbg_set_breakpoint_function_opline()
726 if (zend_hash_index_exists(func_table, opline)) { in phpdbg_set_breakpoint_function_opline()
733 PHPDBG_BREAK_MAPPING(new_break.id, func_table); in phpdbg_set_breakpoint_function_opline()
737 zend_hash_index_update_mem(func_table, opline, &new_break, sizeof(phpdbg_breakopline_t)); in phpdbg_set_breakpoint_function_opline()