Lines Matching refs:current_execute_data
158 zend_execute_data *execute_data = EG(current_execute_data); in is_handle_exception_set()
192 if (!EG(current_execute_data)) { in zend_throw_exception_internal()
211 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_exception_internal()
212 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_exception_internal()
230 if (EG(current_execute_data)) { in zend_clear_exception()
231 EG(current_execute_data)->opline = EG(opline_before_exception); in zend_clear_exception()
251 if (EG(current_execute_data)) { in zend_default_exception_new_ex()
1019 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_unwind_exit()
1020 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_unwind_exit()
1027 EG(opline_before_exception) = EG(current_execute_data)->opline; in zend_throw_graceful_exit()
1028 EG(current_execute_data)->opline = EG(exception_op); in zend_throw_graceful_exit()