Searched refs:opline_before_exception (Results 1 – 10 of 10) sorted by relevance
76 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
205 const zend_op *opline_before_exception; member
176 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()194 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()197 EG(opline_before_exception) = NULL; in zend_clear_exception()
500 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()501 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()817 const zend_op *current_opline_before_exception = EG(opline_before_exception); in zend_call_function()821 EG(opline_before_exception) = current_opline_before_exception; in zend_call_function()
2255 if (EG(opline_before_exception)) { in ZEND_FUNCTION()2256 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION()2464 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()2465 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
1136 EG(opline_before_exception)) { in zend_error()1137 opline = EG(opline_before_exception); in zend_error()
7058 const zend_op *throw_op = EG(opline_before_exception);7063 const zend_op *exc_opline = EG(opline_before_exception);
1747 const zend_op *throw_op = EG(opline_before_exception);1752 const zend_op *exc_opline = EG(opline_before_exception);
801 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()1698 before_ex = EG(opline_before_exception); \1724 EG(opline_before_exception) = before_ex; \
748 op = EG(opline_before_exception); in phpdbg_check_caught_ex()
Completed in 244 milliseconds