Lines Matching refs:current_execute_data
167 zend_execute_data *execute_data = EG(current_execute_data); in is_handle_exception_set()
201 if (!EG(current_execute_data)) { in zend_throw_exception_internal()
230 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
231 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
249 if (EG(current_execute_data)) { in zend_clear_exception()
250 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
268 if (EG(current_execute_data)) { in zend_default_exception_new()
1023 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
1024 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()
1031 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
1032 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_graceful_exit()