Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.h132 PHPDBG_API void phpdbg_set_breakpoint_opcode(const char* opname, size_t opname_len);
H A Dphpdbg_bp.c978 const char *opname = zend_get_opcode_name(opcode); in phpdbg_find_breakpoint_opcode() local
980 if (!opname) { in phpdbg_find_breakpoint_opcode()
984 …nd_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(opname))); in phpdbg_find_breakpoint_opcode()

Completed in 11 milliseconds