Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_globals.h246 zend_op *opline_before_exception; member
H A Dzend_exceptions.c109 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
125 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
127 EG(opline_before_exception) = NULL; in zend_clear_exception()
H A Dzend_execute_API.c415 active_opline->lineno == 0 && EG(opline_before_exception)) { in zend_get_executed_lineno()
416 return EG(opline_before_exception)->lineno; in zend_get_executed_lineno()
H A Dzend_vm_def.h4299 zend_uint op_num = EG(opline_before_exception)-EG(active_op_array)->opcodes;
H A Dzend_vm_execute.h607 zend_uint op_num = EG(opline_before_exception)-EG(active_op_array)->opcodes; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 86 milliseconds