Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.h37 typedef struct _zend_op *phpdbg_opline_ptr_t; /* }}} */ typedef
131 PHPDBG_API void phpdbg_set_breakpoint_opline_ex(phpdbg_opline_ptr_t opline);
H A Dphpdbg_bp.c33 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opline(phpdbg_opline_ptr_t);
806 PHPDBG_API void phpdbg_set_breakpoint_opline_ex(phpdbg_opline_ptr_t opline) /* {{{ */ in phpdbg_set_breakpoint_opline_ex()
1001 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opline(phpdbg_opline_ptr_t opline) /* {{{ … in phpdbg_find_breakpoint_opline()
1085 return ((zend_ulong)(phpdbg_opline_ptr_t)execute_data->opline == param->addr); in phpdbg_find_breakpoint_param()
1171 … & PHPDBG_HAS_OPLINE_BP) && (base = phpdbg_find_breakpoint_opline((phpdbg_opline_ptr_t) execute_da… in phpdbg_find_breakpoint()
H A Dphpdbg.c312 phpdbg_set_breakpoint_opline_ex((phpdbg_opline_ptr_t) ex->opline + 1); in PHP_FUNCTION()

Completed in 16 milliseconds