Searched refs:phpdbg_opline_ptr_t (Results 1 – 3 of 3) sorted by relevance
37 typedef struct _zend_op *phpdbg_opline_ptr_t; /* }}} */ typedef131 PHPDBG_API void phpdbg_set_breakpoint_opline_ex(phpdbg_opline_ptr_t opline);
33 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()
315 phpdbg_set_breakpoint_opline_ex((phpdbg_opline_ptr_t) ex->opline + 1); in PHP_FUNCTION()
Completed in 13 milliseconds