Lines Matching refs:func_table
399 HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; in phpdbg_resolve_op_array_breaks() local
405 …D_OPLINE], op_array->scope->name, op_array->scope->name_length, (void **)&func_table) == FAILURE) { in phpdbg_resolve_op_array_breaks()
413 …} else if (zend_hash_find(func_table, op_array->function_name?op_array->function_name:"", op_array… in phpdbg_resolve_op_array_breaks()
439 HashTable *func_table = EG(function_table); in phpdbg_resolve_opline_break() local
472 func_table = &(*ce)->function_table; in phpdbg_resolve_opline_break()
475 …if (zend_hash_find(func_table, zend_str_tolower_dup(new_break->func_name, new_break->func_len), ne… in phpdbg_resolve_opline_break()
562 HashTable func_breaks, *func_table; in phpdbg_set_breakpoint_function_opline() local
585 …REAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, (void **)&func_table) == FAILURE) { in phpdbg_set_breakpoint_function_opline()
591 (void **)&func_breaks, sizeof(HashTable), (void **)&func_table); in phpdbg_set_breakpoint_function_opline()
594 if (zend_hash_index_exists(func_table, opline)) { in phpdbg_set_breakpoint_function_opline()
601 PHPDBG_BREAK_MAPPING(new_break.id, func_table); in phpdbg_set_breakpoint_function_opline()
605 zend_hash_index_update(func_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL); in phpdbg_set_breakpoint_function_opline()