Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_exceptions.h75 EG(opline_before_exception) = EX(opline); in zend_rethrow_exception()
H A Dzend_globals.h208 const zend_op *opline_before_exception; member
H A Dzend_execute_API.c486 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
487 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
753 const zend_op *current_opline_before_exception = EG(opline_before_exception); in zend_call_function()
757 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()
199 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
202 EG(opline_before_exception) = NULL; in zend_clear_exception()
H A Dzend_builtin_functions.c2301 if (EG(opline_before_exception)) { in ZEND_FUNCTION()
2302 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION()
2510 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()
2511 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
H A Dzend.c1208 EG(opline_before_exception)) { in zend_error()
1209 opline = EG(opline_before_exception); in zend_error()
H A Dzend_vm_def.h6965 const zend_op *throw_op = EG(opline_before_exception);
H A Dzend_vm_execute.h1748 const zend_op *throw_op = EG(opline_before_exception);
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c801 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()
1698 before_ex = EG(opline_before_exception); \
1724 EG(opline_before_exception) = before_ex; \
H A Dphpdbg_utils.c749 op = EG(opline_before_exception); in phpdbg_check_caught_ex()

Completed in 167 milliseconds