Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_globals.h212 const zend_op *opline_before_exception; member
H A Dzend_execute_API.c517 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
518 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
852 const zend_op *current_opline_before_exception = EG(opline_before_exception); in zend_call_function()
856 EG(opline_before_exception) = current_opline_before_exception; in zend_call_function()
H A Dzend_exceptions.c176 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()
H A Dzend_builtin_functions.c2436 if (EG(opline_before_exception)) { in ZEND_FUNCTION()
2437 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION()
2645 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()
2646 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
H A Dzend.c1110 EG(opline_before_exception)) { in zend_error()
1111 opline = EG(opline_before_exception); in zend_error()
H A Dzend_vm_def.h7253 uint32_t throw_op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
7257 const zend_op *exc_opline = EG(opline_before_exception);
H A Dzend_vm_execute.h1756 uint32_t throw_op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
1760 const zend_op *exc_opline = EG(opline_before_exception);
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c804 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()
1697 before_ex = EG(opline_before_exception); \
1723 EG(opline_before_exception) = before_ex; \
H A Dphpdbg_utils.c748 op = EG(opline_before_exception); in phpdbg_check_caught_ex()

Completed in 154 milliseconds