Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_globals.h206 const zend_op *opline_before_exception; member
H A Dzend_exceptions.c172 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
190 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
193 EG(opline_before_exception) = NULL; in zend_clear_exception()
H A Dzend_execute_API.c515 ex->opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
516 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
864 const zend_op *current_opline_before_exception = EG(opline_before_exception); in zend_call_function()
868 EG(opline_before_exception) = current_opline_before_exception; in zend_call_function()
H A Dzend_builtin_functions.c2353 if (EG(opline_before_exception)) { in ZEND_FUNCTION()
2354 lineno = EG(opline_before_exception)->lineno; in ZEND_FUNCTION()
2562 if (EG(opline_before_exception)) { in zend_fetch_debug_backtrace()
2563 lineno = EG(opline_before_exception)->lineno; in zend_fetch_debug_backtrace()
H A Dzend.c1090 EG(opline_before_exception)) { in zend_error()
1091 opline = EG(opline_before_exception); in zend_error()
H A Dzend_vm_def.h7158 uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
7166 const zend_op *exc_opline = EG(opline_before_exception);
H A Dzend_vm_execute.h1457 uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes;
1465 const zend_op *exc_opline = EG(opline_before_exception);
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c805 EG(opline_before_exception) = NULL; in phpdbg_handle_exception()
1646 before_ex = EG(opline_before_exception); \
1672 EG(opline_before_exception) = before_ex; \
H A Dphpdbg_utils.c748 op = EG(opline_before_exception); in phpdbg_check_caught_ex()

Completed in 166 milliseconds