Searched refs:func_table (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_print.c | 213 HashTable *func_table = EG(function_table); in PHPDBG_PRINT() local 224 func_table = &EG(scope)->function_table; in PHPDBG_PRINT() 233 func_table = EG(function_table); in PHPDBG_PRINT() 240 if ((fbc = zend_hash_find_ptr(func_table, lcname))) { in PHPDBG_PRINT()
|
H A D | phpdbg_list.c | 194 HashTable *func_table = EG(function_table); in phpdbg_list_function_byname() local 205 func_table = &EG(scope)->function_table; in phpdbg_list_function_byname() 214 func_table = EG(function_table); in phpdbg_list_function_byname() 221 if ((fbc = zend_hash_str_find_ptr(func_table, func_name, func_name_len))) { in phpdbg_list_function_byname()
|
H A D | phpdbg_bp.c | 527 HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; in phpdbg_resolve_op_array_breaks() local 531 …if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD… in phpdbg_resolve_op_array_breaks() 539 …} else if (!op_array->function_name || !(oplines_table = zend_hash_find_ptr(func_table, op_array->… in phpdbg_resolve_op_array_breaks() 563 HashTable *func_table = EG(function_table); in phpdbg_resolve_opline_break() local 599 func_table = &ce->function_table; in phpdbg_resolve_opline_break() 602 …if (!(func = zend_hash_str_find_ptr(func_table, zend_str_tolower_dup(new_break->func_name, new_bre… in phpdbg_resolve_opline_break() 684 HashTable func_breaks, *func_table; in phpdbg_set_breakpoint_function_opline() local 707 …if (!(func_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.f… in phpdbg_set_breakpoint_function_opline() 712 if (zend_hash_index_exists(func_table, opline)) { in phpdbg_set_breakpoint_function_opline() 719 PHPDBG_BREAK_MAPPING(new_break.id, func_table); in phpdbg_set_breakpoint_function_opline() [all …]
|
Completed in 10 milliseconds