Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_exceptions.h75 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
H A Dzend_globals.h214 const zend_op *opline_before_exception; member
H A Dzend_execute_API.c533 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()
H A Dzend_exceptions.c181 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()
H A Dzend_builtin_functions.c2253 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()
H A Dzend.c1295 EG(opline_before_exception)) { in zend_error_va_list()
1296 opline = EG(opline_before_exception); in zend_error_va_list()
H A Dzend_vm_def.h7523 const zend_op *throw_op = EG(opline_before_exception);
H A Dzend_vm_execute.h2596 const zend_op *throw_op = EG(opline_before_exception); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c754 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; \
H A Dphpdbg_utils.c744 op = EG(opline_before_exception); in phpdbg_check_caught_ex()

Completed in 181 milliseconds