Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h242 zend_op *opline_before_exception; member
H A Dzend_exceptions.c124 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
140 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
142 EG(opline_before_exception) = NULL; in zend_clear_exception()
H A Dzend_execute_API.c404 active_opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
405 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
H A Dzend_vm_def.h5004 zend_uint op_num = EG(opline_before_exception)-EG(active_op_array)->opcodes;
H A Dzend_vm_execute.h982 zend_uint op_num = EG(opline_before_exception)-EG(active_op_array)->opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 111 milliseconds