Searched refs:opline_before_exception (Results 1 – 10 of 10) sorted by relevance
75 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
214 const zend_op *opline_before_exception; member
533 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()534 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()
181 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()201 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()204 EG(opline_before_exception) = NULL; in zend_clear_exception()
2253 if (EG(opline_before_exception)) { in ZEND_FUNCTION()2254 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION()2454 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()2455 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
1295 EG(opline_before_exception)) { in zend_error_va_list()1296 opline = EG(opline_before_exception); in zend_error_va_list()
7523 const zend_op *throw_op = EG(opline_before_exception);
2596 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
754 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()1663 const zend_op *before_ex = EG(opline_before_exception); \1685 EG(opline_before_exception) = before_ex; \
744 op = EG(opline_before_exception); in phpdbg_check_caught_ex()
Completed in 233 milliseconds