Searched refs:func_table (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_list.c | 199 HashTable *func_table = EG(function_table); in phpdbg_list_function_byname() local 210 func_table = &EG(scope)->function_table; in phpdbg_list_function_byname() 219 func_table = EG(function_table); in phpdbg_list_function_byname() 225 if (zend_hash_find(func_table, func_name, func_name_len+1, (void**)&fbc) == SUCCESS) { in phpdbg_list_function_byname()
|
H A D | phpdbg_print.c | 214 HashTable *func_table = EG(function_table); in PHPDBG_PRINT() local 225 func_table = &EG(scope)->function_table; in PHPDBG_PRINT() 234 func_table = EG(function_table); in PHPDBG_PRINT() 239 if (zend_hash_find(func_table, lcname, strlen(lcname)+1, (void**)&fbc) == SUCCESS) { in PHPDBG_PRINT()
|
H A D | phpdbg_bp.c | 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() 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() [all …]
|
Completed in 20 milliseconds