current_execute_data 550 Zend/zend.c executor_globals->current_execute_data = NULL; current_execute_data 903 Zend/zend.c EG(current_execute_data) = NULL; current_execute_data 960 Zend/zend.c EG(current_execute_data) = NULL; current_execute_data 1066 Zend/zend.c ex = EG(current_execute_data); current_execute_data 1261 Zend/zend.c if (!(EG(current_execute_data) && current_execute_data 1262 Zend/zend.c EG(current_execute_data)->func && current_execute_data 1263 Zend/zend.c ZEND_USER_CODE(EG(current_execute_data)->func->type) && current_execute_data 1264 Zend/zend.c EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && current_execute_data 1265 Zend/zend.c EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) { current_execute_data 1315 Zend/zend.c if (EG(current_execute_data) && !CG(in_compilation)) { current_execute_data 54 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); current_execute_data 55 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); current_execute_data 89 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); current_execute_data 90 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); current_execute_data 113 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); current_execute_data 114 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); current_execute_data 135 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); current_execute_data 136 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); current_execute_data 203 Zend/zend_API.c zend_function *active_function = EG(current_execute_data)->func; current_execute_data 796 Zend/zend_API.c zend_function *active_function = EG(current_execute_data)->func; current_execute_data 876 Zend/zend_API.c zend_function *active_function = EG(current_execute_data)->func; current_execute_data 891 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); current_execute_data 914 Zend/zend_API.c *varargs = ZEND_CALL_ARG(EG(current_execute_data), i + 1); current_execute_data 925 Zend/zend_API.c arg = ZEND_CALL_ARG(EG(current_execute_data), i + 1); current_execute_data 995 Zend/zend_API.c zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; current_execute_data 1128 Zend/zend_API.c zend_class_entry **scope = EG(current_execute_data) ? &EG(scope) : &CG(active_class_entry); current_execute_data 2569 Zend/zend_API.c EG(current_execute_data) = NULL; /* we're no longer executing anything */ current_execute_data 2843 Zend/zend_API.c fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); current_execute_data 2846 Zend/zend_API.c fcc->object = zend_get_this_object(EG(current_execute_data)); current_execute_data 2856 Zend/zend_API.c fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); current_execute_data 2859 Zend/zend_API.c fcc->object = zend_get_this_object(EG(current_execute_data)); current_execute_data 2865 Zend/zend_API.c zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); current_execute_data 2873 Zend/zend_API.c fcc->object = zend_get_this_object(EG(current_execute_data)); current_execute_data 2880 Zend/zend_API.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 2888 Zend/zend_API.c zend_object *object = zend_get_this_object(EG(current_execute_data)); current_execute_data 3091 Zend/zend_API.c zend_object *object = zend_get_this_object(EG(current_execute_data)); current_execute_data 2503 Zend/zend_builtin_functions.c if (!(ptr = EG(current_execute_data))) { current_execute_data 507 Zend/zend_compile.h (EG(current_execute_data)->prev_execute_data && \ current_execute_data 508 Zend/zend_compile.h EG(current_execute_data)->prev_execute_data->func && \ current_execute_data 509 Zend/zend_compile.h ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)->prev_execute_data)) current_execute_data 512 Zend/zend_compile.h ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)) current_execute_data 233 Zend/zend_constants.c if (!EG(current_execute_data)) { current_execute_data 326 Zend/zend_constants.c if (EG(current_execute_data)) { current_execute_data 353 Zend/zend_constants.c ce = zend_get_called_scope(EG(current_execute_data)); current_execute_data 34 Zend/zend_dtrace.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 152 Zend/zend_exceptions.c if (!EG(current_execute_data)) { current_execute_data 166 Zend/zend_exceptions.c if (!EG(current_execute_data)->func || current_execute_data 167 Zend/zend_exceptions.c !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || current_execute_data 168 Zend/zend_exceptions.c EG(current_execute_data)->opline->opcode == ZEND_HANDLE_EXCEPTION) { current_execute_data 172 Zend/zend_exceptions.c EG(opline_before_exception) = EG(current_execute_data)->opline; current_execute_data 173 Zend/zend_exceptions.c EG(current_execute_data)->opline = EG(exception_op); current_execute_data 189 Zend/zend_exceptions.c EG(current_execute_data)->opline = EG(opline_before_exception); current_execute_data 209 Zend/zend_exceptions.c if (EG(current_execute_data)) { current_execute_data 632 Zend/zend_execute.c zend_execute_data *ptr = EG(current_execute_data)->prev_execute_data; current_execute_data 773 Zend/zend_execute.c } else if (UNEXPECTED(!zend_verify_scalar_type_hint(cur_arg_info->type_hint, arg, ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data))))) { current_execute_data 2178 Zend/zend_execute.c EG(current_execute_data) = execute_data; current_execute_data 2207 Zend/zend_execute.c EG(current_execute_data) = execute_data; current_execute_data 2298 Zend/zend_execute.c EG(current_execute_data) = execute_data; current_execute_data 2363 Zend/zend_execute.c EX(prev_execute_data) = EG(current_execute_data); current_execute_data 163 Zend/zend_execute_API.c EG(current_execute_data) = NULL; current_execute_data 427 Zend/zend_execute_API.c func = EG(current_execute_data)->func; current_execute_data 455 Zend/zend_execute_API.c func = EG(current_execute_data)->func; current_execute_data 478 Zend/zend_execute_API.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 493 Zend/zend_execute_API.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 508 Zend/zend_execute_API.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 527 Zend/zend_execute_API.c return EG(current_execute_data) != 0; current_execute_data 566 Zend/zend_execute_API.c ZEND_ASSERT(EG(current_execute_data)); current_execute_data 719 Zend/zend_execute_API.c if (!EG(current_execute_data)) { current_execute_data 725 Zend/zend_execute_API.c EG(current_execute_data) = &dummy_execute_data; current_execute_data 726 Zend/zend_execute_API.c } else if (EG(current_execute_data)->func && current_execute_data 727 Zend/zend_execute_API.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && current_execute_data 728 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_FCALL && current_execute_data 729 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_ICALL && current_execute_data 730 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_UCALL && current_execute_data 731 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_FCALL_BY_NAME) { current_execute_data 733 Zend/zend_execute_API.c dummy_execute_data = *EG(current_execute_data); current_execute_data 734 Zend/zend_execute_API.c dummy_execute_data.prev_execute_data = EG(current_execute_data); current_execute_data 738 Zend/zend_execute_API.c EG(current_execute_data) = &dummy_execute_data; current_execute_data 757 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { current_execute_data 758 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; current_execute_data 780 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { current_execute_data 781 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; current_execute_data 819 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { current_execute_data 820 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; current_execute_data 877 Zend/zend_execute_API.c call->prev_execute_data = EG(current_execute_data); current_execute_data 879 Zend/zend_execute_API.c EG(current_execute_data) = call; current_execute_data 886 Zend/zend_execute_API.c EG(current_execute_data) = call->prev_execute_data; current_execute_data 909 Zend/zend_execute_API.c call->prev_execute_data = EG(current_execute_data); current_execute_data 910 Zend/zend_execute_API.c EG(current_execute_data) = call; current_execute_data 912 Zend/zend_execute_API.c EG(current_execute_data) = call->prev_execute_data; current_execute_data 933 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { current_execute_data 934 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; current_execute_data 1351 Zend/zend_execute_API.c ce = zend_get_called_scope(EG(current_execute_data)); current_execute_data 1477 Zend/zend_execute_API.c ex = EG(current_execute_data); current_execute_data 1581 Zend/zend_execute_API.c zend_execute_data *execute_data = EG(current_execute_data); current_execute_data 1623 Zend/zend_execute_API.c zend_execute_data *execute_data = EG(current_execute_data); current_execute_data 231 Zend/zend_generators.c zend_execute_data *current_execute_data; current_execute_data 238 Zend/zend_generators.c current_execute_data = EG(current_execute_data); current_execute_data 240 Zend/zend_generators.c EG(current_execute_data) = current_execute_data; current_execute_data 304 Zend/zend_generators.c zend_execute_data *original_execute_data = EG(current_execute_data); current_execute_data 305 Zend/zend_generators.c EG(current_execute_data) = generator->execute_data; current_execute_data 313 Zend/zend_generators.c EG(current_execute_data) = original_execute_data; current_execute_data 507 Zend/zend_generators.c zend_execute_data *original_execute_data = EG(current_execute_data); current_execute_data 508 Zend/zend_generators.c EG(current_execute_data) = root->execute_data; current_execute_data 519 Zend/zend_generators.c EG(current_execute_data) = original_execute_data; current_execute_data 616 Zend/zend_generators.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 617 Zend/zend_generators.c EG(current_execute_data) = generator->execute_data; current_execute_data 619 Zend/zend_generators.c EG(current_execute_data) = ex; current_execute_data 664 Zend/zend_generators.c zend_execute_data *original_execute_data = EG(current_execute_data); current_execute_data 670 Zend/zend_generators.c EG(current_execute_data) = generator->execute_data; current_execute_data 700 Zend/zend_generators.c EG(current_execute_data) = original_execute_data; current_execute_data 163 Zend/zend_globals.h struct _zend_execute_data *current_execute_data; current_execute_data 93 Zend/zend_interfaces.c zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); current_execute_data 1205 Zend/zend_object_handlers.c (object = zend_get_this_object(EG(current_execute_data))) != NULL && current_execute_data 97 Zend/zend_objects.c if (EG(current_execute_data)) { current_execute_data 116 Zend/zend_objects.c if (EG(current_execute_data)) { current_execute_data 1194 Zend/zend_operators.c if (EG(current_execute_data) && !CG(in_compilation)) { current_execute_data 1547 Zend/zend_operators.c if (EG(current_execute_data) && !CG(in_compilation)) { current_execute_data 1578 Zend/zend_operators.c if (EG(current_execute_data) && !CG(in_compilation)) { current_execute_data 2358 Zend/zend_vm_def.h execute_data = EG(current_execute_data) = EX(prev_execute_data); current_execute_data 2400 Zend/zend_vm_def.h execute_data = EG(current_execute_data) = EX(prev_execute_data); current_execute_data 2418 Zend/zend_vm_def.h EG(current_execute_data) = EX(prev_execute_data); current_execute_data 2436 Zend/zend_vm_def.h EG(current_execute_data) = EX(prev_execute_data); current_execute_data 3527 Zend/zend_vm_def.h EG(current_execute_data) = call; current_execute_data 3542 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 3638 Zend/zend_vm_def.h EG(current_execute_data) = call; current_execute_data 3647 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 3670 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 3759 Zend/zend_vm_def.h EG(current_execute_data) = call; current_execute_data 3768 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 3801 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 3833 Zend/zend_vm_def.h EG(current_execute_data) = call; current_execute_data 3835 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 7877 Zend/zend_vm_def.h execute_data = EG(current_execute_data) = EX(prev_execute_data); current_execute_data 7908 Zend/zend_vm_def.h EG(current_execute_data) = call; current_execute_data 7915 Zend/zend_vm_def.h EG(current_execute_data) = call; current_execute_data 7919 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 7951 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 7961 Zend/zend_vm_def.h execute_data = EG(current_execute_data); current_execute_data 380 Zend/zend_vm_execute.h # define ZEND_VM_ENTER() execute_data = EG(current_execute_data); LOAD_OPLINE(); ZEND_VM_CONTINUE() current_execute_data 383 Zend/zend_vm_execute.h # define ZEND_VM_ENTER() opline = EG(current_execute_data)->opline; return 1 current_execute_data 427 Zend/zend_vm_execute.h execute_data = EG(current_execute_data); current_execute_data 450 Zend/zend_vm_execute.h (zend_function*)op_array, 0, zend_get_called_scope(EG(current_execute_data)), zend_get_this_object(EG(current_execute_data))); current_execute_data 451 Zend/zend_vm_execute.h if (EG(current_execute_data)) { current_execute_data 456 Zend/zend_vm_execute.h EX(prev_execute_data) = EG(current_execute_data); current_execute_data 476 Zend/zend_vm_execute.h execute_data = EG(current_execute_data) = EX(prev_execute_data); current_execute_data 518 Zend/zend_vm_execute.h execute_data = EG(current_execute_data) = EX(prev_execute_data); current_execute_data 536 Zend/zend_vm_execute.h EG(current_execute_data) = EX(prev_execute_data); current_execute_data 554 Zend/zend_vm_execute.h EG(current_execute_data) = EX(prev_execute_data); current_execute_data 580 Zend/zend_vm_execute.h EG(current_execute_data) = call; current_execute_data 595 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 691 Zend/zend_vm_execute.h EG(current_execute_data) = call; current_execute_data 700 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 723 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 812 Zend/zend_vm_execute.h EG(current_execute_data) = call; current_execute_data 821 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 854 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 886 Zend/zend_vm_execute.h EG(current_execute_data) = call; current_execute_data 888 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 1747 Zend/zend_vm_execute.h execute_data = EG(current_execute_data) = EX(prev_execute_data); current_execute_data 1778 Zend/zend_vm_execute.h EG(current_execute_data) = call; current_execute_data 1785 Zend/zend_vm_execute.h EG(current_execute_data) = call; current_execute_data 1789 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 1821 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; current_execute_data 1831 Zend/zend_vm_execute.h execute_data = EG(current_execute_data); current_execute_data 249 ext/opcache/Optimizer/pass1_5.c zend_execute_data *orig_execute_data = EG(current_execute_data); current_execute_data 255 ext/opcache/Optimizer/pass1_5.c EG(current_execute_data) = &fake_execute_data; current_execute_data 264 ext/opcache/Optimizer/pass1_5.c EG(current_execute_data) = orig_execute_data; current_execute_data 762 ext/opcache/ZendAccelerator.c !EG(current_execute_data) && current_execute_data 1058 ext/opcache/ZendAccelerator.c if (EXPECTED(EG(current_execute_data)) && current_execute_data 1580 ext/opcache/ZendAccelerator.c if (!EG(current_execute_data) || !EG(current_execute_data)->opline || current_execute_data 1581 ext/opcache/ZendAccelerator.c !EG(current_execute_data)->func || current_execute_data 1582 ext/opcache/ZendAccelerator.c !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || current_execute_data 1583 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || current_execute_data 1584 ext/opcache/ZendAccelerator.c (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && current_execute_data 1585 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { current_execute_data 1650 ext/opcache/ZendAccelerator.c ((!EG(current_execute_data) && current_execute_data 1653 ext/opcache/ZendAccelerator.c (EG(current_execute_data) && current_execute_data 1654 ext/opcache/ZendAccelerator.c EG(current_execute_data)->func && current_execute_data 1655 ext/opcache/ZendAccelerator.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && current_execute_data 1656 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == EG(current_execute_data)->opline))) { current_execute_data 1838 ext/opcache/ZendAccelerator.c if (!EG(current_execute_data) || !EG(current_execute_data)->opline || current_execute_data 1839 ext/opcache/ZendAccelerator.c !EG(current_execute_data)->func || current_execute_data 1840 ext/opcache/ZendAccelerator.c !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || current_execute_data 1841 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || current_execute_data 1842 ext/opcache/ZendAccelerator.c (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && current_execute_data 1843 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { current_execute_data 1879 ext/opcache/ZendAccelerator.c if ((!EG(current_execute_data) && current_execute_data 1882 ext/opcache/ZendAccelerator.c (EG(current_execute_data) && current_execute_data 1883 ext/opcache/ZendAccelerator.c EG(current_execute_data)->func && current_execute_data 1884 ext/opcache/ZendAccelerator.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && current_execute_data 1885 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == EG(current_execute_data)->opline)) { current_execute_data 1908 ext/opcache/ZendAccelerator.c if ((!EG(current_execute_data) && current_execute_data 1910 ext/opcache/ZendAccelerator.c (EG(current_execute_data) && current_execute_data 1911 ext/opcache/ZendAccelerator.c EG(current_execute_data)->func && current_execute_data 1912 ext/opcache/ZendAccelerator.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && current_execute_data 1913 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && current_execute_data 1914 ext/opcache/ZendAccelerator.c (EG(current_execute_data)->opline->extended_value == ZEND_INCLUDE_ONCE || current_execute_data 1915 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { current_execute_data 1930 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; current_execute_data 1961 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; current_execute_data 803 ext/opcache/zend_accelerator_module.c orig_execute_data = EG(current_execute_data); current_execute_data 808 ext/opcache/zend_accelerator_module.c EG(current_execute_data) = orig_execute_data; current_execute_data 456 ext/opcache/zend_persist.c zend_execute_data *orig_execute_data = EG(current_execute_data); current_execute_data 462 ext/opcache/zend_persist.c EG(current_execute_data) = &fake_execute_data; current_execute_data 466 ext/opcache/zend_persist.c EG(current_execute_data) = orig_execute_data; current_execute_data 2186 ext/reflection/php_reflection.c zend_execute_data *ex_backup = EG(current_execute_data); current_execute_data 2207 ext/reflection/php_reflection.c EG(current_execute_data) = root_generator->execute_data; current_execute_data 2209 ext/reflection/php_reflection.c EG(current_execute_data) = ex_backup; current_execute_data 95 ext/soap/soap.c zend_execute_data *_old_current_execute_data = EG(current_execute_data); \ current_execute_data 106 ext/soap/soap.c EG(current_execute_data) = _old_current_execute_data; \ current_execute_data 2134 ext/soap/soap.c _old_current_execute_data = EG(current_execute_data); current_execute_data 2196 ext/soap/soap.c EG(current_execute_data) = _old_current_execute_data; current_execute_data 2276 ext/soap/soap.c EG(current_execute_data) = _old_current_execute_data; current_execute_data 2161 ext/spl/spl_directory.c zend_execute_data *execute_data = EG(current_execute_data); current_execute_data 57 ext/standard/assert.c if (EG(current_execute_data)) { current_execute_data 943 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { current_execute_data 953 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { current_execute_data 963 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { current_execute_data 973 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { current_execute_data 982 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { current_execute_data 747 main/main.c } else if (EG(current_execute_data) && current_execute_data 748 main/main.c EG(current_execute_data)->func && current_execute_data 749 main/main.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && current_execute_data 750 main/main.c EG(current_execute_data)->opline && current_execute_data 751 main/main.c EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL current_execute_data 753 main/main.c switch (EG(current_execute_data)->opline->extended_value) { current_execute_data 881 main/main.c if (EG(current_execute_data)) { current_execute_data 1202 main/main.c if (EG(current_execute_data)) { current_execute_data 1766 main/main.c EG(current_execute_data) = NULL; current_execute_data 1088 sapi/cli/php_cli.c EG(current_execute_data) = &execute_data; current_execute_data 72 sapi/fpm/fpm/fpm_php_trace.c if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) { current_execute_data 315 sapi/phpdbg/phpdbg.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 554 sapi/phpdbg/phpdbg_bp.c if (EG(current_execute_data) == NULL) { current_execute_data 564 sapi/phpdbg/phpdbg_bp.c zend_execute_data *execute_data = EG(current_execute_data); current_execute_data 907 sapi/phpdbg/phpdbg_bp.c if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)->opline->lineno))) { current_execute_data 1061 sapi/phpdbg/phpdbg_bp.c const zend_op *orig_opline = EG(current_execute_data)->opline; current_execute_data 1062 sapi/phpdbg/phpdbg_bp.c zend_function *orig_func = EG(current_execute_data)->func; current_execute_data 1063 sapi/phpdbg/phpdbg_bp.c zval *orig_retval = EG(current_execute_data)->return_value; current_execute_data 1088 sapi/phpdbg/phpdbg_bp.c EG(current_execute_data)->opline = orig_opline; current_execute_data 1089 sapi/phpdbg/phpdbg_bp.c EG(current_execute_data)->func = orig_func; current_execute_data 1090 sapi/phpdbg/phpdbg_bp.c EG(current_execute_data)->return_value = orig_retval; current_execute_data 112 sapi/phpdbg/phpdbg_cmd.h #define PHPDBG_EX(v) (EG(current_execute_data)->v) current_execute_data 38 sapi/phpdbg/phpdbg_frame.c EG(current_execute_data) = PHPDBG_FRAME(execute_data); current_execute_data 45 sapi/phpdbg/phpdbg_frame.c zend_execute_data *execute_data = PHPDBG_FRAME(num)?PHPDBG_FRAME(execute_data):EG(current_execute_data); current_execute_data 79 sapi/phpdbg/phpdbg_frame.c PHPDBG_FRAME(execute_data) = EG(current_execute_data); current_execute_data 80 sapi/phpdbg/phpdbg_frame.c EG(current_execute_data) = execute_data; current_execute_data 182 sapi/phpdbg/phpdbg_info.c if (!EG(current_execute_data) || !EG(current_execute_data)->func) { current_execute_data 211 sapi/phpdbg/phpdbg_info.c zend_op_array *ops = &EG(current_execute_data)->func->op_array; current_execute_data 309 sapi/phpdbg/phpdbg_info.c zend_bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_data)->func; current_execute_data 311 sapi/phpdbg/phpdbg_info.c zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); current_execute_data 44 sapi/phpdbg/phpdbg_print.c if (PHPDBG_G(in_execution) && EG(current_execute_data)) { current_execute_data 45 sapi/phpdbg/phpdbg_print.c phpdbg_print_opline(phpdbg_user_execute_data(EG(current_execute_data)), 1); current_execute_data 126 sapi/phpdbg/phpdbg_print.c if (PHPDBG_G(in_execution) && EG(current_execute_data)) { current_execute_data 127 sapi/phpdbg/phpdbg_print.c zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; current_execute_data 522 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); current_execute_data 567 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); current_execute_data 594 sapi/phpdbg/phpdbg_prompt.c if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline)) { current_execute_data 611 sapi/phpdbg/phpdbg_prompt.c if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline)) { current_execute_data 673 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *ex = EG(current_execute_data); current_execute_data 801 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *original_execute_data = EG(current_execute_data); current_execute_data 849 sapi/phpdbg/phpdbg_prompt.c EG(current_execute_data) = original_execute_data; current_execute_data 1432 sapi/phpdbg/phpdbg_prompt.c if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { \ current_execute_data 1433 sapi/phpdbg/phpdbg_prompt.c backup_opline = EG(current_execute_data)->opline; \ current_execute_data 1453 sapi/phpdbg/phpdbg_prompt.c if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)->func->common.type) \ current_execute_data 1455 sapi/phpdbg/phpdbg_prompt.c EG(current_execute_data)->opline = backup_opline; \ current_execute_data 1645 sapi/phpdbg/phpdbg_prompt.c execute_data = EG(current_execute_data); current_execute_data 1655 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *data = EG(current_execute_data); /* should be always readable if not NULL */ current_execute_data 323 sapi/phpdbg/phpdbg_utils.c if (!EG(current_execute_data) || !EG(current_execute_data)->func) { current_execute_data 684 sapi/phpdbg/phpdbg_watch.c zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_data)->This); current_execute_data 691 sapi/phpdbg/phpdbg_watch.c return phpdbg_parse_variable_with_arg(input, len, EG(current_execute_data)->symbol_table, 0, (phpdbg_parse_var_with_arg_func) phpdbg_watchpoint_parse_wrapper, (phpdbg_parse_var_with_arg_func) phpdbg_watchpoint_parse_step, 0, callback); current_execute_data 801 sapi/phpdbg/phpdbg_watch.c return phpdbg_watchpoint_parse_input(input, len, EG(current_execute_data)->symbol_table, 0, phpdbg_delete_watchpoint, 0);