Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c34 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(zend_uchar);
1012 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(zend_uchar opcode) /* {{{ */ in phpdbg_find_breakpoint_opcode() function
1175 …if ((PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) && (base = phpdbg_find_breakpoint_opcode(execute_data… in phpdbg_find_breakpoint()

Completed in 12 milliseconds