Home
last modified time | relevance | path

Searched refs:func_breaks (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c695 HashTable func_breaks, *func_table; in phpdbg_set_breakpoint_function_opline() local
719 zend_hash_init(&func_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_function_opline()
720 …PDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, &func_breaks, sizeof(HashTab… in phpdbg_set_breakpoint_function_opline()

Completed in 14 milliseconds