EG 44 Zend/zend.c # define GLOBAL_CONSTANTS_TABLE EG(zend_constants) EG 70 Zend/zend.c EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED; EG 72 Zend/zend.c EG(error_reporting) = atoi(ZSTR_VAL(new_value)); EG 419 Zend/zend.c memset(EG(exception_op), 0, sizeof(EG(exception_op))); EG 420 Zend/zend.c EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; EG 421 Zend/zend.c EG(exception_op)[0].op1_type = IS_UNUSED; EG 422 Zend/zend.c EG(exception_op)[0].op2_type = IS_UNUSED; EG 423 Zend/zend.c EG(exception_op)[0].result_type = IS_UNUSED; EG 424 Zend/zend.c ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)); EG 425 Zend/zend.c EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; EG 426 Zend/zend.c EG(exception_op)[1].op1_type = IS_UNUSED; EG 427 Zend/zend.c EG(exception_op)[1].op2_type = IS_UNUSED; EG 428 Zend/zend.c EG(exception_op)[1].result_type = IS_UNUSED; EG 429 Zend/zend.c ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1); EG 430 Zend/zend.c EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; EG 431 Zend/zend.c EG(exception_op)[2].op1_type = IS_UNUSED; EG 432 Zend/zend.c EG(exception_op)[2].op2_type = IS_UNUSED; EG 433 Zend/zend.c EG(exception_op)[2].result_type = IS_UNUSED; EG 434 Zend/zend.c ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2); EG 440 Zend/zend.c memset(&EG(call_trampoline_op), 0, sizeof(EG(call_trampoline_op))); EG 441 Zend/zend.c EG(call_trampoline_op).opcode = ZEND_CALL_TRAMPOLINE; EG 442 Zend/zend.c EG(call_trampoline_op).op1_type = IS_UNUSED; EG 443 Zend/zend.c EG(call_trampoline_op).op2_type = IS_UNUSED; EG 444 Zend/zend.c EG(call_trampoline_op).result_type = IS_UNUSED; EG 445 Zend/zend.c ZEND_VM_SET_OPCODE_HANDLER(&EG(call_trampoline_op)); EG 541 Zend/zend.c zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE); EG 624 Zend/zend.c ZVAL_ARR(&globals, &EG(symbol_table)); EG 627 Zend/zend.c zend_hash_update(&EG(symbol_table), name, &globals); EG 738 Zend/zend.c zend_get_windows_version_info(&EG(windows_version_info)); EG 741 Zend/zend.c EG(error_reporting) = E_ALL & ~E_NOTICE; EG 790 Zend/zend.c zend_destroy_rsrc_list(&EG(persistent_list)); EG 799 Zend/zend.c free(EG(zend_constants)); EG 804 Zend/zend.c global_persistent_list = &EG(persistent_list); EG 814 Zend/zend.c zend_destroy_rsrc_list(&EG(persistent_list)); EG 815 Zend/zend.c if (EG(active)) EG 883 Zend/zend.c if (EG(exception)) { EG 896 Zend/zend.c if (!EG(bailout)) { EG 903 Zend/zend.c EG(current_execute_data) = NULL; EG 904 Zend/zend.c LONGJMP(*EG(bailout), FAILURE); EG 960 Zend/zend.c EG(current_execute_data) = NULL; EG 977 Zend/zend.c zend_destroy_rsrc_list(&EG(regular_list)); EG 1055 Zend/zend.c if (EG(exception)) { EG 1066 Zend/zend.c ex = EG(current_execute_data); EG 1072 Zend/zend.c EG(opline_before_exception)) { EG 1073 Zend/zend.c opline = EG(opline_before_exception); EG 1075 Zend/zend.c zend_exception_error(EG(exception), E_WARNING); EG 1076 Zend/zend.c EG(exception) = NULL; EG 1151 Zend/zend.c if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF EG 1152 Zend/zend.c || !(EG(user_error_handler_error_reporting) & type) EG 1153 Zend/zend.c || EG(error_handling) != EH_NORMAL) { EG 1205 Zend/zend.c ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); EG 1206 Zend/zend.c ZVAL_UNDEF(&EG(user_error_handler)); EG 1229 Zend/zend.c } else if (!EG(exception)) { EG 1247 Zend/zend.c if (Z_TYPE(EG(user_error_handler)) == IS_UNDEF) { EG 1248 Zend/zend.c ZVAL_COPY_VALUE(&EG(user_error_handler), &orig_user_error_handler); EG 1261 Zend/zend.c if (!(EG(current_execute_data) && EG 1262 Zend/zend.c EG(current_execute_data)->func && EG 1263 Zend/zend.c ZEND_USER_CODE(EG(current_execute_data)->func->type) && EG 1264 Zend/zend.c EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && EG 1265 Zend/zend.c EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) { EG 1266 Zend/zend.c EG(exit_status) = 255; EG 1315 Zend/zend.c if (EG(current_execute_data) && !CG(in_compilation)) { EG 1383 Zend/zend.c if (EG(exception)) { EG 1384 Zend/zend.c if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { EG 1388 Zend/zend.c old_exception = EG(exception); EG 1389 Zend/zend.c EG(exception) = NULL; EG 1391 Zend/zend.c ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler)); EG 1395 Zend/zend.c if (EG(exception)) { EG 1396 Zend/zend.c OBJ_RELEASE(EG(exception)); EG 1397 Zend/zend.c EG(exception) = NULL; EG 1401 Zend/zend.c EG(exception) = old_exception; EG 1423 Zend/zend.c zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); EG 1430 Zend/zend.c if (EG(exception)) { EG 1431 Zend/zend.c zend_exception_error(EG(exception), E_ERROR); EG 225 Zend/zend.h JMP_BUF *__orig_bailout = EG(bailout); \ EG 228 Zend/zend.h EG(bailout) = &__bailout; \ EG 232 Zend/zend.h EG(bailout) = __orig_bailout; EG 235 Zend/zend.h EG(bailout) = __orig_bailout; \ EG 237 Zend/zend.h #define zend_first_try EG(bailout)=NULL; zend_try EG 54 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); EG 55 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); EG 89 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); EG 90 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); EG 113 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); EG 114 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); EG 135 Zend/zend_API.c param_ptr = ZEND_CALL_ARG(EG(current_execute_data), 1); EG 136 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); EG 203 Zend/zend_API.c zend_function *active_function = EG(current_execute_data)->func; EG 796 Zend/zend_API.c zend_function *active_function = EG(current_execute_data)->func; EG 876 Zend/zend_API.c zend_function *active_function = EG(current_execute_data)->func; EG 891 Zend/zend_API.c arg_count = ZEND_CALL_NUM_ARGS(EG(current_execute_data)); EG 914 Zend/zend_API.c *varargs = ZEND_CALL_ARG(EG(current_execute_data), i + 1); EG 925 Zend/zend_API.c arg = ZEND_CALL_ARG(EG(current_execute_data), i + 1); EG 995 Zend/zend_API.c zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; EG 1072 Zend/zend_API.c zend_class_entry *old_scope = EG(scope); EG 1076 Zend/zend_API.c EG(scope) = Z_OBJCE_P(obj); EG 1085 Zend/zend_API.c EG(scope) = old_scope; EG 1128 Zend/zend_API.c zend_class_entry **scope = EG(current_execute_data) ? &EG(scope) : &CG(active_class_entry); EG 1229 Zend/zend_API.c zend_class_entry *prev_scope = EG(scope); EG 1232 Zend/zend_API.c EG(scope) = zend_lookup_class(cname); EG 1237 Zend/zend_API.c EG(scope) = prev_scope; EG 1848 Zend/zend_API.c EG(current_module) = module; EG 1851 Zend/zend_API.c EG(current_module) = NULL; EG 1854 Zend/zend_API.c EG(current_module) = NULL; EG 2035 Zend/zend_API.c EG(current_module) = module; EG 2038 Zend/zend_API.c EG(current_module) = NULL; EG 2043 Zend/zend_API.c EG(current_module) = NULL; EG 2145 Zend/zend_API.c internal_function->module = EG(current_module); EG 2488 Zend/zend_API.c zend_hash_apply_with_argument(EG(class_table), clean_module_class, (void *) &module_number); EG 2569 Zend/zend_API.c EG(current_execute_data) = NULL; /* we're no longer executing anything */ EG 2572 Zend/zend_API.c if (EG(full_tables_cleanup)) { EG 2624 Zend/zend_API.c if (EG(full_tables_cleanup)) { EG 2656 Zend/zend_API.c class_entry->info.internal.module = EG(current_module); EG 2840 Zend/zend_API.c if (!EG(scope)) { EG 2843 Zend/zend_API.c fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); EG 2844 Zend/zend_API.c fcc->calling_scope = EG(scope); EG 2846 Zend/zend_API.c fcc->object = zend_get_this_object(EG(current_execute_data)); EG 2851 Zend/zend_API.c if (!EG(scope)) { EG 2853 Zend/zend_API.c } else if (!EG(scope)->parent) { EG 2856 Zend/zend_API.c fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); EG 2857 Zend/zend_API.c fcc->calling_scope = EG(scope)->parent; EG 2859 Zend/zend_API.c fcc->object = zend_get_this_object(EG(current_execute_data)); EG 2865 Zend/zend_API.c zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); EG 2873 Zend/zend_API.c fcc->object = zend_get_this_object(EG(current_execute_data)); EG 2880 Zend/zend_API.c zend_execute_data *ex = EG(current_execute_data); EG 2888 Zend/zend_API.c zend_object *object = zend_get_this_object(EG(current_execute_data)); EG 2942 Zend/zend_API.c if (EXPECTED((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL)) { EG 2955 Zend/zend_API.c if ((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL) { EG 2982 Zend/zend_API.c last_scope = EG(scope); EG 2984 Zend/zend_API.c EG(scope) = ce_org; EG 2990 Zend/zend_API.c EG(scope) = last_scope; EG 2994 Zend/zend_API.c EG(scope) = last_scope; EG 3028 Zend/zend_API.c !strict_class && EG(scope) && EG 3029 Zend/zend_API.c instanceof_function(fcc->function_handler->common.scope, EG(scope))) { EG 3032 Zend/zend_API.c if ((priv_fbc = zend_hash_find_ptr(&EG(scope)->function_table, lmname)) != NULL EG 3034 Zend/zend_API.c && priv_fbc->common.scope == EG(scope)) { EG 3043 Zend/zend_API.c if (!zend_check_private(fcc->function_handler, fcc->object ? fcc->object->ce : EG(scope), lmname)) { EG 3049 Zend/zend_API.c if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { EG 3091 Zend/zend_API.c zend_object *object = zend_get_this_object(EG(current_execute_data)); EG 3140 Zend/zend_API.c if (!zend_check_private(fcc->function_handler, fcc->object ? fcc->object->ce : EG(scope), lmname)) { EG 3150 Zend/zend_API.c if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) { EG 3204 Zend/zend_API.c (!EG(objects_store).object_buckets || EG 3205 Zend/zend_API.c !IS_OBJ_VALID(EG(objects_store).object_buckets[object->handle]))) { EG 3292 Zend/zend_API.c if (!EG(objects_store).object_buckets || EG 3293 Zend/zend_API.c !IS_OBJ_VALID(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(obj)])) { EG 3420 Zend/zend_API.c fci->function_table = fcc->calling_scope ? &fcc->calling_scope->function_table : EG(function_table); EG 3810 Zend/zend_API.c zend_class_entry *old_scope = EG(scope); EG 3812 Zend/zend_API.c EG(scope) = scope; EG 3820 Zend/zend_API.c EG(scope) = old_scope; EG 3827 Zend/zend_API.c zend_class_entry *old_scope = EG(scope); EG 3829 Zend/zend_API.c EG(scope) = scope; EG 3838 Zend/zend_API.c EG(scope) = old_scope; EG 3910 Zend/zend_API.c zend_class_entry *old_scope = EG(scope); EG 3913 Zend/zend_API.c EG(scope) = scope; EG 3915 Zend/zend_API.c EG(scope) = old_scope; EG 4005 Zend/zend_API.c zend_class_entry *old_scope = EG(scope); EG 4007 Zend/zend_API.c EG(scope) = scope; EG 4017 Zend/zend_API.c EG(scope) = old_scope; EG 4025 Zend/zend_API.c zend_class_entry *old_scope = EG(scope); EG 4028 Zend/zend_API.c EG(scope) = scope; EG 4030 Zend/zend_API.c EG(scope) = old_scope; EG 4039 Zend/zend_API.c current->handling = EG(error_handling); EG 4040 Zend/zend_API.c current->exception = EG(exception_class); EG 4041 Zend/zend_API.c ZVAL_COPY(¤t->user_handler, &EG(user_error_handler)); EG 4049 Zend/zend_API.c if (error_handling != EH_NORMAL && Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { EG 4050 Zend/zend_API.c zval_ptr_dtor(&EG(user_error_handler)); EG 4051 Zend/zend_API.c ZVAL_UNDEF(&EG(user_error_handler)); EG 4054 Zend/zend_API.c EG(error_handling) = error_handling; EG 4055 Zend/zend_API.c EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; EG 4087 Zend/zend_API.c EG(error_handling) = saved->handling; EG 4088 Zend/zend_API.c EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; EG 4090 Zend/zend_API.c && !same_zval(&saved->user_handler, &EG(user_error_handler))) { EG 4091 Zend/zend_API.c zval_ptr_dtor(&EG(user_error_handler)); EG 4092 Zend/zend_API.c ZVAL_COPY_VALUE(&EG(user_error_handler), &saved->user_handler); EG 885 Zend/zend_ast.c key = zend_strpprintf(0, "%.*G", (int) EG(precision), Z_DVAL_P(zv)); EG 364 Zend/zend_builtin_functions.c return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SUCCESS; EG 706 Zend/zend_builtin_functions.c old_error_reporting = EG(error_reporting); EG 709 Zend/zend_builtin_functions.c zend_ini_entry *p = EG(error_reporting_ini_entry); EG 712 Zend/zend_builtin_functions.c p = zend_hash_str_find_ptr(EG(ini_directives), "error_reporting", sizeof("error_reporting")-1); EG 714 Zend/zend_builtin_functions.c EG(error_reporting_ini_entry) = p; EG 720 Zend/zend_builtin_functions.c if (!EG(modified_ini_directives)) { EG 721 Zend/zend_builtin_functions.c ALLOC_HASHTABLE(EG(modified_ini_directives)); EG 722 Zend/zend_builtin_functions.c zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); EG 724 Zend/zend_builtin_functions.c if (EXPECTED(zend_hash_str_add_ptr(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting")-1, p) != NULL)) { EG 735 Zend/zend_builtin_functions.c EG(error_reporting) = Z_LVAL_P(err); EG 737 Zend/zend_builtin_functions.c EG(error_reporting) = atoi(ZSTR_VAL(p->value)); EG 938 Zend/zend_builtin_functions.c if (EG(scope)) { EG 939 Zend/zend_builtin_functions.c RETURN_STR_COPY(EG(scope)->name); EG 963 Zend/zend_builtin_functions.c } else if (!EG(scope)) { EG 982 Zend/zend_builtin_functions.c ce = EG(scope); EG 1087 Zend/zend_builtin_functions.c prop_info->ce != EG(scope)) || EG 1089 Zend/zend_builtin_functions.c !zend_check_protected(prop_info->ce, EG(scope))) || EG 1091 Zend/zend_builtin_functions.c ce != EG(scope) && EG 1092 Zend/zend_builtin_functions.c prop_info->ce != EG(scope))) { EG 1269 Zend/zend_builtin_functions.c || (EG(scope) && EG 1271 Zend/zend_builtin_functions.c zend_check_protected(mptr->common.scope, EG(scope))) EG 1273 Zend/zend_builtin_functions.c EG(scope) == mptr->common.scope)))) { EG 1434 Zend/zend_builtin_functions.c ce = zend_hash_find_ptr(EG(class_table), lc_name); EG 1476 Zend/zend_builtin_functions.c ce = zend_hash_find_ptr(EG(class_table), lc_name); EG 1519 Zend/zend_builtin_functions.c ce = zend_hash_find_ptr(EG(class_table), lc_name); EG 1559 Zend/zend_builtin_functions.c func = zend_hash_find_ptr(EG(function_table), lcname); EG 1674 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), entry) { EG 1733 Zend/zend_builtin_functions.c if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { EG 1734 Zend/zend_builtin_functions.c ZVAL_COPY(return_value, &EG(user_error_handler)); EG 1736 Zend/zend_builtin_functions.c zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting)); EG 1737 Zend/zend_builtin_functions.c zend_stack_push(&EG(user_error_handlers), &EG(user_error_handler)); EG 1741 Zend/zend_builtin_functions.c ZVAL_UNDEF(&EG(user_error_handler)); EG 1745 Zend/zend_builtin_functions.c ZVAL_COPY(&EG(user_error_handler), error_handler); EG 1746 Zend/zend_builtin_functions.c EG(user_error_handler_error_reporting) = (int)error_type; EG 1758 Zend/zend_builtin_functions.c if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { EG 1761 Zend/zend_builtin_functions.c ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler)); EG 1762 Zend/zend_builtin_functions.c ZVAL_UNDEF(&EG(user_error_handler)); EG 1766 Zend/zend_builtin_functions.c if (zend_stack_is_empty(&EG(user_error_handlers))) { EG 1767 Zend/zend_builtin_functions.c ZVAL_UNDEF(&EG(user_error_handler)); EG 1770 Zend/zend_builtin_functions.c EG(user_error_handler_error_reporting) = zend_stack_int_top(&EG(user_error_handlers_error_reporting)); EG 1771 Zend/zend_builtin_functions.c zend_stack_del_top(&EG(user_error_handlers_error_reporting)); EG 1772 Zend/zend_builtin_functions.c tmp = zend_stack_top(&EG(user_error_handlers)); EG 1773 Zend/zend_builtin_functions.c ZVAL_COPY_VALUE(&EG(user_error_handler), tmp); EG 1774 Zend/zend_builtin_functions.c zend_stack_del_top(&EG(user_error_handlers)); EG 1801 Zend/zend_builtin_functions.c if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { EG 1802 Zend/zend_builtin_functions.c ZVAL_COPY(return_value, &EG(user_exception_handler)); EG 1804 Zend/zend_builtin_functions.c zend_stack_push(&EG(user_exception_handlers), &EG(user_exception_handler)); EG 1808 Zend/zend_builtin_functions.c ZVAL_UNDEF(&EG(user_exception_handler)); EG 1812 Zend/zend_builtin_functions.c ZVAL_COPY(&EG(user_exception_handler), exception_handler); EG 1824 Zend/zend_builtin_functions.c if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { EG 1825 Zend/zend_builtin_functions.c zval_ptr_dtor(&EG(user_exception_handler)); EG 1827 Zend/zend_builtin_functions.c if (zend_stack_is_empty(&EG(user_exception_handlers))) { EG 1828 Zend/zend_builtin_functions.c ZVAL_UNDEF(&EG(user_exception_handler)); EG 1830 Zend/zend_builtin_functions.c zval *tmp = zend_stack_top(&EG(user_exception_handlers)); EG 1831 Zend/zend_builtin_functions.c ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp); EG 1832 Zend/zend_builtin_functions.c zend_stack_del_top(&EG(user_exception_handlers)); EG 1871 Zend/zend_builtin_functions.c zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mask, comply); EG 1887 Zend/zend_builtin_functions.c zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mask, comply); EG 1903 Zend/zend_builtin_functions.c zend_hash_apply_with_arguments(EG(class_table), copy_class_or_interface_name, 3, return_value, mask, comply); EG 1941 Zend/zend_builtin_functions.c zend_hash_apply_with_arguments(EG(function_table), copy_function_name, 2, &internal, &user); EG 2007 Zend/zend_builtin_functions.c func = zend_hash_str_find_ptr(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME)-1); EG 2017 Zend/zend_builtin_functions.c zend_hash_str_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME)-1); EG 2024 Zend/zend_builtin_functions.c ZSTR_LEN(function_name) = snprintf(ZSTR_VAL(function_name) + 1, sizeof("lambda_")+MAX_LENGTH_OF_LONG, "lambda_%d", ++EG(lambda_count)) + 1; EG 2025 Zend/zend_builtin_functions.c } while (zend_hash_add_ptr(EG(function_table), function_name, func) == NULL); EG 2028 Zend/zend_builtin_functions.c zend_hash_str_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME)-1); EG 2093 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { EG 2101 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { EG 2116 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_KEY_VAL(&EG(regular_list), index, key, val) { EG 2210 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_PTR(EG(zend_constants), val) { EG 2237 Zend/zend_builtin_functions.c zend_hash_apply_with_argument(EG(zend_constants), add_constant_info, return_value); EG 2357 Zend/zend_builtin_functions.c if (EG(opline_before_exception)) { EG 2358 Zend/zend_builtin_functions.c lineno = EG(opline_before_exception)->lineno; EG 2503 Zend/zend_builtin_functions.c if (!(ptr = EG(current_execute_data))) { EG 2553 Zend/zend_builtin_functions.c if (EG(opline_before_exception)) { EG 2554 Zend/zend_builtin_functions.c lineno = EG(opline_before_exception)->lineno; EG 315 Zend/zend_closures.c return &EG(uninitialized_zval); EG 1170 Zend/zend_compile.c do_bind_inherited_class(op_array, &op_array->opcodes[opline_num], EG(class_table), ce, 0); EG 1247 Zend/zend_compile.c zend_constant *c = zend_hash_find_ptr_lc(EG(zend_constants), name, len); EG 1260 Zend/zend_compile.c c = zend_hash_find_ptr(EG(zend_constants), name); EG 1574 Zend/zend_compile.c if (EG(exception)) { EG 3106 Zend/zend_compile.c if (EG(assertions) >= 0) { EG 507 Zend/zend_compile.h (EG(current_execute_data)->prev_execute_data && \ EG 508 Zend/zend_compile.h EG(current_execute_data)->prev_execute_data->func && \ EG 509 Zend/zend_compile.h ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)->prev_execute_data)) EG 512 Zend/zend_compile.h ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)) EG 101 Zend/zend_constants.c zend_hash_apply_with_argument(EG(zend_constants), clean_module_constant, (void *) &module_number); EG 107 Zend/zend_constants.c EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable)); EG 109 Zend/zend_constants.c zend_hash_init(EG(zend_constants), 128, NULL, ZEND_CONSTANT_DTOR, 1); EG 150 Zend/zend_constants.c zend_hash_destroy(EG(zend_constants)); EG 151 Zend/zend_constants.c free(EG(zend_constants)); EG 158 Zend/zend_constants.c if (EG(full_tables_cleanup)) { EG 159 Zend/zend_constants.c zend_hash_apply(EG(zend_constants), clean_non_persistent_constant_full); EG 161 Zend/zend_constants.c zend_hash_reverse_apply(EG(zend_constants), clean_non_persistent_constant); EG 233 Zend/zend_constants.c if (!EG(current_execute_data)) { EG 246 Zend/zend_constants.c c = zend_hash_find_ptr(EG(zend_constants), haltname); EG 260 Zend/zend_constants.c if ((c = zend_hash_str_find_ptr(EG(zend_constants), name, name_len)) == NULL) { EG 263 Zend/zend_constants.c if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, name_len)) != NULL) { EG 281 Zend/zend_constants.c if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { EG 284 Zend/zend_constants.c if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, ZSTR_LEN(name))) != NULL) { EG 326 Zend/zend_constants.c if (EG(current_execute_data)) { EG 327 Zend/zend_constants.c scope = EG(scope); EG 353 Zend/zend_constants.c ce = zend_get_called_scope(EG(current_execute_data)); EG 403 Zend/zend_constants.c if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, lcname_len)) == NULL) { EG 406 Zend/zend_constants.c if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, lcname_len)) != NULL) { EG 434 Zend/zend_constants.c if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) { EG 436 Zend/zend_constants.c if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL || EG 440 Zend/zend_constants.c if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) { EG 442 Zend/zend_constants.c if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL || EG 501 Zend/zend_constants.c || zend_hash_add_constant(EG(zend_constants), name, c) == NULL) { EG 34 Zend/zend_dtrace.c zend_execute_data *ex = EG(current_execute_data); EG 109 Zend/zend_exceptions.c if (EG(prev_exception)) { EG 110 Zend/zend_exceptions.c zend_exception_set_previous(EG(exception), EG(prev_exception)); EG 112 Zend/zend_exceptions.c if (EG(exception)) { EG 113 Zend/zend_exceptions.c EG(prev_exception) = EG(exception); EG 115 Zend/zend_exceptions.c EG(exception) = NULL; EG 121 Zend/zend_exceptions.c if (EG(prev_exception)) { EG 122 Zend/zend_exceptions.c if (EG(exception)) { EG 123 Zend/zend_exceptions.c zend_exception_set_previous(EG(exception), EG(prev_exception)); EG 125 Zend/zend_exceptions.c EG(exception) = EG(prev_exception); EG 127 Zend/zend_exceptions.c EG(prev_exception) = NULL; EG 145 Zend/zend_exceptions.c zend_object *previous = EG(exception); EG 146 Zend/zend_exceptions.c zend_exception_set_previous(Z_OBJ_P(exception), EG(exception)); EG 147 Zend/zend_exceptions.c EG(exception) = Z_OBJ_P(exception); EG 152 Zend/zend_exceptions.c if (!EG(current_execute_data)) { EG 156 Zend/zend_exceptions.c if(EG(exception)) { EG 157 Zend/zend_exceptions.c zend_exception_error(EG(exception), E_ERROR); EG 166 Zend/zend_exceptions.c if (!EG(current_execute_data)->func || EG 167 Zend/zend_exceptions.c !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || EG 168 Zend/zend_exceptions.c EG(current_execute_data)->opline->opcode == ZEND_HANDLE_EXCEPTION) { EG 172 Zend/zend_exceptions.c EG(opline_before_exception) = EG(current_execute_data)->opline; EG 173 Zend/zend_exceptions.c EG(current_execute_data)->opline = EG(exception_op); EG 179 Zend/zend_exceptions.c if (EG(prev_exception)) { EG 181 Zend/zend_exceptions.c OBJ_RELEASE(EG(prev_exception)); EG 182 Zend/zend_exceptions.c EG(prev_exception) = NULL; EG 184 Zend/zend_exceptions.c if (!EG(exception)) { EG 187 Zend/zend_exceptions.c OBJ_RELEASE(EG(exception)); EG 188 Zend/zend_exceptions.c EG(exception) = NULL; EG 189 Zend/zend_exceptions.c EG(current_execute_data)->opline = EG(opline_before_exception); EG 191 Zend/zend_exceptions.c EG(opline_before_exception) = NULL; EG 209 Zend/zend_exceptions.c if (EG(current_execute_data)) { EG 556 Zend/zend_exceptions.c char *s_tmp = emalloc(MAX_LENGTH_OF_DOUBLE + EG(precision) + 1); EG 557 Zend/zend_exceptions.c int l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval); /* SAFE */ EG 999 Zend/zend_exceptions.c EG(exception) = NULL; EG 1015 Zend/zend_exceptions.c if (!EG(exception)) { EG 1024 Zend/zend_exceptions.c if (EG(exception)) { EG 1027 Zend/zend_exceptions.c ZVAL_OBJ(&zv, EG(exception)); EG 161 Zend/zend_execute.c EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE(0 /* main stack */), NULL); EG 162 Zend/zend_execute.c EG(vm_stack)->top++; EG 163 Zend/zend_execute.c EG(vm_stack_top) = EG(vm_stack)->top; EG 164 Zend/zend_execute.c EG(vm_stack_end) = EG(vm_stack)->end; EG 169 Zend/zend_execute.c zend_vm_stack stack = EG(vm_stack); EG 183 Zend/zend_execute.c stack = EG(vm_stack); EG 184 Zend/zend_execute.c stack->top = EG(vm_stack_top); EG 185 Zend/zend_execute.c EG(vm_stack) = stack = zend_vm_stack_new_page( EG 190 Zend/zend_execute.c EG(vm_stack_top) = (void*)(((char*)ptr) + size); EG 191 Zend/zend_execute.c EG(vm_stack_end) = stack->end; EG 242 Zend/zend_execute.c ptr = &EG(uninitialized_zval); EG 257 Zend/zend_execute.c return &EG(uninitialized_zval); EG 263 Zend/zend_execute.c return &EG(uninitialized_zval); EG 632 Zend/zend_execute.c zend_execute_data *ptr = EG(current_execute_data)->prev_execute_data; EG 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))))) { EG 1086 Zend/zend_execute.c if (object_op_type == IS_VAR && UNEXPECTED(object == &EG(error_zval))) { EG 1140 Zend/zend_execute.c if (retval && EXPECTED(!EG(exception))) { EG 1226 Zend/zend_execute.c if (retval && EXPECTED(!EG(exception))) { EG 1260 Zend/zend_execute.c if (retval && EXPECTED(!EG(exception))) { EG 1364 Zend/zend_execute.c if (UNEXPECTED(EG(exception))) { EG 1409 Zend/zend_execute.c if (UNEXPECTED(EG(exception))) { EG 1454 Zend/zend_execute.c if (UNEXPECTED(EG(exception))) { EG 1516 Zend/zend_execute.c ht = &EG(symbol_table); EG 1554 Zend/zend_execute.c retval = &EG(uninitialized_zval); EG 1558 Zend/zend_execute.c retval = zend_hash_index_update(ht, hval, &EG(uninitialized_zval)); EG 1561 Zend/zend_execute.c retval = zend_hash_index_add_new(ht, hval, &EG(uninitialized_zval)); EG 1585 Zend/zend_execute.c retval = &EG(uninitialized_zval); EG 1603 Zend/zend_execute.c retval = &EG(uninitialized_zval); EG 1607 Zend/zend_execute.c retval = zend_hash_update(ht, offset_key, &EG(uninitialized_zval)); EG 1610 Zend/zend_execute.c retval = zend_hash_add_new(ht, offset_key, &EG(uninitialized_zval)); EG 1638 Zend/zend_execute.c &EG(error_zval) : &EG(uninitialized_zval); EG 1704 Zend/zend_execute.c retval = zend_hash_next_index_insert(Z_ARRVAL_P(container), &EG(uninitialized_zval)); EG 1707 Zend/zend_execute.c retval = &EG(error_zval); EG 1731 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1739 Zend/zend_execute.c retval = &EG(error_zval); EG 1743 Zend/zend_execute.c if (UNEXPECTED(retval == &EG(uninitialized_zval))) { EG 1772 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1776 Zend/zend_execute.c if (UNEXPECTED(container == &EG(error_zval))) { EG 1777 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1790 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1919 Zend/zend_execute.c if (container_op_type == IS_VAR && UNEXPECTED(container == &EG(error_zval))) { EG 1920 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1939 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1982 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 1996 Zend/zend_execute.c ZVAL_INDIRECT(result, &EG(error_zval)); EG 2003 Zend/zend_execute.c zend_hash_apply(&EG(symbol_table), zend_check_symbol); \ EG 2004 Zend/zend_execute.c if (&EG(symbol_table)!=EX(symbol_table)) { \ EG 2041 Zend/zend_execute.c if (EG(symtable_cache_ptr) >= EG(symtable_cache_limit)) { EG 2047 Zend/zend_execute.c *(++EG(symtable_cache_ptr)) = symbol_table; EG 2079 Zend/zend_execute.c if (EG(timed_out)) { \ EG 2178 Zend/zend_execute.c EG(current_execute_data) = execute_data; EG 2207 Zend/zend_execute.c EG(current_execute_data) = execute_data; EG 2298 Zend/zend_execute.c EG(current_execute_data) = execute_data; EG 2319 Zend/zend_execute.c EG(vm_stack) = zend_vm_stack_new_page( EG 2324 Zend/zend_execute.c EG(vm_stack_top) = EG(vm_stack)->top; EG 2325 Zend/zend_execute.c EG(vm_stack_end) = EG(vm_stack)->end; EG 2363 Zend/zend_execute.c EX(prev_execute_data) = EG(current_execute_data); EG 2378 Zend/zend_execute.c int used_stack = (EG(vm_stack_top) - (zval*)call) + additional_args; EG 2397 Zend/zend_execute.c EG(vm_stack)->prev->top = (zval*)call; EG 2400 Zend/zend_execute.c if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMETS(EG(vm_stack)->prev))) { EG 2401 Zend/zend_execute.c zend_vm_stack r = EG(vm_stack)->prev; EG 2403 Zend/zend_execute.c EG(vm_stack)->prev = r->prev; EG 2413 Zend/zend_execute.c if (EXPECTED((uint32_t)(EG(vm_stack_end) - EG(vm_stack_top)) > additional_args)) { EG 2414 Zend/zend_execute.c EG(vm_stack_top) += additional_args; EG 2599 Zend/zend_execute.c if (!EG(error_reporting) && Z_LVAL_P(EX_VAR(brk_opline->op1.var)) != 0) { EG 2600 Zend/zend_execute.c EG(error_reporting) = Z_LVAL_P(EX_VAR(brk_opline->op1.var)); EG 2658 Zend/zend_execute.c if (EXPECTED(!EG(exception))) { \ EG 2689 Zend/zend_execute.c if ((_check) && UNEXPECTED(EG(exception))) { \ EG 160 Zend/zend_execute.h # define ZEND_ASSERT_VM_STACK_GLOBAL ZEND_ASSERT(EG(vm_stack_top) > (zval *) EG(vm_stack) && EG(vm_stack_end) > (zval *) EG(vm_stack) && EG(vm_stack_top) <= EG(vm_stack_end)) EG 172 Zend/zend_execute.h zend_execute_data *call = (zend_execute_data*)EG(vm_stack_top); EG 176 Zend/zend_execute.h if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) { EG 180 Zend/zend_execute.h EG(vm_stack_top) = (zval*)((char*)call + used_stack); EG 262 Zend/zend_execute.h zend_vm_stack p = EG(vm_stack); EG 266 Zend/zend_execute.h EG(vm_stack_top) = prev->top; EG 267 Zend/zend_execute.h EG(vm_stack_end) = prev->end; EG 268 Zend/zend_execute.h EG(vm_stack) = prev; EG 272 Zend/zend_execute.h EG(vm_stack_top) = (zval*)call; EG 68 Zend/zend_execute_API.c active_opline-EG(active_op_array)->opcodes, EG 132 Zend/zend_execute_API.c ZVAL_NULL(&EG(uninitialized_zval)); EG 133 Zend/zend_execute_API.c ZVAL_NULL(&EG(error_zval)); EG 139 Zend/zend_execute_API.c EG(symtable_cache_ptr) = EG(symtable_cache) - 1; EG 140 Zend/zend_execute_API.c EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE - 1; EG 141 Zend/zend_execute_API.c EG(no_extensions) = 0; EG 143 Zend/zend_execute_API.c EG(function_table) = CG(function_table); EG 144 Zend/zend_execute_API.c EG(class_table) = CG(class_table); EG 146 Zend/zend_execute_API.c EG(in_autoload) = NULL; EG 147 Zend/zend_execute_API.c EG(autoload_func) = NULL; EG 148 Zend/zend_execute_API.c EG(error_handling) = EH_NORMAL; EG 152 Zend/zend_execute_API.c zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0); EG 153 Zend/zend_execute_API.c EG(valid_symbol_table) = 1; EG 157 Zend/zend_execute_API.c zend_hash_init(&EG(included_files), 8, NULL, NULL, 0); EG 159 Zend/zend_execute_API.c EG(ticks_count) = 0; EG 161 Zend/zend_execute_API.c ZVAL_UNDEF(&EG(user_error_handler)); EG 163 Zend/zend_execute_API.c EG(current_execute_data) = NULL; EG 165 Zend/zend_execute_API.c zend_stack_init(&EG(user_error_handlers_error_reporting), sizeof(int)); EG 166 Zend/zend_execute_API.c zend_stack_init(&EG(user_error_handlers), sizeof(zval)); EG 167 Zend/zend_execute_API.c zend_stack_init(&EG(user_exception_handlers), sizeof(zval)); EG 169 Zend/zend_execute_API.c zend_objects_store_init(&EG(objects_store), 1024); EG 171 Zend/zend_execute_API.c EG(full_tables_cleanup) = 0; EG 173 Zend/zend_execute_API.c EG(timed_out) = 0; EG 176 Zend/zend_execute_API.c EG(exception) = NULL; EG 177 Zend/zend_execute_API.c EG(prev_exception) = NULL; EG 179 Zend/zend_execute_API.c EG(scope) = NULL; EG 181 Zend/zend_execute_API.c EG(ht_iterators_count) = sizeof(EG(ht_iterators_slots)) / sizeof(HashTableIterator); EG 182 Zend/zend_execute_API.c EG(ht_iterators_used) = 0; EG 183 Zend/zend_execute_API.c EG(ht_iterators) = EG(ht_iterators_slots); EG 184 Zend/zend_execute_API.c memset(EG(ht_iterators), 0, sizeof(EG(ht_iterators_slots))); EG 186 Zend/zend_execute_API.c EG(active) = 1; EG 234 Zend/zend_execute_API.c EG(symbol_table).pDestructor = zend_unclean_zval_ptr_dtor; EG 239 Zend/zend_execute_API.c symbols = zend_hash_num_elements(&EG(symbol_table)); EG 240 Zend/zend_execute_API.c zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor); EG 241 Zend/zend_execute_API.c } while (symbols != zend_hash_num_elements(&EG(symbol_table))); EG 242 Zend/zend_execute_API.c zend_objects_store_call_destructors(&EG(objects_store)); EG 245 Zend/zend_execute_API.c zend_objects_store_mark_destructed(&EG(objects_store)); EG 275 Zend/zend_execute_API.c EG(symbol_table).pDestructor = zend_unclean_zval_ptr_dtor; EG 277 Zend/zend_execute_API.c zend_hash_graceful_reverse_destroy(&EG(symbol_table)); EG 279 Zend/zend_execute_API.c EG(valid_symbol_table) = 0; EG 285 Zend/zend_execute_API.c if (Z_TYPE(EG(user_error_handler)) != IS_UNDEF) { EG 286 Zend/zend_execute_API.c zeh = &EG(user_error_handler); EG 288 Zend/zend_execute_API.c ZVAL_UNDEF(&EG(user_error_handler)); EG 291 Zend/zend_execute_API.c if (Z_TYPE(EG(user_exception_handler)) != IS_UNDEF) { EG 292 Zend/zend_execute_API.c zeh = &EG(user_exception_handler); EG 294 Zend/zend_execute_API.c ZVAL_UNDEF(&EG(user_exception_handler)); EG 297 Zend/zend_execute_API.c zend_stack_clean(&EG(user_error_handlers_error_reporting), NULL, 1); EG 298 Zend/zend_execute_API.c zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_DESTRUCTOR, 1); EG 299 Zend/zend_execute_API.c zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_DESTRUCTOR, 1); EG 312 Zend/zend_execute_API.c if (EG(full_tables_cleanup)) { EG 313 Zend/zend_execute_API.c ZEND_HASH_FOREACH_PTR(EG(function_table), func) { EG 318 Zend/zend_execute_API.c ZEND_HASH_REVERSE_FOREACH_PTR(EG(class_table), ce) { EG 326 Zend/zend_execute_API.c ZEND_HASH_REVERSE_FOREACH_PTR(EG(function_table), func) { EG 332 Zend/zend_execute_API.c ZEND_HASH_REVERSE_FOREACH_PTR(EG(class_table), ce) { EG 347 Zend/zend_execute_API.c zend_close_rsrc_list(&EG(regular_list)); EG 357 Zend/zend_execute_API.c zend_objects_store_free_object_storage(&EG(objects_store)); EG 362 Zend/zend_execute_API.c if (EG(full_tables_cleanup)) { EG 363 Zend/zend_execute_API.c zend_hash_reverse_apply(EG(function_table), clean_non_persistent_function_full); EG 364 Zend/zend_execute_API.c zend_hash_reverse_apply(EG(class_table), clean_non_persistent_class_full); EG 366 Zend/zend_execute_API.c zend_hash_reverse_apply(EG(function_table), clean_non_persistent_function); EG 367 Zend/zend_execute_API.c zend_hash_reverse_apply(EG(class_table), clean_non_persistent_class); EG 370 Zend/zend_execute_API.c while (EG(symtable_cache_ptr)>=EG(symtable_cache)) { EG 371 Zend/zend_execute_API.c zend_hash_destroy(*EG(symtable_cache_ptr)); EG 372 Zend/zend_execute_API.c FREE_HASHTABLE(*EG(symtable_cache_ptr)); EG 373 Zend/zend_execute_API.c EG(symtable_cache_ptr)--; EG 386 Zend/zend_execute_API.c zend_hash_destroy(&EG(included_files)); EG 388 Zend/zend_execute_API.c zend_stack_destroy(&EG(user_error_handlers_error_reporting)); EG 389 Zend/zend_execute_API.c zend_stack_destroy(&EG(user_error_handlers)); EG 390 Zend/zend_execute_API.c zend_stack_destroy(&EG(user_exception_handlers)); EG 391 Zend/zend_execute_API.c zend_objects_store_destroy(&EG(objects_store)); EG 392 Zend/zend_execute_API.c if (EG(in_autoload)) { EG 393 Zend/zend_execute_API.c zend_hash_destroy(EG(in_autoload)); EG 394 Zend/zend_execute_API.c FREE_HASHTABLE(EG(in_autoload)); EG 401 Zend/zend_execute_API.c if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { EG 402 Zend/zend_execute_API.c zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used)); EG 406 Zend/zend_execute_API.c EG(ht_iterators_used) = 0; EG 407 Zend/zend_execute_API.c if (EG(ht_iterators) != EG(ht_iterators_slots)) { EG 408 Zend/zend_execute_API.c efree(EG(ht_iterators)); EG 411 Zend/zend_execute_API.c EG(active) = 0; EG 427 Zend/zend_execute_API.c func = EG(current_execute_data)->func; EG 455 Zend/zend_execute_API.c func = EG(current_execute_data)->func; EG 478 Zend/zend_execute_API.c zend_execute_data *ex = EG(current_execute_data); EG 493 Zend/zend_execute_API.c zend_execute_data *ex = EG(current_execute_data); EG 508 Zend/zend_execute_API.c zend_execute_data *ex = EG(current_execute_data); EG 514 Zend/zend_execute_API.c if (EG(exception) && ex->opline->opcode == ZEND_HANDLE_EXCEPTION && EG 515 Zend/zend_execute_API.c ex->opline->lineno == 0 && EG(opline_before_exception)) { EG 516 Zend/zend_execute_API.c return EG(opline_before_exception)->lineno; EG 527 Zend/zend_execute_API.c return EG(current_execute_data) != 0; EG 566 Zend/zend_execute_API.c ZEND_ASSERT(EG(current_execute_data)); EG 570 Zend/zend_execute_API.c if (EG(scope) && EG(scope)->name) { EG 571 Zend/zend_execute_API.c ZVAL_STR_COPY(p, EG(scope)->name); EG 578 Zend/zend_execute_API.c if (UNEXPECTED(EG(exception))) { EG 700 Zend/zend_execute_API.c if (!EG(active)) { EG 704 Zend/zend_execute_API.c if (EG(exception)) { EG 716 Zend/zend_execute_API.c orig_scope = EG(scope); EG 719 Zend/zend_execute_API.c if (!EG(current_execute_data)) { EG 725 Zend/zend_execute_API.c EG(current_execute_data) = &dummy_execute_data; EG 726 Zend/zend_execute_API.c } else if (EG(current_execute_data)->func && EG 727 Zend/zend_execute_API.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && EG 728 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_FCALL && EG 729 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_ICALL && EG 730 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_UCALL && EG 731 Zend/zend_execute_API.c EG(current_execute_data)->opline->opcode != ZEND_DO_FCALL_BY_NAME) { EG 733 Zend/zend_execute_API.c dummy_execute_data = *EG(current_execute_data); EG 734 Zend/zend_execute_API.c dummy_execute_data.prev_execute_data = EG(current_execute_data); EG 738 Zend/zend_execute_API.c EG(current_execute_data) = &dummy_execute_data; EG 757 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { EG 758 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; EG 778 Zend/zend_execute_API.c (!EG(objects_store).object_buckets || EG 779 Zend/zend_execute_API.c !IS_OBJ_VALID(EG(objects_store).object_buckets[fci->object->handle]))) { EG 780 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { EG 781 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; EG 819 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { EG 820 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; EG 842 Zend/zend_execute_API.c EG(scope) = calling_scope; EG 859 Zend/zend_execute_API.c EG(scope) = func->common.scope; EG 875 Zend/zend_execute_API.c EG(scope) = func->common.scope; EG 877 Zend/zend_execute_API.c call->prev_execute_data = EG(current_execute_data); EG 879 Zend/zend_execute_API.c EG(current_execute_data) = call; EG 886 Zend/zend_execute_API.c EG(current_execute_data) = call->prev_execute_data; EG 895 Zend/zend_execute_API.c if (EG(exception)) { EG 909 Zend/zend_execute_API.c call->prev_execute_data = EG(current_execute_data); EG 910 Zend/zend_execute_API.c EG(current_execute_data) = call; EG 912 Zend/zend_execute_API.c EG(current_execute_data) = call->prev_execute_data; EG 924 Zend/zend_execute_API.c if (EG(exception)) { EG 930 Zend/zend_execute_API.c EG(scope) = orig_scope; EG 933 Zend/zend_execute_API.c if (EG(current_execute_data) == &dummy_execute_data) { EG 934 Zend/zend_execute_API.c EG(current_execute_data) = dummy_execute_data.prev_execute_data; EG 937 Zend/zend_execute_API.c if (EG(exception)) { EG 968 Zend/zend_execute_API.c ce = zend_hash_find_ptr(EG(class_table), lc_name); EG 986 Zend/zend_execute_API.c if (!EG(autoload_func)) { EG 987 Zend/zend_execute_API.c zend_function *func = zend_hash_str_find_ptr(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1); EG 989 Zend/zend_execute_API.c EG(autoload_func) = func; EG 1007 Zend/zend_execute_API.c if (EG(in_autoload) == NULL) { EG 1008 Zend/zend_execute_API.c ALLOC_HASHTABLE(EG(in_autoload)); EG 1009 Zend/zend_execute_API.c zend_hash_init(EG(in_autoload), 8, NULL, NULL, 0); EG 1012 Zend/zend_execute_API.c if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { EG 1028 Zend/zend_execute_API.c fcall_info.function_table = EG(function_table); EG 1029 Zend/zend_execute_API.c ZVAL_STR_COPY(&fcall_info.function_name, EG(autoload_func)->common.function_name); EG 1038 Zend/zend_execute_API.c fcall_cache.function_handler = EG(autoload_func); EG 1044 Zend/zend_execute_API.c if ((zend_call_function(&fcall_info, &fcall_cache) == SUCCESS) && !EG(exception)) { EG 1045 Zend/zend_execute_API.c ce = zend_hash_find_ptr(EG(class_table), lc_name); EG 1052 Zend/zend_execute_API.c zend_hash_del(EG(in_autoload), lc_name); EG 1128 Zend/zend_execute_API.c EG(no_extensions)=1; EG 1151 Zend/zend_execute_API.c EG(no_extensions)=0; EG 1174 Zend/zend_execute_API.c if (handle_exceptions && EG(exception)) { EG 1175 Zend/zend_execute_API.c zend_exception_error(EG(exception), E_ERROR); EG 1201 Zend/zend_execute_API.c zend_on_timeout(EG(timeout_seconds)); EG 1204 Zend/zend_execute_API.c zend_error_noreturn(E_ERROR, "Maximum execution time of %pd second%s exceeded", EG(timeout_seconds), EG(timeout_seconds) == 1 ? "" : "s"); EG 1232 Zend/zend_execute_API.c EG(timeout_seconds) = seconds; EG 1244 Zend/zend_execute_API.c EG(timed_out) = 0; EG 1253 Zend/zend_execute_API.c if (!CreateTimerQueueTimer(&tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID*)&EG(timed_out), seconds*1000, 0, WT_EXECUTEONLYONCE)) { EG 1254 Zend/zend_execute_API.c EG(timed_out) = 0; EG 1259 Zend/zend_execute_API.c EG(timed_out) = 0; EG 1303 Zend/zend_execute_API.c EG(timed_out) = 0; EG 1310 Zend/zend_execute_API.c EG(timed_out) = 0; EG 1313 Zend/zend_execute_API.c if (EG(timeout_seconds)) { EG 1337 Zend/zend_execute_API.c if (UNEXPECTED(!EG(scope))) { EG 1340 Zend/zend_execute_API.c return EG(scope); EG 1342 Zend/zend_execute_API.c if (UNEXPECTED(!EG(scope))) { EG 1346 Zend/zend_execute_API.c if (UNEXPECTED(!EG(scope)->parent)) { EG 1349 Zend/zend_execute_API.c return EG(scope)->parent; EG 1351 Zend/zend_execute_API.c ce = zend_get_called_scope(EG(current_execute_data)); EG 1369 Zend/zend_execute_API.c if (!(fetch_type & ZEND_FETCH_CLASS_SILENT) && !EG(exception)) { EG 1391 Zend/zend_execute_API.c if ((fetch_type & ZEND_FETCH_CLASS_SILENT) == 0 && !EG(exception)) { EG 1467 Zend/zend_execute_API.c return zend_hash_del_ind(&EG(symbol_table), name); EG 1477 Zend/zend_execute_API.c ex = EG(current_execute_data); EG 1488 Zend/zend_execute_API.c if (EG(symtable_cache_ptr) >= EG(symtable_cache)) { EG 1490 Zend/zend_execute_API.c symbol_table = ex->symbol_table = *(EG(symtable_cache_ptr)--); EG 1581 Zend/zend_execute_API.c zend_execute_data *execute_data = EG(current_execute_data); EG 1623 Zend/zend_execute_API.c zend_execute_data *execute_data = EG(current_execute_data); EG 30 Zend/zend_float.c if (!EG(saved_fpu_cw_ptr)) { EG 31 Zend/zend_float.c EG(saved_fpu_cw_ptr) = (void*)&EG(saved_fpu_cw); EG 33 Zend/zend_float.c XPFPA_STORE_CW(EG(saved_fpu_cw_ptr)); EG 36 Zend/zend_float.c EG(saved_fpu_cw_ptr) = NULL; EG 44 Zend/zend_float.c if (EG(saved_fpu_cw_ptr)) { EG 45 Zend/zend_float.c XPFPA_RESTORE_CW(EG(saved_fpu_cw_ptr)); EG 48 Zend/zend_float.c EG(saved_fpu_cw_ptr) = NULL; EG 315 Zend/zend_gc.c if (EXPECTED(IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle]) && EG 352 Zend/zend_gc.c if ((zend_array*)ref != &EG(symbol_table)) { EG 425 Zend/zend_gc.c if (EXPECTED(IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle]) && EG 457 Zend/zend_gc.c if (((zend_array*)ref) == &EG(symbol_table)) { EG 465 Zend/zend_gc.c if (UNEXPECTED(!EG(objects_store).object_buckets) && EG 500 Zend/zend_gc.c UNEXPECTED(!EG(objects_store).object_buckets)) { EG 515 Zend/zend_gc.c UNEXPECTED(!EG(objects_store).object_buckets)) { EG 553 Zend/zend_gc.c if (EXPECTED(IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle]) && EG 583 Zend/zend_gc.c if ((zend_array*)ref == &EG(symbol_table)) { EG 718 Zend/zend_gc.c if (EXPECTED(IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle]) && EG 905 Zend/zend_gc.c if (EXPECTED(IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle]) && EG 1045 Zend/zend_gc.c if (EG(objects_store).object_buckets) { EG 1061 Zend/zend_gc.c if (IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle]) && EG 1098 Zend/zend_gc.c if (EG(objects_store).object_buckets && EG 1099 Zend/zend_gc.c IS_OBJ_VALID(EG(objects_store).object_buckets[obj->handle])) { EG 1109 Zend/zend_gc.c SET_OBJ_BUCKET_NUMBER(EG(objects_store).object_buckets[obj->handle], EG(objects_store).free_list_head); EG 1110 Zend/zend_gc.c EG(objects_store).free_list_head = obj->handle; EG 44 Zend/zend_generators.c zend_vm_stack original_stack = EG(vm_stack); EG 45 Zend/zend_generators.c original_stack->top = EG(vm_stack_top); EG 46 Zend/zend_generators.c EG(vm_stack_top) = generator->stack->top; EG 47 Zend/zend_generators.c EG(vm_stack_end) = generator->stack->end; EG 48 Zend/zend_generators.c EG(vm_stack) = generator->stack; EG 52 Zend/zend_generators.c generator->stack = EG(vm_stack); EG 53 Zend/zend_generators.c generator->stack->top = EG(vm_stack_top); EG 54 Zend/zend_generators.c EG(vm_stack_top) = original_stack->top; EG 55 Zend/zend_generators.c EG(vm_stack_end) = original_stack->end; EG 56 Zend/zend_generators.c EG(vm_stack) = original_stack; EG 156 Zend/zend_generators.c Z_OBJ_P(fast_call) = EG(exception); EG 157 Zend/zend_generators.c EG(exception) = NULL; EG 233 Zend/zend_generators.c zend_vm_stack current_stack = EG(vm_stack); EG 235 Zend/zend_generators.c current_stack->top = EG(vm_stack_top); EG 238 Zend/zend_generators.c current_execute_data = EG(current_execute_data); EG 240 Zend/zend_generators.c EG(current_execute_data) = current_execute_data; EG 251 Zend/zend_generators.c generator->stack = EG(vm_stack); EG 252 Zend/zend_generators.c generator->stack->top = EG(vm_stack_top); EG 253 Zend/zend_generators.c EG(vm_stack_top) = current_stack->top; EG 254 Zend/zend_generators.c EG(vm_stack_end) = current_stack->end; EG 255 Zend/zend_generators.c EG(vm_stack) = current_stack; EG 304 Zend/zend_generators.c zend_execute_data *original_execute_data = EG(current_execute_data); EG 305 Zend/zend_generators.c EG(current_execute_data) = generator->execute_data; EG 313 Zend/zend_generators.c EG(current_execute_data) = original_execute_data; EG 501 Zend/zend_generators.c if (EXPECTED(EG(exception) == NULL)) { EG 507 Zend/zend_generators.c zend_execute_data *original_execute_data = EG(current_execute_data); EG 508 Zend/zend_generators.c EG(current_execute_data) = root->execute_data; EG 519 Zend/zend_generators.c EG(current_execute_data) = original_execute_data; EG 582 Zend/zend_generators.c if (UNEXPECTED(EG(exception) != NULL)) { EG 593 Zend/zend_generators.c if (UNEXPECTED(EG(exception) != NULL)) { EG 605 Zend/zend_generators.c if (UNEXPECTED(EG(exception) != NULL)) { EG 616 Zend/zend_generators.c zend_execute_data *ex = EG(current_execute_data); EG 617 Zend/zend_generators.c EG(current_execute_data) = generator->execute_data; EG 619 Zend/zend_generators.c EG(current_execute_data) = ex; EG 664 Zend/zend_generators.c zend_execute_data *original_execute_data = EG(current_execute_data); EG 665 Zend/zend_generators.c zend_class_entry *original_scope = EG(scope); EG 666 Zend/zend_generators.c zend_vm_stack original_stack = EG(vm_stack); EG 667 Zend/zend_generators.c original_stack->top = EG(vm_stack_top); EG 670 Zend/zend_generators.c EG(current_execute_data) = generator->execute_data; EG 671 Zend/zend_generators.c EG(scope) = generator->execute_data->func->common.scope; EG 672 Zend/zend_generators.c EG(vm_stack_top) = generator->stack->top; EG 673 Zend/zend_generators.c EG(vm_stack_end) = generator->stack->end; EG 674 Zend/zend_generators.c EG(vm_stack) = generator->stack; EG 695 Zend/zend_generators.c generator->stack = EG(vm_stack); EG 696 Zend/zend_generators.c generator->stack->top = EG(vm_stack_top); EG 700 Zend/zend_generators.c EG(current_execute_data) = original_execute_data; EG 701 Zend/zend_generators.c EG(scope) = original_scope; EG 702 Zend/zend_generators.c EG(vm_stack_top) = original_stack->top; EG 703 Zend/zend_generators.c EG(vm_stack_end) = original_stack->end; EG 704 Zend/zend_generators.c EG(vm_stack) = original_stack; EG 710 Zend/zend_generators.c if (UNEXPECTED(EG(exception) != NULL)) { EG 955 Zend/zend_generators.c if (UNEXPECTED(EG(exception))) { EG 313 Zend/zend_hash.c } else if (UNEXPECTED(ht == &EG(symbol_table))) { EG 333 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators); EG 334 Zend/zend_hash.c HashTableIterator *end = iter + EG(ht_iterators_count); EG 344 Zend/zend_hash.c idx = iter - EG(ht_iterators); EG 345 Zend/zend_hash.c if (idx + 1 > EG(ht_iterators_used)) { EG 346 Zend/zend_hash.c EG(ht_iterators_used) = idx + 1; EG 352 Zend/zend_hash.c if (EG(ht_iterators) == EG(ht_iterators_slots)) { EG 353 Zend/zend_hash.c EG(ht_iterators) = emalloc(sizeof(HashTableIterator) * (EG(ht_iterators_count) + 8)); EG 354 Zend/zend_hash.c memcpy(EG(ht_iterators), EG(ht_iterators_slots), sizeof(HashTableIterator) * EG(ht_iterators_count)); EG 356 Zend/zend_hash.c EG(ht_iterators) = erealloc(EG(ht_iterators), sizeof(HashTableIterator) * (EG(ht_iterators_count) + 8)); EG 358 Zend/zend_hash.c iter = EG(ht_iterators) + EG(ht_iterators_count); EG 359 Zend/zend_hash.c EG(ht_iterators_count) += 8; EG 363 Zend/zend_hash.c idx = iter - EG(ht_iterators); EG 364 Zend/zend_hash.c EG(ht_iterators_used) = idx + 1; EG 370 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators) + idx; EG 392 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators) + idx; EG 415 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators) + idx; EG 425 Zend/zend_hash.c if (idx == EG(ht_iterators_used) - 1) { EG 426 Zend/zend_hash.c while (idx > 0 && EG(ht_iterators)[idx - 1].ht == NULL) { EG 429 Zend/zend_hash.c EG(ht_iterators_used) = idx; EG 435 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators); EG 436 Zend/zend_hash.c HashTableIterator *end = iter + EG(ht_iterators_used); EG 455 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators); EG 456 Zend/zend_hash.c HashTableIterator *end = iter + EG(ht_iterators_used); EG 472 Zend/zend_hash.c HashTableIterator *iter = EG(ht_iterators); EG 473 Zend/zend_hash.c HashTableIterator *end = iter + EG(ht_iterators_used); EG 109 Zend/zend_ini.c EG(ini_directives) = registered_zend_ini_directives; EG 110 Zend/zend_ini.c EG(modified_ini_directives) = NULL; EG 111 Zend/zend_ini.c EG(error_reporting_ini_entry) = NULL; EG 119 Zend/zend_ini.c zend_ini_dtor(EG(ini_directives)); EG 141 Zend/zend_ini.c if (EG(modified_ini_directives)) { EG 142 Zend/zend_ini.c zend_hash_apply(EG(modified_ini_directives), zend_restore_ini_entry_wrapper); EG 143 Zend/zend_ini.c zend_hash_destroy(EG(modified_ini_directives)); EG 144 Zend/zend_ini.c FREE_HASHTABLE(EG(modified_ini_directives)); EG 145 Zend/zend_ini.c EG(modified_ini_directives) = NULL; EG 173 Zend/zend_ini.c EG(modified_ini_directives) = NULL; EG 174 Zend/zend_ini.c EG(error_reporting_ini_entry) = NULL; EG 175 Zend/zend_ini.c EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); EG 176 Zend/zend_ini.c zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, free_ini_entry, 1, 0); EG 177 Zend/zend_ini.c zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, copy_ini_entry); EG 205 Zend/zend_ini.c zend_hash_sort(EG(ini_directives), ini_key_compare, 0); EG 227 Zend/zend_ini.c if (directives != EG(ini_directives)) { EG 228 Zend/zend_ini.c directives = EG(ini_directives); EG 294 Zend/zend_ini.c zend_hash_apply_with_argument(EG(ini_directives), zend_ini_refresh_cache, (void *)(zend_intptr_t) stage); EG 337 Zend/zend_ini.c if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) { EG 354 Zend/zend_ini.c if (!EG(modified_ini_directives)) { EG 355 Zend/zend_ini.c ALLOC_HASHTABLE(EG(modified_ini_directives)); EG 356 Zend/zend_ini.c zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); EG 362 Zend/zend_ini.c zend_hash_add_ptr(EG(modified_ini_directives), name, ini_entry); EG 386 Zend/zend_ini.c if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL || EG 391 Zend/zend_ini.c if (EG(modified_ini_directives)) { EG 393 Zend/zend_ini.c zend_hash_del(EG(modified_ini_directives), name); EG 425 Zend/zend_ini.c ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length); EG 442 Zend/zend_ini.c ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length); EG 459 Zend/zend_ini.c ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length); EG 63 Zend/zend_interfaces.c fci.function_table = !object ? EG(function_table) : NULL; EG 76 Zend/zend_interfaces.c function_table = EG(function_table); EG 93 Zend/zend_interfaces.c zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); EG 112 Zend/zend_interfaces.c if (!EG(exception)) { EG 218 Zend/zend_interfaces.c if (!EG(exception)) { EG 292 Zend/zend_interfaces.c if (!EG(exception)) { EG 422 Zend/zend_interfaces.c if (Z_TYPE(retval) == IS_UNDEF || EG(exception)) { EG 442 Zend/zend_interfaces.c if (result == FAILURE && !EG(exception)) { EG 464 Zend/zend_interfaces.c if (EG(exception)) { EG 655 Zend/zend_language_scanner.c zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); EG 39 Zend/zend_list.c index = zend_hash_next_free_element(&EG(regular_list)); EG 44 Zend/zend_list.c return zend_hash_index_add_new(&EG(regular_list), index, &zv); EG 50 Zend/zend_list.c return zend_hash_index_del(&EG(regular_list), res->handle); EG 59 Zend/zend_list.c return zend_hash_index_del(&EG(regular_list), res->handle); EG 213 Zend/zend_list.c zend_hash_init(&EG(regular_list), 8, NULL, list_entry_destructor, 0); EG 220 Zend/zend_list.c zend_hash_init_ex(&EG(persistent_list), 8, NULL, plist_entry_destructor, 1, 0); EG 263 Zend/zend_list.c zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource_id)); EG 277 Zend/zend_object_handlers.c return (ce == EG(scope) || property_info->ce == EG(scope)); EG 279 Zend/zend_object_handlers.c return zend_check_protected(property_info->ce, EG(scope)); EG 350 Zend/zend_object_handlers.c if (EG(scope) != ce EG 351 Zend/zend_object_handlers.c && EG(scope) EG 352 Zend/zend_object_handlers.c && is_derived_class(ce, EG(scope)) EG 353 Zend/zend_object_handlers.c && (zv = zend_hash_find(&EG(scope)->properties_info, member)) != NULL EG 427 Zend/zend_object_handlers.c if (EG(scope) != ce EG 428 Zend/zend_object_handlers.c && EG(scope) EG 429 Zend/zend_object_handlers.c && is_derived_class(ce, EG(scope)) EG 430 Zend/zend_object_handlers.c && (zv = zend_hash_find(&EG(scope)->properties_info, member)) != NULL EG 550 Zend/zend_object_handlers.c } else if (UNEXPECTED(EG(exception))) { EG 551 Zend/zend_object_handlers.c retval = &EG(uninitialized_zval); EG 577 Zend/zend_object_handlers.c retval = &EG(uninitialized_zval); EG 585 Zend/zend_object_handlers.c retval = &EG(uninitialized_zval); EG 589 Zend/zend_object_handlers.c retval = &EG(uninitialized_zval); EG 598 Zend/zend_object_handlers.c retval = &EG(uninitialized_zval); EG 646 Zend/zend_object_handlers.c } else if (UNEXPECTED(EG(exception))) { EG 725 Zend/zend_object_handlers.c if (UNEXPECTED(!EG(exception))) { EG 770 Zend/zend_object_handlers.c if (check_empty && result && EXPECTED(!EG(exception))) { EG 846 Zend/zend_object_handlers.c retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); EG 903 Zend/zend_object_handlers.c } else if (UNEXPECTED(EG(exception))) { EG 971 Zend/zend_object_handlers.c if (fbc->common.scope == ce && EG(scope) == ce) { EG 980 Zend/zend_object_handlers.c if (ce == EG(scope)) { EG 984 Zend/zend_object_handlers.c && fbc->common.scope == EG(scope)) { EG 1038 Zend/zend_object_handlers.c if (EXPECTED(EG(trampoline).common.function_name == NULL)) { EG 1039 Zend/zend_object_handlers.c func = &EG(trampoline).op_array; EG 1053 Zend/zend_object_handlers.c func->opcodes = &EG(call_trampoline_op); EG 1125 Zend/zend_object_handlers.c zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 1133 Zend/zend_object_handlers.c if (EG(scope) && EG 1134 Zend/zend_object_handlers.c is_derived_class(fbc->common.scope, EG(scope)) && EG 1136 Zend/zend_object_handlers.c if ((func = zend_hash_find(&EG(scope)->function_table, lc_method_name)) != NULL) { EG 1139 Zend/zend_object_handlers.c && priv_fbc->common.scope == EG(scope)) { EG 1148 Zend/zend_object_handlers.c if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { EG 1152 Zend/zend_object_handlers.c zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 1205 Zend/zend_object_handlers.c (object = zend_get_this_object(EG(current_execute_data))) != NULL && EG 1238 Zend/zend_object_handlers.c updated_fbc = zend_check_private_int(fbc, EG(scope), lc_function_name); EG 1245 Zend/zend_object_handlers.c zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 1252 Zend/zend_object_handlers.c if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) { EG 1256 Zend/zend_object_handlers.c zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 1327 Zend/zend_object_handlers.c if (UNEXPECTED(constructor->common.scope != EG(scope))) { EG 1328 Zend/zend_object_handlers.c if (EG(scope)) { EG 1329 Zend/zend_object_handlers.c zend_throw_error(NULL, "Call to private %s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name)); EG 1341 Zend/zend_object_handlers.c if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), EG(scope)))) { EG 1342 Zend/zend_object_handlers.c if (EG(scope)) { EG 1343 Zend/zend_object_handlers.c zend_throw_error(NULL, "Call to protected %s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name)); EG 1465 Zend/zend_object_handlers.c } else if (UNEXPECTED(EG(exception))) { EG 1486 Zend/zend_object_handlers.c if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { EG 1529 Zend/zend_object_handlers.c (zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(exception))) { EG 1530 Zend/zend_object_handlers.c if (UNEXPECTED(EG(exception) != NULL)) { EG 1533 Zend/zend_object_handlers.c ZVAL_OBJ(&ex, EG(exception)); EG 1534 Zend/zend_object_handlers.c EG(exception) = NULL; EG 184 Zend/zend_object_handlers.h if ((func) == &EG(trampoline)) { \ EG 185 Zend/zend_object_handlers.h EG(trampoline).common.function_name = NULL; \ EG 94 Zend/zend_objects.c if (object->ce != EG(scope)) { EG 97 Zend/zend_objects.c if (EG(current_execute_data)) { EG 101 Zend/zend_objects.c EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 106 Zend/zend_objects.c EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 113 Zend/zend_objects.c if (!zend_check_protected(zend_get_function_root_class(destructor), EG(scope))) { EG 116 Zend/zend_objects.c if (EG(current_execute_data)) { EG 120 Zend/zend_objects.c EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 125 Zend/zend_objects.c EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 140 Zend/zend_objects.c if (EG(exception)) { EG 141 Zend/zend_objects.c if (EG(exception) == object) { EG 144 Zend/zend_objects.c old_exception = EG(exception); EG 145 Zend/zend_objects.c EG(exception) = NULL; EG 150 Zend/zend_objects.c if (EG(exception)) { EG 151 Zend/zend_objects.c zend_exception_set_previous(EG(exception), old_exception); EG 153 Zend/zend_objects.c EG(exception) = old_exception; EG 118 Zend/zend_objects_API.c if (EG(objects_store).free_list_head != -1) { EG 119 Zend/zend_objects_API.c handle = EG(objects_store).free_list_head; EG 120 Zend/zend_objects_API.c EG(objects_store).free_list_head = GET_OBJ_BUCKET_NUMBER(EG(objects_store).object_buckets[handle]); EG 122 Zend/zend_objects_API.c if (EG(objects_store).top == EG(objects_store).size) { EG 123 Zend/zend_objects_API.c EG(objects_store).size <<= 1; EG 124 Zend/zend_objects_API.c EG(objects_store).object_buckets = (zend_object **) erealloc(EG(objects_store).object_buckets, EG(objects_store).size * sizeof(zend_object*)); EG 126 Zend/zend_objects_API.c handle = EG(objects_store).top++; EG 129 Zend/zend_objects_API.c EG(objects_store).object_buckets[handle] = object; EG 133 Zend/zend_objects_API.c SET_OBJ_BUCKET_NUMBER(EG(objects_store).object_buckets[handle], EG(objects_store).free_list_head); \ EG 134 Zend/zend_objects_API.c EG(objects_store).free_list_head = handle; EG 153 Zend/zend_objects_API.c if (EG(objects_store).object_buckets && EG 154 Zend/zend_objects_API.c IS_OBJ_VALID(EG(objects_store).object_buckets[object->handle])) { EG 176 Zend/zend_objects_API.c EG(objects_store).object_buckets[handle] = SET_OBJ_INVALID(object); EG 214 Zend/zend_objects_API.c EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zobject)] = object; EG 499 Zend/zend_operators.c str = zend_strpprintf(0, "%.*H", (int) EG(precision), dval); EG 541 Zend/zend_operators.c str = zend_strpprintf(0, "%.*G", (int) EG(precision), dval); EG 831 Zend/zend_operators.c return zend_strpprintf(0, "%.*G", (int) EG(precision), Z_DVAL_P(op)); EG 851 Zend/zend_operators.c zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", ZSTR_VAL(Z_OBJCE_P(op)->name)); EG 1194 Zend/zend_operators.c if (EG(current_execute_data) && !CG(in_compilation)) { EG 1547 Zend/zend_operators.c if (EG(current_execute_data) && !CG(in_compilation)) { EG 1578 Zend/zend_operators.c if (EG(current_execute_data) && !CG(in_compilation)) { EG 2735 Zend/zend_operators.c str = zend_strpprintf(0, "%.*G", (int) EG(precision), (double)Z_DVAL_P(op)); EG 816 Zend/zend_vm_def.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 855 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 1295 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 1341 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 1385 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 1424 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 1539 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception))) { EG 1561 Zend/zend_vm_def.h retval = &EG(uninitialized_zval); EG 1565 Zend/zend_vm_def.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 1568 Zend/zend_vm_def.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 1582 Zend/zend_vm_def.h retval = &EG(uninitialized_zval); EG 2174 Zend/zend_vm_def.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 2177 Zend/zend_vm_def.h variable_ptr = &EG(error_zval); EG 2186 Zend/zend_vm_def.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 2235 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 2267 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 2307 Zend/zend_vm_def.h (value_ptr == &EG(uninitialized_zval) || EG 2314 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2327 Zend/zend_vm_def.h if ((OP1_TYPE == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) || EG 2328 Zend/zend_vm_def.h (OP2_TYPE == IS_VAR && UNEXPECTED(value_ptr == &EG(error_zval)))) { EG 2329 Zend/zend_vm_def.h variable_ptr = &EG(uninitialized_zval); EG 2358 Zend/zend_vm_def.h execute_data = EG(current_execute_data) = EX(prev_execute_data); EG 2365 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL) && (EX(opline)->op1.num & ZEND_CALL_CTOR)) { EG 2368 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL) && (call_info & ZEND_CALL_CTOR)) { EG 2379 Zend/zend_vm_def.h EG(scope) = EX(func)->op_array.scope; EG 2383 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2400 Zend/zend_vm_def.h execute_data = EG(current_execute_data) = EX(prev_execute_data); EG 2404 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2418 Zend/zend_vm_def.h EG(current_execute_data) = EX(prev_execute_data); EG 2436 Zend/zend_vm_def.h EG(current_execute_data) = EX(prev_execute_data); EG 2480 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2514 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2551 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2594 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2634 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2825 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception))) { EG 2880 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2918 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2948 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2978 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 3030 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3064 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3081 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 3123 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3164 Zend/zend_vm_def.h func = zend_hash_find(EG(function_table), Z_STR_P(function_name)); EG 3225 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 3242 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3261 Zend/zend_vm_def.h if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { EG 3328 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 3339 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3357 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 3378 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3432 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3464 Zend/zend_vm_def.h func = zend_hash_find(EG(function_table), Z_STR_P(func_name)); EG 3467 Zend/zend_vm_def.h func = zend_hash_find(EG(function_table), Z_STR_P(func_name)); EG 3497 Zend/zend_vm_def.h func = zend_hash_find(EG(function_table), Z_STR_P(fname)); EG 3527 Zend/zend_vm_def.h EG(current_execute_data) = call; EG 3537 Zend/zend_vm_def.h EG(exception) || !call->func || EG 3542 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 3550 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3572 Zend/zend_vm_def.h EG(scope) = NULL; EG 3598 Zend/zend_vm_def.h EG(scope) = NULL; EG 3623 Zend/zend_vm_def.h EG(scope) = EX(func)->op_array.scope; EG 3632 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3638 Zend/zend_vm_def.h EG(current_execute_data) = call; EG 3647 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 3665 Zend/zend_vm_def.h EG(exception) || !call->func || EG 3670 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 3679 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3710 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3719 Zend/zend_vm_def.h EG(scope) = fbc->common.scope; EG 3755 Zend/zend_vm_def.h EG(scope) = fbc->common.scope; EG 3759 Zend/zend_vm_def.h EG(current_execute_data) = call; EG 3768 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 3796 Zend/zend_vm_def.h EG(exception) || !call->func || EG 3801 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 3828 Zend/zend_vm_def.h EG(scope) = fbc->common.scope; EG 3833 Zend/zend_vm_def.h EG(current_execute_data) = call; EG 3835 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 3855 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL) && (opline->op1.num & ZEND_CALL_CTOR)) { EG 3858 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL) && (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR)) { EG 3869 Zend/zend_vm_def.h EG(scope) = EX(func)->op_array.scope; EG 3873 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3930 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4029 Zend/zend_vm_def.h if (retval_ptr == &EG(uninitialized_zval) || EG 4118 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4148 Zend/zend_vm_def.h if (EG(exception) == NULL) { EG 4158 Zend/zend_vm_def.h ce = EG(exception)->ce; EG 4177 Zend/zend_vm_def.h exception = EG(exception); EG 4179 Zend/zend_vm_def.h ZVAL_OBJ(EX_VAR(opline->op2.var), EG(exception)); EG 4180 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != exception)) { EG 4181 Zend/zend_vm_def.h GC_REFCOUNT(EG(exception))++; EG 4184 Zend/zend_vm_def.h EG(exception) = NULL; EG 4330 Zend/zend_vm_def.h if (OP1_TYPE == IS_VAR && UNEXPECTED(varptr == &EG(error_zval))) { EG 4331 Zend/zend_vm_def.h ZVAL_NEW_REF(arg, &EG(uninitialized_zval)); EG 4470 Zend/zend_vm_def.h if (!EG(exception)) { EG 4480 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4488 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4493 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4500 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4536 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 4993 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5020 Zend/zend_vm_def.h if (UNEXPECTED(ce != EG(scope))) { EG 5021 Zend/zend_vm_def.h zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 5028 Zend/zend_vm_def.h if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { EG 5029 Zend/zend_vm_def.h zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 5036 Zend/zend_vm_def.h if (EXPECTED(EG(exception) == NULL)) { EG 5038 Zend/zend_vm_def.h if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) { EG 5105 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 5123 Zend/zend_vm_def.h EG(scope) = ce; EG 5125 Zend/zend_vm_def.h EG(scope) = EX(func)->op_array.scope; EG 5126 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5421 Zend/zend_vm_def.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); EG 5434 Zend/zend_vm_def.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { EG 5469 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5479 Zend/zend_vm_def.h new_op_array->scope = EG(scope); EG 5502 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5568 Zend/zend_vm_def.h if (EXPECTED(!EG(exception))) { EG 5634 Zend/zend_vm_def.h if (ht == &EG(symbol_table)) { EG 5796 Zend/zend_vm_def.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 5798 Zend/zend_vm_def.h if (!EG(exception)) { EG 5808 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5817 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5941 Zend/zend_vm_def.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 5947 Zend/zend_vm_def.h if (!EG(exception)) { EG 5957 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5970 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6119 Zend/zend_vm_def.h EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; EG 6125 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6131 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6139 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6150 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6162 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception))) { EG 6245 Zend/zend_vm_def.h EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; EG 6311 Zend/zend_vm_def.h EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; EG 6317 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6323 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6331 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6342 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6354 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception))) { EG 6403 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception))) { EG 6681 Zend/zend_vm_def.h EG(exit_status) = Z_LVAL_P(ptr); EG 6686 Zend/zend_vm_def.h EG(exit_status) = Z_LVAL_P(ptr); EG 6703 Zend/zend_vm_def.h ZVAL_LONG(EX_VAR(opline->result.var), EG(error_reporting)); EG 6705 Zend/zend_vm_def.h if (EG(error_reporting)) { EG 6707 Zend/zend_vm_def.h EG(error_reporting) = 0; EG 6708 Zend/zend_vm_def.h if (!EG(error_reporting_ini_entry)) { EG 6709 Zend/zend_vm_def.h zend_ini_entry *p = zend_hash_str_find_ptr(EG(ini_directives), "error_reporting", sizeof("error_reporting")-1); EG 6711 Zend/zend_vm_def.h EG(error_reporting_ini_entry) = p; EG 6716 Zend/zend_vm_def.h if (!EG(error_reporting_ini_entry)->modified) { EG 6717 Zend/zend_vm_def.h if (!EG(modified_ini_directives)) { EG 6718 Zend/zend_vm_def.h ALLOC_HASHTABLE(EG(modified_ini_directives)); EG 6719 Zend/zend_vm_def.h zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); EG 6721 Zend/zend_vm_def.h if (EXPECTED(zend_hash_str_add_ptr(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting")-1, EG(error_reporting_ini_entry)) != NULL)) { EG 6722 Zend/zend_vm_def.h EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; EG 6723 Zend/zend_vm_def.h EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; EG 6724 Zend/zend_vm_def.h EG(error_reporting_ini_entry)->modified = 1; EG 6736 Zend/zend_vm_def.h if (!EG(error_reporting) && Z_LVAL_P(EX_VAR(opline->op1.var)) != 0) { EG 6737 Zend/zend_vm_def.h EG(error_reporting) = Z_LVAL_P(EX_VAR(opline->op1.var)); EG 6859 Zend/zend_vm_def.h if (!EG(no_extensions)) { EG 6871 Zend/zend_vm_def.h if (!EG(no_extensions)) { EG 6883 Zend/zend_vm_def.h if (!EG(no_extensions)) { EG 6896 Zend/zend_vm_def.h Z_CE_P(EX_VAR(opline->result.var)) = do_bind_class(&EX(func)->op_array, opline, EG(class_table), 0); EG 6905 Zend/zend_vm_def.h Z_CE_P(EX_VAR(opline->result.var)) = do_bind_inherited_class(&EX(func)->op_array, opline, EG(class_table), Z_CE_P(EX_VAR(opline->extended_value)), 0); EG 6915 Zend/zend_vm_def.h if ((zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2)))) == NULL || EG 6916 Zend/zend_vm_def.h ((orig_zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op1)))) != NULL && EG 6918 Zend/zend_vm_def.h do_bind_inherited_class(&EX(func)->op_array, opline, EG(class_table), Z_CE_P(EX_VAR(opline->extended_value)), 0); EG 6929 Zend/zend_vm_def.h ce = zend_hash_find_ptr(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2))); EG 6950 Zend/zend_vm_def.h ce = zend_hash_find_ptr(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2))); EG 6968 Zend/zend_vm_def.h do_bind_function(&EX(func)->op_array, opline, EG(function_table), 0); EG 6976 Zend/zend_vm_def.h if ((uint32_t)++EG(ticks_count) >= opline->extended_value) { EG 6977 Zend/zend_vm_def.h EG(ticks_count) = 0; EG 7107 Zend/zend_vm_def.h uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes; EG 7115 Zend/zend_vm_def.h const zend_op *exc_opline = EG(opline_before_exception); EG 7153 Zend/zend_vm_def.h zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call)); EG 7155 Zend/zend_vm_def.h Z_OBJ_P(fast_call) = EG(exception); EG 7156 Zend/zend_vm_def.h EG(exception) = NULL; EG 7167 Zend/zend_vm_def.h zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call)); EG 7268 Zend/zend_vm_def.h zfunc = zend_hash_find(EG(function_table), Z_STR_P(EX_CONSTANT(opline->op1))); EG 7274 Zend/zend_vm_def.h EG(scope), EX(called_scope), NULL); EG 7277 Zend/zend_vm_def.h EG(scope), EX(called_scope), Z_OBJ(EX(This)) ? &EX(This) : NULL); EG 7351 Zend/zend_vm_def.h (value_ptr == &EG(uninitialized_zval) || EG 7492 Zend/zend_vm_def.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 7493 Zend/zend_vm_def.h if (!EG(exception)) { EG 7502 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 7588 Zend/zend_vm_def.h EG(exception) = Z_OBJ_P(fast_call); EG 7623 Zend/zend_vm_def.h if (EXPECTED(idx < EG(symbol_table).nNumUsed)) { EG 7624 Zend/zend_vm_def.h Bucket *p = EG(symbol_table).arData + idx; EG 7633 Zend/zend_vm_def.h value = &EG(symbol_table).arData[idx].val; EG 7638 Zend/zend_vm_def.h value = zend_hash_find(&EG(symbol_table), Z_STR_P(varname)); EG 7640 Zend/zend_vm_def.h value = zend_hash_add_new(&EG(symbol_table), Z_STR_P(varname), &EG(uninitialized_zval)); EG 7641 Zend/zend_vm_def.h idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket); EG 7645 Zend/zend_vm_def.h idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket); EG 7684 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception))) { EG 7802 Zend/zend_vm_def.h if (EG(assertions) <= 0) { EG 7823 Zend/zend_vm_def.h if (UNEXPECTED(EG(scope) == NULL)) { EG 7832 Zend/zend_vm_def.h ZVAL_STR_COPY(EX_VAR(opline->result.var), EG(scope)->name); EG 7835 Zend/zend_vm_def.h if (UNEXPECTED(EG(scope)->parent == NULL)) { EG 7840 Zend/zend_vm_def.h ZVAL_STR_COPY(EX_VAR(opline->result.var), EG(scope)->parent->name); EG 7877 Zend/zend_vm_def.h execute_data = EG(current_execute_data) = EX(prev_execute_data); EG 7879 Zend/zend_vm_def.h ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)call)); EG 7908 Zend/zend_vm_def.h EG(current_execute_data) = call; EG 7915 Zend/zend_vm_def.h EG(current_execute_data) = call; EG 7919 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 7946 Zend/zend_vm_def.h EG(exception) || !call->func || EG 7951 Zend/zend_vm_def.h EG(current_execute_data) = call->prev_execute_data; EG 7961 Zend/zend_vm_def.h execute_data = EG(current_execute_data); EG 7973 Zend/zend_vm_def.h EG(scope) = EX(func)->op_array.scope; EG 7976 Zend/zend_vm_def.h if (UNEXPECTED(EG(exception) != NULL)) { EG 380 Zend/zend_vm_execute.h # define ZEND_VM_ENTER() execute_data = EG(current_execute_data); LOAD_OPLINE(); ZEND_VM_CONTINUE() EG 383 Zend/zend_vm_execute.h # define ZEND_VM_ENTER() opline = EG(current_execute_data)->opline; return 1 EG 427 Zend/zend_vm_execute.h execute_data = EG(current_execute_data); EG 445 Zend/zend_vm_execute.h if (EG(exception) != NULL) { EG 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))); EG 451 Zend/zend_vm_execute.h if (EG(current_execute_data)) { EG 454 Zend/zend_vm_execute.h execute_data->symbol_table = &EG(symbol_table); EG 456 Zend/zend_vm_execute.h EX(prev_execute_data) = EG(current_execute_data); EG 476 Zend/zend_vm_execute.h execute_data = EG(current_execute_data) = EX(prev_execute_data); EG 483 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL) && (EX(opline)->op1.num & ZEND_CALL_CTOR)) { EG 486 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL) && (call_info & ZEND_CALL_CTOR)) { EG 497 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 501 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 518 Zend/zend_vm_execute.h execute_data = EG(current_execute_data) = EX(prev_execute_data); EG 522 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 536 Zend/zend_vm_execute.h EG(current_execute_data) = EX(prev_execute_data); EG 554 Zend/zend_vm_execute.h EG(current_execute_data) = EX(prev_execute_data); EG 580 Zend/zend_vm_execute.h EG(current_execute_data) = call; EG 590 Zend/zend_vm_execute.h EG(exception) || !call->func || EG 595 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 603 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 625 Zend/zend_vm_execute.h EG(scope) = NULL; EG 651 Zend/zend_vm_execute.h EG(scope) = NULL; EG 676 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 685 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 691 Zend/zend_vm_execute.h EG(current_execute_data) = call; EG 700 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 718 Zend/zend_vm_execute.h EG(exception) || !call->func || EG 723 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 732 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 763 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 772 Zend/zend_vm_execute.h EG(scope) = fbc->common.scope; EG 808 Zend/zend_vm_execute.h EG(scope) = fbc->common.scope; EG 812 Zend/zend_vm_execute.h EG(current_execute_data) = call; EG 821 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 849 Zend/zend_vm_execute.h EG(exception) || !call->func || EG 854 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 881 Zend/zend_vm_execute.h EG(scope) = fbc->common.scope; EG 886 Zend/zend_vm_execute.h EG(current_execute_data) = call; EG 888 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 908 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL) && (opline->op1.num & ZEND_CALL_CTOR)) { EG 911 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL) && (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR)) { EG 922 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 926 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1011 Zend/zend_vm_execute.h if (!EG(exception)) { EG 1021 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1029 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1034 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1041 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1077 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1265 Zend/zend_vm_execute.h ZVAL_LONG(EX_VAR(opline->result.var), EG(error_reporting)); EG 1267 Zend/zend_vm_execute.h if (EG(error_reporting)) { EG 1269 Zend/zend_vm_execute.h EG(error_reporting) = 0; EG 1270 Zend/zend_vm_execute.h if (!EG(error_reporting_ini_entry)) { EG 1271 Zend/zend_vm_execute.h zend_ini_entry *p = zend_hash_str_find_ptr(EG(ini_directives), "error_reporting", sizeof("error_reporting")-1); EG 1273 Zend/zend_vm_execute.h EG(error_reporting_ini_entry) = p; EG 1278 Zend/zend_vm_execute.h if (!EG(error_reporting_ini_entry)->modified) { EG 1279 Zend/zend_vm_execute.h if (!EG(modified_ini_directives)) { EG 1280 Zend/zend_vm_execute.h ALLOC_HASHTABLE(EG(modified_ini_directives)); EG 1281 Zend/zend_vm_execute.h zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0); EG 1283 Zend/zend_vm_execute.h if (EXPECTED(zend_hash_str_add_ptr(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting")-1, EG(error_reporting_ini_entry)) != NULL)) { EG 1284 Zend/zend_vm_execute.h EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value; EG 1285 Zend/zend_vm_execute.h EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable; EG 1286 Zend/zend_vm_execute.h EG(error_reporting_ini_entry)->modified = 1; EG 1298 Zend/zend_vm_execute.h if (!EG(no_extensions)) { EG 1310 Zend/zend_vm_execute.h if (!EG(no_extensions)) { EG 1322 Zend/zend_vm_execute.h if (!EG(no_extensions)) { EG 1335 Zend/zend_vm_execute.h Z_CE_P(EX_VAR(opline->result.var)) = do_bind_class(&EX(func)->op_array, opline, EG(class_table), 0); EG 1344 Zend/zend_vm_execute.h Z_CE_P(EX_VAR(opline->result.var)) = do_bind_inherited_class(&EX(func)->op_array, opline, EG(class_table), Z_CE_P(EX_VAR(opline->extended_value)), 0); EG 1354 Zend/zend_vm_execute.h if ((zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2)))) == NULL || EG 1355 Zend/zend_vm_execute.h ((orig_zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op1)))) != NULL && EG 1357 Zend/zend_vm_execute.h do_bind_inherited_class(&EX(func)->op_array, opline, EG(class_table), Z_CE_P(EX_VAR(opline->extended_value)), 0); EG 1368 Zend/zend_vm_execute.h ce = zend_hash_find_ptr(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2))); EG 1389 Zend/zend_vm_execute.h ce = zend_hash_find_ptr(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2))); EG 1407 Zend/zend_vm_execute.h do_bind_function(&EX(func)->op_array, opline, EG(function_table), 0); EG 1415 Zend/zend_vm_execute.h if ((uint32_t)++EG(ticks_count) >= opline->extended_value) { EG 1416 Zend/zend_vm_execute.h EG(ticks_count) = 0; EG 1478 Zend/zend_vm_execute.h uint32_t op_num = EG(opline_before_exception) - EX(func)->op_array.opcodes; EG 1486 Zend/zend_vm_execute.h const zend_op *exc_opline = EG(opline_before_exception); EG 1524 Zend/zend_vm_execute.h zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call)); EG 1526 Zend/zend_vm_execute.h Z_OBJ_P(fast_call) = EG(exception); EG 1527 Zend/zend_vm_execute.h EG(exception) = NULL; EG 1538 Zend/zend_vm_execute.h zend_exception_set_previous(EG(exception), Z_OBJ_P(fast_call)); EG 1648 Zend/zend_vm_execute.h EG(exception) = Z_OBJ_P(fast_call); EG 1672 Zend/zend_vm_execute.h if (EG(assertions) <= 0) { EG 1693 Zend/zend_vm_execute.h if (UNEXPECTED(EG(scope) == NULL)) { EG 1702 Zend/zend_vm_execute.h ZVAL_STR_COPY(EX_VAR(opline->result.var), EG(scope)->name); EG 1705 Zend/zend_vm_execute.h if (UNEXPECTED(EG(scope)->parent == NULL)) { EG 1710 Zend/zend_vm_execute.h ZVAL_STR_COPY(EX_VAR(opline->result.var), EG(scope)->parent->name); EG 1747 Zend/zend_vm_execute.h execute_data = EG(current_execute_data) = EX(prev_execute_data); EG 1749 Zend/zend_vm_execute.h ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)call)); EG 1778 Zend/zend_vm_execute.h EG(current_execute_data) = call; EG 1785 Zend/zend_vm_execute.h EG(current_execute_data) = call; EG 1789 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 1816 Zend/zend_vm_execute.h EG(exception) || !call->func || EG 1821 Zend/zend_vm_execute.h EG(current_execute_data) = call->prev_execute_data; EG 1831 Zend/zend_vm_execute.h execute_data = EG(current_execute_data); EG 1843 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 1846 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1889 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 1910 Zend/zend_vm_execute.h func = zend_hash_find(EG(function_table), Z_STR_P(function_name)); EG 1971 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 1988 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2007 Zend/zend_vm_execute.h if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { EG 2074 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2085 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2103 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2124 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2151 Zend/zend_vm_execute.h func = zend_hash_find(EG(function_table), Z_STR_P(func_name)); EG 2154 Zend/zend_vm_execute.h func = zend_hash_find(EG(function_table), Z_STR_P(func_name)); EG 2184 Zend/zend_vm_execute.h func = zend_hash_find(EG(function_table), Z_STR_P(fname)); EG 2297 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2339 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2394 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2411 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2430 Zend/zend_vm_execute.h if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { EG 2497 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2508 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2526 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2547 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2594 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2650 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2667 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2686 Zend/zend_vm_execute.h if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) { EG 2753 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2764 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2782 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 2803 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2914 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2948 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 2985 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3028 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3068 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3161 Zend/zend_vm_execute.h if (retval_ptr == &EG(uninitialized_zval) || EG 3249 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3423 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3450 Zend/zend_vm_execute.h if (UNEXPECTED(ce != EG(scope))) { EG 3451 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 3458 Zend/zend_vm_execute.h if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { EG 3459 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 3466 Zend/zend_vm_execute.h if (EXPECTED(EG(exception) == NULL)) { EG 3468 Zend/zend_vm_execute.h if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) { EG 3612 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); EG 3625 Zend/zend_vm_execute.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { EG 3660 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3670 Zend/zend_vm_execute.h new_op_array->scope = EG(scope); EG 3693 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3761 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 3763 Zend/zend_vm_execute.h if (!EG(exception)) { EG 3773 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3782 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3903 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 3909 Zend/zend_vm_execute.h if (!EG(exception)) { EG 3919 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3932 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 3981 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 3986 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 4157 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 4158 Zend/zend_vm_execute.h if (!EG(exception)) { EG 4167 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5002 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 5023 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 5027 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 5030 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 5044 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 5514 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5544 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5574 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 5624 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5658 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5675 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 5717 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5786 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 5939 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 5957 Zend/zend_vm_execute.h EG(scope) = ce; EG 5959 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 5960 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 6171 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 6215 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 6567 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 6744 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 6936 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 6957 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 6961 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 6964 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 6978 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 7109 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 7153 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 7286 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 7442 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 7463 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 7467 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 7470 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 7484 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 7620 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 7654 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 7671 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 7713 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 7789 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 7985 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 8029 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 8118 Zend/zend_vm_execute.h zfunc = zend_hash_find(EG(function_table), Z_STR_P(EX_CONSTANT(opline->op1))); EG 8124 Zend/zend_vm_execute.h EG(scope), EX(called_scope), NULL); EG 8127 Zend/zend_vm_execute.h EG(scope), EX(called_scope), Z_OBJ(EX(This)) ? &EX(This) : NULL); EG 8184 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 9260 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 9290 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 9320 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 9370 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 9404 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 9421 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 9463 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 9532 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 9561 Zend/zend_vm_execute.h if (EG(exception) == NULL) { EG 9571 Zend/zend_vm_execute.h ce = EG(exception)->ce; EG 9590 Zend/zend_vm_execute.h exception = EG(exception); EG 9592 Zend/zend_vm_execute.h ZVAL_OBJ(EX_VAR(opline->op2.var), EG(exception)); EG 9593 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != exception)) { EG 9594 Zend/zend_vm_execute.h GC_REFCOUNT(EG(exception))++; EG 9597 Zend/zend_vm_execute.h EG(exception) = NULL; EG 10040 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 11082 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 11112 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 11142 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 11193 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 11227 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 11244 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 11286 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 11355 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 11851 Zend/zend_vm_execute.h if (retval_ptr == &EG(uninitialized_zval) || EG 11939 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 12165 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 12167 Zend/zend_vm_execute.h if (!EG(exception)) { EG 12177 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 12186 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 12308 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 12314 Zend/zend_vm_execute.h if (!EG(exception)) { EG 12324 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 12337 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 12379 Zend/zend_vm_execute.h if (!EG(error_reporting) && Z_LVAL_P(EX_VAR(opline->op1.var)) != 0) { EG 12380 Zend/zend_vm_execute.h EG(error_reporting) = Z_LVAL_P(EX_VAR(opline->op1.var)); EG 12546 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 12547 Zend/zend_vm_execute.h if (!EG(exception)) { EG 12556 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 12879 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 13084 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 13261 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 13438 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 13615 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 13808 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 14152 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 14357 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 14666 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 14842 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 14888 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 14932 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 14971 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 15077 Zend/zend_vm_execute.h if (retval_ptr == &EG(uninitialized_zval) || EG 15166 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15280 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(varptr == &EG(error_zval))) { EG 15281 Zend/zend_vm_execute.h ZVAL_NEW_REF(arg, &EG(uninitialized_zval)); EG 15614 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 15616 Zend/zend_vm_execute.h if (!EG(exception)) { EG 15626 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15635 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15759 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 15765 Zend/zend_vm_execute.h if (!EG(exception)) { EG 15775 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15788 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15937 Zend/zend_vm_execute.h EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos; EG 15943 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15949 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15957 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15968 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 15980 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 16063 Zend/zend_vm_execute.h EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; EG 16129 Zend/zend_vm_execute.h EG(ht_iterators)[Z_FE_ITER_P(EX_VAR(opline->op1.var))].pos = pos; EG 16135 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 16141 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 16149 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 16160 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 16172 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 16367 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 16368 Zend/zend_vm_execute.h if (!EG(exception)) { EG 16377 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 16596 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 16634 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 17418 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 17421 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 17430 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 17479 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 17511 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 17545 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 17579 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 17596 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 17638 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 17728 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 17746 Zend/zend_vm_execute.h EG(scope) = ce; EG 17748 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 17749 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 17945 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 18098 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 18236 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 18304 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 18442 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 18482 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 18489 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 18502 Zend/zend_vm_execute.h if ((IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) || EG 18503 Zend/zend_vm_execute.h (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == &EG(error_zval)))) { EG 18504 Zend/zend_vm_execute.h variable_ptr = &EG(uninitialized_zval); EG 18570 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 18710 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 19081 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 19084 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 19093 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 19142 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 19180 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 19214 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 19231 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 19273 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 19349 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 19559 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 19800 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 19838 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 20622 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 20625 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 20634 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 20683 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 20715 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 20755 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 20762 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 20775 Zend/zend_vm_execute.h if ((IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) || EG 20776 Zend/zend_vm_execute.h (IS_CV == IS_VAR && UNEXPECTED(value_ptr == &EG(error_zval)))) { EG 20777 Zend/zend_vm_execute.h variable_ptr = &EG(uninitialized_zval); EG 20808 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 20842 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 20859 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 20901 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 21101 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 21254 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 21459 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 21498 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 22286 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 22289 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 22298 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 22347 Zend/zend_vm_execute.h if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 22385 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 22419 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 22436 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 22478 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 22678 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 22810 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 22837 Zend/zend_vm_execute.h if (UNEXPECTED(ce != EG(scope))) { EG 22838 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 22845 Zend/zend_vm_execute.h if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { EG 22846 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 22853 Zend/zend_vm_execute.h if (EXPECTED(EG(exception) == NULL)) { EG 22855 Zend/zend_vm_execute.h if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) { EG 22874 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 22879 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 23006 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 23790 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 23820 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 23850 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 23942 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 23960 Zend/zend_vm_execute.h EG(scope) = ce; EG 23962 Zend/zend_vm_execute.h EG(scope) = EX(func)->op_array.scope; EG 23963 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 24060 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 24396 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 24537 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 24678 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 24817 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 25123 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 25217 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 25421 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 26205 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 26235 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 26265 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 26368 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 26704 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 26908 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 27697 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 27727 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 27757 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 27861 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 28208 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 28253 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 28296 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 28334 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 28410 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 28444 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 28481 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 28524 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 28564 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 28657 Zend/zend_vm_execute.h if (retval_ptr == &EG(uninitialized_zval) || EG 28745 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 28822 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(varptr == &EG(error_zval))) { EG 28823 Zend/zend_vm_execute.h ZVAL_NEW_REF(arg, &EG(uninitialized_zval)); EG 28994 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29021 Zend/zend_vm_execute.h if (UNEXPECTED(ce != EG(scope))) { EG 29022 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 29029 Zend/zend_vm_execute.h if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { EG 29030 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 29037 Zend/zend_vm_execute.h if (EXPECTED(EG(exception) == NULL)) { EG 29039 Zend/zend_vm_execute.h if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) { EG 29183 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); EG 29196 Zend/zend_vm_execute.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { EG 29231 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29241 Zend/zend_vm_execute.h new_op_array->scope = EG(scope); EG 29264 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29332 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 29334 Zend/zend_vm_execute.h if (!EG(exception)) { EG 29344 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29353 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29474 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 29480 Zend/zend_vm_execute.h if (!EG(exception)) { EG 29490 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29503 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 29552 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 29557 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 29728 Zend/zend_vm_execute.h if (UNEXPECTED(!iter) || UNEXPECTED(EG(exception))) { EG 29729 Zend/zend_vm_execute.h if (!EG(exception)) { EG 29738 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 30601 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 30639 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 31120 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 31141 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 31145 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 31148 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 31162 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 31752 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 31755 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 31764 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 31813 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 31845 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 31955 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 31985 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 32015 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 32306 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 32372 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 32491 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 32851 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 32956 Zend/zend_vm_execute.h if (EXPECTED(idx < EG(symbol_table).nNumUsed)) { EG 32957 Zend/zend_vm_execute.h Bucket *p = EG(symbol_table).arData + idx; EG 32966 Zend/zend_vm_execute.h value = &EG(symbol_table).arData[idx].val; EG 32971 Zend/zend_vm_execute.h value = zend_hash_find(&EG(symbol_table), Z_STR_P(varname)); EG 32973 Zend/zend_vm_execute.h value = zend_hash_add_new(&EG(symbol_table), Z_STR_P(varname), &EG(uninitialized_zval)); EG 32974 Zend/zend_vm_execute.h idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket); EG 32978 Zend/zend_vm_execute.h idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket); EG 33017 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 33079 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 33147 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 33339 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 33360 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 33364 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 33367 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 33381 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 33469 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 33509 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 33516 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 33529 Zend/zend_vm_execute.h if ((IS_CV == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) || EG 33530 Zend/zend_vm_execute.h (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == &EG(error_zval)))) { EG 33531 Zend/zend_vm_execute.h variable_ptr = &EG(uninitialized_zval); EG 33599 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 33643 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 33820 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 33959 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 34286 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 34307 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 34311 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 34314 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 34328 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 34515 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 34518 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 34527 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 34576 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 34642 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 34838 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 34882 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 35015 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 35856 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 35894 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 36778 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 36781 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 36790 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 36839 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 36871 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 36911 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 36918 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 36931 Zend/zend_vm_execute.h if ((IS_CV == IS_VAR && UNEXPECTED(variable_ptr == &EG(error_zval))) || EG 36932 Zend/zend_vm_execute.h (IS_CV == IS_VAR && UNEXPECTED(value_ptr == &EG(error_zval)))) { EG 36933 Zend/zend_vm_execute.h variable_ptr = &EG(uninitialized_zval); EG 37039 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 37069 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 37099 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 37375 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 37711 Zend/zend_vm_execute.h (value_ptr == &EG(uninitialized_zval) || EG 38516 Zend/zend_vm_execute.h if (UNEXPECTED(var_ptr == &EG(error_zval))) { EG 38555 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == &EG(error_zval))) { EG 39444 Zend/zend_vm_execute.h variable_ptr = zend_hash_next_index_insert(Z_ARRVAL_P(object_ptr), &EG(uninitialized_zval)); EG 39447 Zend/zend_vm_execute.h variable_ptr = &EG(error_zval); EG 39456 Zend/zend_vm_execute.h if (UNEXPECTED(variable_ptr == &EG(error_zval))) { EG 39505 Zend/zend_vm_execute.h if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == &EG(error_zval))) { EG 39619 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 39649 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 39679 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 39956 Zend/zend_vm_execute.h if (ht == &EG(symbol_table)) { EG 40340 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40374 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40411 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40454 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40494 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40576 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40603 Zend/zend_vm_execute.h if (UNEXPECTED(ce != EG(scope))) { EG 40604 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 40611 Zend/zend_vm_execute.h if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) { EG 40612 Zend/zend_vm_execute.h zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : ""); EG 40619 Zend/zend_vm_execute.h if (EXPECTED(EG(exception) == NULL)) { EG 40621 Zend/zend_vm_execute.h if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) { EG 40665 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); EG 40678 Zend/zend_vm_execute.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { EG 40713 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40723 Zend/zend_vm_execute.h new_op_array->scope = EG(scope); EG 40746 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 40769 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 40774 Zend/zend_vm_execute.h EG(exit_status) = Z_LVAL_P(ptr); EG 41497 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 41519 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 41523 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 41526 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 41540 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 41854 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 41884 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 41914 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 42076 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 42120 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 42496 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 42518 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 42522 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 42525 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 42539 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 42670 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 42714 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 42907 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 42929 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 42933 Zend/zend_vm_execute.h retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval)); EG 42936 Zend/zend_vm_execute.h retval = zend_hash_add_new(target_symbol_table, name, &EG(uninitialized_zval)); EG 42950 Zend/zend_vm_execute.h retval = &EG(uninitialized_zval); EG 43081 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 43125 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception))) { EG 44002 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 44032 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 44062 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 45148 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 45178 Zend/zend_vm_execute.h if (UNEXPECTED(EG(exception) != NULL)) { EG 45208 Zend/zend_vm_execute.h if (EXPECTED(!EG(exception))) { EG 291 ext/com_dotnet/com_wrapper.c if (SUCCESS == call_user_function_ex(EG(function_table), &disp->object, name, EG 1341 ext/curl/interface.c fci.function_table = EG(function_table); EG 1392 ext/curl/interface.c fci.function_table = EG(function_table); EG 1449 ext/curl/interface.c fci.function_table = EG(function_table); EG 1512 ext/curl/interface.c fci.function_table = EG(function_table); EG 1580 ext/curl/interface.c fci.function_table = EG(function_table); EG 1649 ext/curl/interface.c error = call_user_function(EG(function_table), NULL, func, &retval, 2, argv); EG 480 ext/dba/dba.c zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); EG 612 ext/dba/dba.c numitems = zend_hash_next_free_element(&EG(regular_list)); EG 614 ext/dba/dba.c if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { EG 683 ext/dba/dba.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), key, keylen)) != NULL) { EG 954 ext/dba/dba.c if (zend_hash_str_update(&EG(persistent_list), key, keylen, &new_le) == NULL) { EG 1264 ext/dba/dba.c numitems = zend_hash_next_free_element(&EG(regular_list)); EG 1266 ext/dba/dba.c if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) { EG 1445 ext/dom/document.c old_error_reporting = EG(error_reporting); EG 1446 ext/dom/document.c EG(error_reporting) = old_error_reporting | E_WARNING; EG 1454 ext/dom/document.c EG(error_reporting) = old_error_reporting; EG 348 ext/dom/php_dom.c retval = &EG(uninitialized_zval); EG 174 ext/dom/xpath.c fci.function_table = EG(function_table); EG 318 ext/fileinfo/fileinfo.c if (!EG(exception)) { EG 327 ext/fileinfo/fileinfo.c if (!EG(exception)) { EG 346 ext/fileinfo/fileinfo.c if (!EG(exception)) { EG 359 ext/fileinfo/fileinfo.c if (!EG(exception)) { EG 38 ext/filter/callback_filter.c status = call_user_function_ex(EG(function_table), NULL, option_array, &retval, 1, args, 0, NULL); EG 3423 ext/gd/gd.c zval *zv = zend_hash_index_find(&EG(regular_list), size - 5); EG 1077 ext/imap/php_imap.c if (EG(error_reporting) & E_NOTICE) { EG 1089 ext/imap/php_imap.c if (EG(error_reporting) & E_NOTICE) { EG 235 ext/interbase/ibase_events.c if (SUCCESS != call_user_function(EG(function_table), NULL, EG 933 ext/interbase/interbase.c if ((le = zend_hash_str_find_ptr(&EG(regular_list), hash, sizeof(hash)-1)) != NULL) { EG 950 ext/interbase/interbase.c zend_hash_str_del(&EG(regular_list), hash, sizeof(hash)-1); EG 961 ext/interbase/interbase.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) { EG 971 ext/interbase/interbase.c zend_hash_str_del(&EG(persistent_list), hash, sizeof(hash)-1); EG 1001 ext/interbase/interbase.c if (zend_hash_str_update_mem(&EG(persistent_list), hash, sizeof(hash)-1, EG 1020 ext/interbase/interbase.c if (zend_hash_str_update_mem(&EG(regular_list), hash, sizeof(hash)-1, EG 288 ext/interbase/php_ibase_udf.c if (FAILURE == call_user_function(EG(function_table), NULL, EG 84 ext/intl/collator/collator_create.c if (!EG(exception)) { EG 99 ext/intl/formatter/formatter_main.c if (!EG(exception)) { EG 117 ext/intl/msgformat/msgformat.c if (!EG(exception)) { EG 148 ext/intl/resourcebundle/resourcebundle_class.c if (!EG(exception)) { EG 254 ext/intl/transliterator/transliterator_class.c retval = &EG( uninitialized_zval ); EG 274 ext/intl/transliterator/transliterator_class.c if( ( EG( scope ) != Transliterator_ce_ptr ) && EG 107 ext/json/json_encoder.c php_gcvt(d, (int)EG(precision), '.', 'e', &num[0]); EG 466 ext/json/json_encoder.c if (FAILURE == call_user_function_ex(EG(function_table), val, &fname, &retval, 0, NULL, 1, NULL) || Z_TYPE(retval) == IS_UNDEF) { EG 473 ext/json/json_encoder.c if (EG(exception)) { EG 2655 ext/ldap/ldap.c if (call_user_function_ex(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args, 0, NULL) == SUCCESS && !Z_ISUNDEF(cb_retval)) { EG 1627 ext/mbstring/mbstring.c !zend_hash_str_exists(EG(function_table), p->save_func, strlen(p->save_func)) EG 1629 ext/mbstring/mbstring.c func = zend_hash_str_find_ptr(EG(function_table), p->ovld_func, strlen(p->ovld_func)); EG 1631 ext/mbstring/mbstring.c if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NULL) { EG 1636 ext/mbstring/mbstring.c zend_hash_str_add_mem(EG(function_table), p->save_func, strlen(p->save_func), orig, sizeof(zend_internal_function)); EG 1639 ext/mbstring/mbstring.c if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(zend_internal_function)) == NULL) { EG 1688 ext/mbstring/mbstring.c (orig = zend_hash_str_find_ptr(EG(function_table), p->save_func, strlen(p->save_func)))) { EG 1690 ext/mbstring/mbstring.c zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), orig, sizeof(zend_internal_function)); EG 1692 ext/mbstring/mbstring.c zend_hash_str_del(EG(function_table), p->save_func, strlen(p->save_func)); EG 980 ext/mbstring/php_mbregex.c if (!EG(exception)) { EG 321 ext/mysqli/mysqli.c retval = &EG(uninitialized_zval); EG 394 ext/mysqli/mysqli.c if (value != &EG(uninitialized_zval)) { EG 403 ext/mysqli/mysqli.c if (value != &EG(uninitialized_zval)) { EG 434 ext/mysqli/mysqli.c if (value != &EG(uninitialized_zval)) { EG 967 ext/mysqli/mysqli.c zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); EG 1318 ext/mysqli/mysqli.c fcc.calling_scope = EG(scope); EG 687 ext/mysqli/mysqli_api.c if ((le = zend_hash_find_ptr(&EG(persistent_list), mysql->hash_key)) != NULL) { EG 166 ext/mysqli/mysqli_nonapi.c if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) { EG 200 ext/mysqli/mysqli_nonapi.c zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(hash_key), ZSTR_LEN(hash_key), &le, sizeof(le)); EG 159 ext/mysqlnd/mysqlnd_net.c origin_dtor = EG(regular_list).pDestructor; EG 160 ext/mysqlnd/mysqlnd_net.c EG(regular_list).pDestructor = NULL; EG 161 ext/mysqlnd/mysqlnd_net.c zend_hash_index_del(&EG(regular_list), net_stream->res->handle); /* ToDO: should it be res->handle, do streams register with addref ?*/ EG 162 ext/mysqlnd/mysqlnd_net.c EG(regular_list).pDestructor = origin_dtor; EG 231 ext/mysqlnd/mysqlnd_net.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { EG 232 ext/mysqlnd/mysqlnd_net.c origin_dtor = EG(persistent_list).pDestructor; EG 238 ext/mysqlnd/mysqlnd_net.c EG(persistent_list).pDestructor = NULL; EG 239 ext/mysqlnd/mysqlnd_net.c zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_details_len); EG 240 ext/mysqlnd/mysqlnd_net.c EG(persistent_list).pDestructor = origin_dtor; EG 255 ext/mysqlnd/mysqlnd_net.c origin_dtor = EG(regular_list).pDestructor; EG 256 ext/mysqlnd/mysqlnd_net.c EG(regular_list).pDestructor = NULL; EG 257 ext/mysqlnd/mysqlnd_net.c zend_hash_index_del(&EG(regular_list), net_stream->res->handle); /* ToDO: should it be res->handle, do streams register with addref ?*/ EG 260 ext/mysqlnd/mysqlnd_net.c EG(regular_list).pDestructor = origin_dtor; EG 1092 ext/mysqlnd/mysqlnd_net.c if (EG(active)) { EG 1010 ext/mysqlnd/mysqlnd_wireprotocol.c unsigned int error_reporting = EG(error_reporting); EG 1022 ext/mysqlnd/mysqlnd_wireprotocol.c EG(error_reporting) = 0; EG 1059 ext/mysqlnd/mysqlnd_wireprotocol.c EG(error_reporting) = error_reporting; EG 1320 ext/oci8/oci8.c zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); EG 1452 ext/oci8/oci8.c zvp = zend_hash_find(&EG(persistent_list), connection->hash_key); EG 1455 ext/oci8/oci8.c zend_hash_del(&EG(persistent_list), connection->hash_key); EG 1933 ext/oci8/oci8.c if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { EG 1941 ext/oci8/oci8.c } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { EG 1970 ext/oci8/oci8.c zend_hash_del(&EG(persistent_list), connection->hash_key); EG 2005 ext/oci8/oci8.c tmp_val = zend_hash_index_find(&EG(regular_list), connection->id->handle); EG 2056 ext/oci8/oci8.c zend_hash_del(&EG(persistent_list), hashed_details.s); EG 2061 ext/oci8/oci8.c zend_hash_del(&EG(regular_list), hashed_details.s); EG 2068 ext/oci8/oci8.c zend_hash_del(&EG(persistent_list), hashed_details.s); EG 2070 ext/oci8/oci8.c zend_hash_del(&EG(regular_list), hashed_details.s); EG 2083 ext/oci8/oci8.c zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); EG 2187 ext/oci8/oci8.c zend_hash_update_mem(&EG(persistent_list), connection->hash_key, (void *)&new_le, sizeof(zend_resource)); EG 2194 ext/oci8/oci8.c zend_hash_update_mem(&EG(regular_list), connection->hash_key, (void *)&new_le, sizeof(zend_resource)); EG 2378 ext/oci8/oci8.c zend_hash_del(&EG(regular_list), connection->hash_key); EG 3027 ext/oci8/oci8.c spool_out_zv = zend_hash_find(&EG(persistent_list), spool_hashed_details.s); EG 3043 ext/oci8/oci8.c zend_hash_update_mem(&EG(persistent_list), session_pool->spool_hash_key, (void *)&spool_le, sizeof(zend_resource)); EG 481 ext/odbc/php_odbc.c ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { EG 506 ext/odbc/php_odbc.c ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { EG 1142 ext/odbc/php_odbc.c ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { EG 1149 ext/odbc/php_odbc.c ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { EG 1156 ext/odbc/php_odbc.c zend_hash_apply_with_argument(&EG(persistent_list), EG 2613 ext/odbc/php_odbc.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) { EG 2635 ext/odbc/php_odbc.c if (zend_hash_str_update_mem(&EG(persistent_list), hashed_details, hashed_len, &new_le, EG 2667 ext/odbc/php_odbc.c zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); EG 2684 ext/odbc/php_odbc.c if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) { EG 2692 ext/odbc/php_odbc.c p = zend_hash_index_find_ptr(&EG(regular_list), conn_id); /* check if the connection is still there */ EG 2700 ext/odbc/php_odbc.c zend_hash_str_del(&EG(regular_list), hashed_details, hashed_len); EG 2718 ext/odbc/php_odbc.c if (zend_hash_str_update_mem(&EG(regular_list), hashed_details, hashed_len, (void *) &new_index_ptr, EG 2749 ext/odbc/php_odbc.c ZEND_HASH_FOREACH_PTR(&EG(regular_list), p) { EG 2761 ext/odbc/php_odbc.c zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_res, (void *) Z_RES_P(pv_conn)); EG 41 ext/opcache/Optimizer/block_pass.c if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { EG 46 ext/opcache/Optimizer/block_pass.c if ((c = zend_hash_str_find_ptr(EG(zend_constants), lookup_name, ZSTR_LEN(name))) != NULL) { EG 731 ext/opcache/Optimizer/block_pass.c if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) { EG 1009 ext/opcache/Optimizer/block_pass.c er = EG(error_reporting); EG 1010 ext/opcache/Optimizer/block_pass.c EG(error_reporting) = 0; EG 1018 ext/opcache/Optimizer/block_pass.c EG(error_reporting) = er; EG 88 ext/opcache/Optimizer/pass1_5.c er = EG(error_reporting); EG 89 ext/opcache/Optimizer/pass1_5.c EG(error_reporting) = 0; EG 92 ext/opcache/Optimizer/pass1_5.c EG(error_reporting) = er; EG 95 ext/opcache/Optimizer/pass1_5.c EG(error_reporting) = er; EG 154 ext/opcache/Optimizer/pass1_5.c er = EG(error_reporting); EG 155 ext/opcache/Optimizer/pass1_5.c EG(error_reporting) = 0; EG 157 ext/opcache/Optimizer/pass1_5.c EG(error_reporting) = er; EG 160 ext/opcache/Optimizer/pass1_5.c EG(error_reporting) = er; EG 249 ext/opcache/Optimizer/pass1_5.c zend_execute_data *orig_execute_data = EG(current_execute_data); EG 255 ext/opcache/Optimizer/pass1_5.c EG(current_execute_data) = &fake_execute_data; EG 264 ext/opcache/Optimizer/pass1_5.c EG(current_execute_data) = orig_execute_data; EG 304 ext/opcache/Optimizer/pass1_5.c if ((ce = zend_hash_find_ptr(EG(class_table), EG 449 ext/opcache/Optimizer/pass1_5.c if ((func = zend_hash_find_ptr(EG(function_table), lc_name)) != NULL EG 121 ext/opcache/Optimizer/zend_optimizer.c zend_function *fbc = (zend_function *)zend_hash_str_find_ptr(EG(function_table), name, len); EG 573 ext/opcache/ZendAccelerator.c for (idx = 0; idx < EG(zend_constants)->nNumUsed; idx++) { EG 574 ext/opcache/ZendAccelerator.c p = EG(zend_constants)->arData + idx; EG 692 ext/opcache/ZendAccelerator.c er = EG(error_reporting); EG 693 ext/opcache/ZendAccelerator.c EG(error_reporting) = 0; EG 699 ext/opcache/ZendAccelerator.c EG(error_reporting) = er; EG 762 ext/opcache/ZendAccelerator.c !EG(current_execute_data) && EG 826 ext/opcache/ZendAccelerator.c er = EG(error_reporting); EG 827 ext/opcache/ZendAccelerator.c EG(error_reporting) = 0; EG 833 ext/opcache/ZendAccelerator.c EG(error_reporting) = er; EG 1058 ext/opcache/ZendAccelerator.c if (EXPECTED(EG(current_execute_data)) && EG 1360 ext/opcache/ZendAccelerator.c if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[i])) { EG 1370 ext/opcache/ZendAccelerator.c if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[3])) { EG 1476 ext/opcache/ZendAccelerator.c ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); EG 1480 ext/opcache/ZendAccelerator.c EG(class_table) = CG(class_table) = &new_persistent_script->class_table; EG 1481 ext/opcache/ZendAccelerator.c ZVAL_UNDEF(&EG(user_error_handler)); EG 1500 ext/opcache/ZendAccelerator.c EG(class_table) = CG(class_table) = orig_class_table; EG 1501 ext/opcache/ZendAccelerator.c EG(user_error_handler) = orig_user_error_handler; EG 1580 ext/opcache/ZendAccelerator.c if (!EG(current_execute_data) || !EG(current_execute_data)->opline || EG 1581 ext/opcache/ZendAccelerator.c !EG(current_execute_data)->func || EG 1582 ext/opcache/ZendAccelerator.c !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || EG 1583 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || EG 1584 ext/opcache/ZendAccelerator.c (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && EG 1585 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { EG 1586 ext/opcache/ZendAccelerator.c if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) { EG 1650 ext/opcache/ZendAccelerator.c ((!EG(current_execute_data) && EG 1653 ext/opcache/ZendAccelerator.c (EG(current_execute_data) && EG 1654 ext/opcache/ZendAccelerator.c EG(current_execute_data)->func && EG 1655 ext/opcache/ZendAccelerator.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && EG 1656 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == EG(current_execute_data)->opline))) { EG 1786 ext/opcache/ZendAccelerator.c uint32_t old_const_num = zend_hash_next_free_element(EG(zend_constants)); EG 1816 ext/opcache/ZendAccelerator.c uint32_t new_const_num = zend_hash_next_free_element(EG(zend_constants)); EG 1819 ext/opcache/ZendAccelerator.c zend_hash_index_del(EG(zend_constants), new_const_num); EG 1838 ext/opcache/ZendAccelerator.c if (!EG(current_execute_data) || !EG(current_execute_data)->opline || EG 1839 ext/opcache/ZendAccelerator.c !EG(current_execute_data)->func || EG 1840 ext/opcache/ZendAccelerator.c !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || EG 1841 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->opcode != ZEND_INCLUDE_OR_EVAL || EG 1842 ext/opcache/ZendAccelerator.c (EG(current_execute_data)->opline->extended_value != ZEND_INCLUDE_ONCE && EG 1843 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->extended_value != ZEND_REQUIRE_ONCE)) { EG 1844 ext/opcache/ZendAccelerator.c if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) { EG 1879 ext/opcache/ZendAccelerator.c if ((!EG(current_execute_data) && EG 1882 ext/opcache/ZendAccelerator.c (EG(current_execute_data) && EG 1883 ext/opcache/ZendAccelerator.c EG(current_execute_data)->func && EG 1884 ext/opcache/ZendAccelerator.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && EG 1885 ext/opcache/ZendAccelerator.c ZCG(cache_opline) == EG(current_execute_data)->opline)) { EG 1908 ext/opcache/ZendAccelerator.c if ((!EG(current_execute_data) && EG 1910 ext/opcache/ZendAccelerator.c (EG(current_execute_data) && EG 1911 ext/opcache/ZendAccelerator.c EG(current_execute_data)->func && EG 1912 ext/opcache/ZendAccelerator.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && EG 1913 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && EG 1914 ext/opcache/ZendAccelerator.c (EG(current_execute_data)->opline->extended_value == ZEND_INCLUDE_ONCE || EG 1915 ext/opcache/ZendAccelerator.c EG(current_execute_data)->opline->extended_value == ZEND_REQUIRE_ONCE))) { EG 1930 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; EG 1961 ext/opcache/ZendAccelerator.c ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; EG 2124 ext/opcache/ZendAccelerator.c if (Z_ARR_P(zvalue) != &EG(symbol_table)) { EG 2183 ext/opcache/ZendAccelerator.c if (EG(full_tables_cleanup)) { EG 2187 ext/opcache/ZendAccelerator.c if (EG(objects_store).top > 1 || zend_hash_num_elements(&EG(regular_list)) > 0) { EG 2190 ext/opcache/ZendAccelerator.c ZEND_HASH_REVERSE_FOREACH(&EG(symbol_table), 0) { EG 2194 ext/opcache/ZendAccelerator.c zend_accel_fast_del_bucket(&EG(symbol_table), HT_IDX_TO_HASH(_idx-1), _p); EG 2197 ext/opcache/ZendAccelerator.c zend_hash_init(&EG(symbol_table), 8, NULL, NULL, 0); EG 2199 ext/opcache/ZendAccelerator.c ZEND_HASH_REVERSE_FOREACH(EG(function_table), 0) { EG 2212 ext/opcache/ZendAccelerator.c zend_accel_fast_del_bucket(EG(function_table), HT_IDX_TO_HASH(_idx-1), _p); EG 2216 ext/opcache/ZendAccelerator.c ZEND_HASH_REVERSE_FOREACH(EG(class_table), 0) { EG 2250 ext/opcache/ZendAccelerator.c zend_accel_fast_del_bucket(EG(class_table), HT_IDX_TO_HASH(_idx-1), _p); EG 2256 ext/opcache/ZendAccelerator.c zend_hash_init(&EG(symbol_table), 8, NULL, NULL, 0); EG 2258 ext/opcache/ZendAccelerator.c ZEND_HASH_REVERSE_FOREACH(EG(function_table), 0) { EG 2264 ext/opcache/ZendAccelerator.c zend_accel_fast_del_bucket(EG(function_table), HT_IDX_TO_HASH(_idx-1), _p); EG 2268 ext/opcache/ZendAccelerator.c ZEND_HASH_REVERSE_FOREACH(EG(class_table), 0) { EG 2274 ext/opcache/ZendAccelerator.c zend_accel_fast_del_bucket(EG(class_table), HT_IDX_TO_HASH(_idx-1), _p); EG 2279 ext/opcache/ZendAccelerator.c ZEND_HASH_REVERSE_FOREACH(EG(zend_constants), 0) { EG 2285 ext/opcache/ZendAccelerator.c zend_accel_fast_del_bucket(EG(zend_constants), HT_IDX_TO_HASH(_idx-1), _p); EG 2288 ext/opcache/ZendAccelerator.c EG(function_table)->nNumUsed = EG(function_table)->nNumOfElements; EG 2289 ext/opcache/ZendAccelerator.c EG(class_table)->nNumUsed = EG(class_table)->nNumOfElements; EG 2290 ext/opcache/ZendAccelerator.c EG(zend_constants)->nNumUsed = EG(zend_constants)->nNumOfElements; EG 2775 ext/opcache/ZendAccelerator.c if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")-1)) != NULL) { EG 2824 ext/opcache/ZendAccelerator.c zend_hash_clean(EG(zend_constants)); EG 2845 ext/opcache/ZendAccelerator.c if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")-1)) != NULL) { EG 125 ext/opcache/zend_accelerator_module.c if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), EG 170 ext/opcache/zend_accelerator_module.c if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), EG 204 ext/opcache/zend_accelerator_module.c if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), EG 803 ext/opcache/zend_accelerator_module.c orig_execute_data = EG(current_execute_data); EG 808 ext/opcache/zend_accelerator_module.c EG(current_execute_data) = orig_execute_data; EG 718 ext/opcache/zend_accelerator_util_funcs.c if (!zend_hash_exists(EG(zend_constants), name)) { EG 456 ext/opcache/zend_persist.c zend_execute_data *orig_execute_data = EG(current_execute_data); EG 462 ext/opcache/zend_persist.c EG(current_execute_data) = &fake_execute_data; EG 466 ext/opcache/zend_persist.c EG(current_execute_data) = orig_execute_data; EG 1073 ext/openssl/xp_ssl.c if (FAILURE == call_user_function_ex(EG(function_table), NULL, val, &retval, 1, ¶m, 0, NULL)) { EG 1357 ext/pcntl/pcntl.c call_user_function(EG(function_table), NULL, handle, &retval, 1, ¶m); EG 1037 ext/pcre/php_pcre.c if (call_user_function_ex(EG(function_table), NULL, function, &retval, 1, args, 0, NULL) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { EG 1041 ext/pcre/php_pcre.c if (!EG(exception)) { EG 1636 ext/pcre/php_pcre.c if (UNEXPECTED(EG(exception))) { EG 151 ext/pdo/pdo_dbh.c } else if (EG(exception) == NULL) { EG 293 ext/pdo/pdo_dbh.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { EG 368 ext/pdo/pdo_dbh.c if ((zend_hash_str_update_mem(&EG(persistent_list), EG 396 ext/pdo/pdo_dbh.c if (!EG(exception)) { EG 452 ext/pdo/pdo_dbh.c fcc.calling_scope = EG(scope); EG 529 ext/pdo/pdo_dbh.c if (EXPECTED(!EG(exception))) { EG 1072 ext/pdo/pdo_dbh.c if (EXPECTED(!EG(exception))) { EG 324 ext/pdo/pdo_stmt.c int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); EG 755 ext/pdo/pdo_stmt.c fcc->calling_scope = EG(scope); EG 91 ext/pdo_mysql/mysql_statement.c if (IS_OBJ_VALID(EG(objects_store).object_buckets[Z_OBJ_HANDLE(stmt->database_object_handle)]) EG 328 ext/pdo_sqlite/sqlite_driver.c fc->fci.function_table = EG(function_table); EG 479 ext/pdo_sqlite/sqlite_driver.c collation->fc.fci.function_table = EG(function_table); EG 1234 ext/pgsql/pgsql.c zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); EG 1336 ext/pgsql/pgsql.c if ((le = zend_hash_find_ptr(&EG(persistent_list), str.s)) == NULL) { /* we don't */ EG 1367 ext/pgsql/pgsql.c if (zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(str.s), ZSTR_LEN(str.s), &new_le, sizeof(zend_resource)) == NULL) { EG 1397 ext/pgsql/pgsql.c zend_hash_del(&EG(persistent_list), str.s); EG 1421 ext/pgsql/pgsql.c && (index_ptr = zend_hash_find_ptr(&EG(regular_list), str.s)) != NULL) { EG 1435 ext/pgsql/pgsql.c zend_hash_del(&EG(regular_list), str.s); EG 1479 ext/pgsql/pgsql.c if (zend_hash_update_mem(&EG(regular_list), str.s, (void *) &new_index_ptr, sizeof(zend_resource)) == NULL) { EG 2444 ext/pgsql/pgsql.c if ((field_table = zend_hash_find_ptr(&EG(regular_list), hash_key.s)) != NULL) { EG 2475 ext/pgsql/pgsql.c zend_hash_update_mem(&EG(regular_list), hash_key.s, (void *)&new_field_table, sizeof(zend_resource)); EG 2525 ext/pgsql/pgsql.c char *name = get_field_name(pg_result->conn, PQftype(pgsql_result, (int)field), &EG(regular_list)); EG 2816 ext/pgsql/pgsql.c fcc.calling_scope = EG(scope); EG 118 ext/phar/phar.c zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0); EG 119 ext/phar/phar.c EG(regular_list).nNextFreeElement=1; /* we don't want resource id 0 */ EG 154 ext/phar/phar.c zend_hash_graceful_reverse_destroy(&EG(regular_list)); EG 155 ext/phar/phar.c memset(&EG(regular_list), 0, sizeof(HashTable)); EG 178 ext/phar/phar.c zend_hash_graceful_reverse_destroy(&EG(regular_list)); EG 179 ext/phar/phar.c memset(&EG(regular_list), 0, sizeof(HashTable)); EG 316 ext/phar/phar.c if (EG(exception) || --phar_data->refcount < 0) { EG 243 ext/phar/phar_object.c if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { EG 262 ext/phar/phar_object.c zend_hash_str_del(&EG(included_files), name, name_len); EG 687 ext/phar/phar_object.c if (!EG(exception)) { EG 1240 ext/phar/phar_object.c } else if (!EG(exception)) { EG 1418 ext/phar/phar_object.c if (EG(exception)) { EG 1443 ext/phar/phar_object.c if (EG(exception)) { EG 1571 ext/phar/phar_object.c if (EG(exception)) { EG 1759 ext/phar/phar_object.c if (EG(exception)) { EG 1774 ext/phar/phar_object.c if (EG(exception)) { EG 231 ext/pspell/pspell.c zval *res = zend_hash_index_find(&EG(regular_list), conf); \ EG 240 ext/pspell/pspell.c zval *res = zend_hash_index_find(&EG(regular_list), scin); \ EG 434 ext/readline/readline_cli.c zend_array *symbol_table = &EG(symbol_table); EG 450 ext/readline/readline_cli.c tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL); EG 475 ext/readline/readline_cli.c char *retval = cli_completion_generator_ht(text, textlen, state, EG(class_table), (void**)&ce); EG 543 ext/readline/readline_cli.c retval = cli_completion_generator_func(lc_text, textlen, &cli_completion_state, ce ? &ce->function_table : EG(function_table)); EG 549 ext/readline/readline_cli.c retval = cli_completion_generator_define(text, textlen, &cli_completion_state, ce ? &ce->constants_table : EG(zend_constants)); EG 610 ext/readline/readline_cli.c EG(exit_status) = 0; EG 682 ext/readline/readline_cli.c if (EG(exception)) { EG 683 ext/readline/readline_cli.c zend_exception_error(EG(exception), E_WARNING); EG 696 ext/readline/readline_cli.c return EG(exit_status); EG 101 ext/reflection/php_reflection.c if (EG(exception) && EG(exception)->ce == reflection_exception_ptr) { \ EG 696 ext/reflection/php_reflection.c old_scope = EG(scope); EG 697 ext/reflection/php_reflection.c EG(scope) = fptr->common.scope; EG 699 ext/reflection/php_reflection.c EG(scope) = old_scope; EG 1070 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _extension_ini_string, 3, &str_ini, indent, module->module_number); EG 1084 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants); EG 1120 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &str_classes, ZSTR_VAL(sub_indent.buf), module, &num_classes); EG 1412 ext/reflection/php_reflection.c if (EG(exception)) { EG 1438 ext/reflection/php_reflection.c if (result == FAILURE && EG(exception) == NULL) { EG 1463 ext/reflection/php_reflection.c if (EG(exception) && EG(exception)->ce == reflection_exception_ptr) { EG 1634 ext/reflection/php_reflection.c if ((fptr = zend_hash_str_find_ptr(EG(function_table), nsname, name_len)) == NULL) { EG 1939 ext/reflection/php_reflection.c fcc.calling_scope = EG(scope); EG 1999 ext/reflection/php_reflection.c fcc.calling_scope = EG(scope); EG 2186 ext/reflection/php_reflection.c zend_execute_data *ex_backup = EG(current_execute_data); EG 2207 ext/reflection/php_reflection.c EG(current_execute_data) = root_generator->execute_data; EG 2209 ext/reflection/php_reflection.c EG(current_execute_data) = ex_backup; EG 2352 ext/reflection/php_reflection.c if ((fptr = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len)) == NULL) { EG 2862 ext/reflection/php_reflection.c zend_class_entry *old_scope = EG(scope); EG 2864 ext/reflection/php_reflection.c EG(scope) = param->fptr->common.scope; EG 2866 ext/reflection/php_reflection.c EG(scope) = old_scope; EG 3696 ext/reflection/php_reflection.c if (!EG(exception)) { EG 4261 ext/reflection/php_reflection.c if (!EG(exception)) { EG 4596 ext/reflection/php_reflection.c old_scope = EG(scope); EG 4597 ext/reflection/php_reflection.c EG(scope) = ce; EG 4599 ext/reflection/php_reflection.c EG(scope) = old_scope; EG 4624 ext/reflection/php_reflection.c fci.function_table = EG(function_table); EG 4635 ext/reflection/php_reflection.c fcc.calling_scope = EG(scope); EG 4701 ext/reflection/php_reflection.c old_scope = EG(scope); EG 4702 ext/reflection/php_reflection.c EG(scope) = ce; EG 4704 ext/reflection/php_reflection.c EG(scope) = old_scope; EG 4728 ext/reflection/php_reflection.c fci.function_table = EG(function_table); EG 4739 ext/reflection/php_reflection.c fcc.calling_scope = EG(scope); EG 5675 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _addconstant, 2, return_value, module->module_number); EG 5693 ext/reflection/php_reflection.c zend_symtable_update(Z_ARRVAL_P(retval), ini_entry->name, &EG(uninitialized_zval)); EG 5713 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(ini_directives), (apply_func_args_t) _addinientry, 2, return_value, module->module_number); EG 5759 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return_value, module, 1); EG 5776 ext/reflection/php_reflection.c zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) add_extension_class, 3, return_value, module, 0); EG 33 ext/session/mod_user.c if (call_user_function(EG(function_table), NULL, func, retval, argc, argv) == FAILURE) { EG 63 ext/session/mod_user.c if (!EG(exception)) { \ EG 211 ext/session/session.c zend_hash_update_ind(&EG(symbol_table), var_name, &PS(http_session_vars)); EG 318 ext/session/session.c if ((array = zend_hash_str_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER") - 1)) && EG 600 ext/session/session.c if ((ret == FAILURE) && !EG(exception)) { EG 907 ext/session/session.c zend_hash_update_ind(&EG(symbol_table), var_name, &PS(http_session_vars)); EG 969 ext/session/session.c if ((tmp = zend_hash_find(&EG(symbol_table), name))) { EG 970 ext/session/session.c if ((Z_TYPE_P(tmp) == IS_ARRAY && Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) { EG 1063 ext/session/session.c if ((tmp = zend_hash_find(&EG(symbol_table), name))) { EG 1064 ext/session/session.c if ((Z_TYPE_P(tmp) == IS_ARRAY && Z_ARRVAL_P(tmp) == &EG(symbol_table)) || tmp == &PS(http_session_vars)) { EG 1588 ext/session/session.c if (PS(use_cookies) && (data = zend_hash_str_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE") - 1))) { EG 1596 ext/session/session.c if (PS(define_sid) && !PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_GET", sizeof("_GET") - 1))) { EG 1603 ext/session/session.c if (PS(define_sid) && !PS(id) && (data = zend_hash_str_find(&EG(symbol_table), "_POST", sizeof("_POST") - 1))) { EG 363 ext/simplexml/simplexml.c ZVAL_COPY_VALUE(rv, &EG(uninitialized_zval)); EG 1984 ext/snmp/snmp.c retval = &EG(uninitialized_zval); EG 2051 ext/snmp/snmp.c if (value != &EG(uninitialized_zval)) { EG 2059 ext/snmp/snmp.c if (value != &EG(uninitialized_zval)) { EG 606 ext/soap/php_encoding.c if (call_user_function(EG(function_table), NULL, &type->map->to_xml, &return_value, 1, data) == FAILURE) { EG 643 ext/soap/php_encoding.c if (call_user_function(EG(function_table), NULL, &type->map->to_zval, ret, 1, &data) == FAILURE) { EG 645 ext/soap/php_encoding.c } else if (EG(exception)) { EG 1086 ext/soap/php_encoding.c str = (char *) safe_emalloc(EG(precision), 1, MAX_LENGTH_OF_DOUBLE + 1); EG 1087 ext/soap/php_encoding.c php_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str); EG 1169 ext/soap/php_encoding.c old_scope = EG(scope); EG 1170 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); EG 1173 ext/soap/php_encoding.c EG(scope) = old_scope; EG 1184 ext/soap/php_encoding.c old_scope = EG(scope); EG 1185 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); EG 1187 ext/soap/php_encoding.c if (data == &EG(uninitialized_zval)) { EG 1192 ext/soap/php_encoding.c EG(scope) = old_scope; EG 1202 ext/soap/php_encoding.c EG(scope) = old_scope; EG 1221 ext/soap/php_encoding.c old_scope = EG(scope); EG 1222 ext/soap/php_encoding.c EG(scope) = Z_OBJCE_P(object); EG 1224 ext/soap/php_encoding.c EG(scope) = old_scope; EG 2238 ext/soap/php_encoding.c if (EG(exception)) { EG 2244 ext/soap/php_encoding.c if (EG(exception)) { EG 2250 ext/soap/php_encoding.c if (EG(exception)) { EG 2255 ext/soap/php_encoding.c if (EG(exception)) { EG 2261 ext/soap/php_encoding.c if (EG(exception)) { EG 2273 ext/soap/php_encoding.c if (EG(exception)) { EG 2279 ext/soap/php_encoding.c if (EG(exception)) { EG 192 ext/soap/php_http.c old_error_reporting = EG(error_reporting); EG 193 ext/soap/php_http.c EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); EG 310 ext/soap/php_http.c EG(error_reporting) = old_error_reporting; EG 1253 ext/soap/php_http.c zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1)) { EG 1257 ext/soap/php_http.c zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { EG 3185 ext/soap/php_sdl.c zend_hash_str_del(&EG(persistent_list), uri, uri_len); EG 95 ext/soap/soap.c zend_execute_data *_old_current_execute_data = EG(current_execute_data); \ EG 96 ext/soap/soap.c zval *_old_stack_top = EG(vm_stack_top); \ EG 106 ext/soap/soap.c EG(current_execute_data) = _old_current_execute_data; \ EG 107 ext/soap/soap.c if (EG(exception) == NULL || \ EG 108 ext/soap/soap.c !instanceof_function(EG(exception)->ce, soap_fault_class_entry)) {\ EG 111 ext/soap/soap.c if (_old_stack_top != EG(vm_stack_top)) { \ EG 112 ext/soap/soap.c while (EG(vm_stack)->prev != NULL && \ EG 113 ext/soap/soap.c ((char*)_old_stack_top < (char*)EG(vm_stack) || \ EG 114 ext/soap/soap.c (char*) _old_stack_top > (char*)EG(vm_stack)->end)) { \ EG 115 ext/soap/soap.c zend_vm_stack tmp = EG(vm_stack)->prev; \ EG 116 ext/soap/soap.c efree(EG(vm_stack)); \ EG 117 ext/soap/soap.c EG(vm_stack) = tmp; \ EG 118 ext/soap/soap.c EG(vm_stack_end) = tmp->end; \ EG 120 ext/soap/soap.c EG(vm_stack)->top = _old_stack_top; \ EG 1380 ext/soap/soap.c ft = EG(function_table); EG 1442 ext/soap/soap.c if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { EG 1460 ext/soap/soap.c if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { EG 1495 ext/soap/soap.c ZVAL_OBJ(&exception_object, EG(exception)); EG 1565 ext/soap/soap.c if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, ¶m ) == FAILURE) { EG 1604 ext/soap/soap.c if ((server_vars = zend_hash_find(&EG(symbol_table), server)) != NULL && EG 1679 ext/soap/soap.c if (EG(exception)) { EG 1728 ext/soap/soap.c if (EG(exception)) { EG 1751 ext/soap/soap.c if (EG(exception)) { EG 1790 ext/soap/soap.c function_table = EG(function_table); EG 1821 ext/soap/soap.c call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_params, h->parameters); EG 1839 ext/soap/soap.c } else if (EG(exception)) { EG 1871 ext/soap/soap.c call_status = call_user_function(EG(function_table), NULL, &function_name, &retval, num_params, params); EG 1878 ext/soap/soap.c if (EG(exception)) { EG 1917 ext/soap/soap.c if (EG(exception)) { EG 2134 ext/soap/soap.c _old_current_execute_data = EG(current_execute_data); EG 2138 ext/soap/soap.c if (!PG(modules_activated) || !SOAP_GLOBAL(use_soap_error_handler) || !EG(objects_store).object_buckets) { EG 2188 ext/soap/soap.c old_objects = EG(objects_store).object_buckets; EG 2189 ext/soap/soap.c EG(objects_store).object_buckets = NULL; EG 2196 ext/soap/soap.c EG(current_execute_data) = _old_current_execute_data; EG 2203 ext/soap/soap.c EG(objects_store).object_buckets = old_objects; EG 2276 ext/soap/soap.c EG(current_execute_data) = _old_current_execute_data; EG 2443 ext/soap/soap.c zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1) && EG 2444 ext/soap/soap.c zend_hash_str_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")-1) && EG 2445 ext/soap/soap.c zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1) && EG 2446 ext/soap/soap.c zend_hash_str_exists(EG(function_table), "gzcompress", sizeof("gzcompress")-1) && EG 2447 ext/soap/soap.c zend_hash_str_exists(EG(function_table), "gzencode", sizeof("gzencode")-1)) { EG 2590 ext/soap/soap.c if (EG(exception) && instanceof_function(EG(exception)->ce, zend_ce_error)) { EG 2595 ext/soap/soap.c ZVAL_OBJ(&exception_object, EG(exception)); EG 2598 ext/soap/soap.c EG(exception)->ce = soap_fault_class_entry; EG 2812 ext/soap/soap.c if (!EG(exception) && EG 72 ext/spl/php_spl.c ce = zend_hash_find_ptr(EG(class_table), lc_name); EG 280 ext/spl/php_spl.c if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { EG 294 ext/spl/php_spl.c if (!EG(exception)) { EG 299 ext/spl/php_spl.c return zend_hash_exists(EG(class_table), lc_name); EG 328 ext/spl/php_spl.c while (pos && *pos && !EG(exception)) { EG 435 ext/spl/php_spl.c if (zend_hash_exists(EG(class_table), lc_name)) { EG 574 ext/spl/php_spl.c spl_func_ptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") - 1); EG 576 ext/spl/php_spl.c if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ EG 608 ext/spl/php_spl.c EG(autoload_func) = zend_hash_str_find_ptr(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call") - 1); EG 610 ext/spl/php_spl.c EG(autoload_func) = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") - 1); EG 666 ext/spl/php_spl.c EG(autoload_func) = NULL; EG 683 ext/spl/php_spl.c spl_func_ptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") - 1); EG 685 ext/spl/php_spl.c if (EG(autoload_func) == spl_func_ptr) { EG 687 ext/spl/php_spl.c EG(autoload_func) = NULL; EG 706 ext/spl/php_spl.c if (!EG(autoload_func)) { EG 707 ext/spl/php_spl.c if ((fptr = zend_hash_str_find_ptr(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1))) { EG 715 ext/spl/php_spl.c fptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call") - 1); EG 717 ext/spl/php_spl.c if (EG(autoload_func) == fptr) { EG 748 ext/spl/php_spl.c add_next_index_str(return_value, zend_string_copy(EG(autoload_func)->common.function_name)); EG 125 ext/spl/spl_array.c zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); EG 135 ext/spl/spl_array.c return &EG(ht_iterators)[intern->ht_iter].pos; EG 287 ext/spl/spl_array.c return &EG(uninitialized_zval); EG 292 ext/spl/spl_array.c return &EG(error_zval); EG 313 ext/spl/spl_array.c retval = &EG(uninitialized_zval); EG 329 ext/spl/spl_array.c retval = &EG(uninitialized_zval); EG 363 ext/spl/spl_array.c retval = &EG(uninitialized_zval); EG 381 ext/spl/spl_array.c &EG(error_zval) : &EG(uninitialized_zval); EG 405 ext/spl/spl_array.c return &EG(uninitialized_zval); EG 417 ext/spl/spl_array.c EXPECTED(ret != &EG(uninitialized_zval))) { EG 529 ext/spl/spl_array.c if (ht == &EG(symbol_table)) { EG 1439 ext/spl/spl_array.c call_user_function_ex(EG(function_table), NULL, &function_name, return_value, 1, params, 1, NULL); EG 1450 ext/spl/spl_array.c call_user_function_ex(EG(function_table), NULL, &function_name, return_value, arg ? 2 : 1, params, 1, NULL); EG 1459 ext/spl/spl_array.c call_user_function_ex(EG(function_table), NULL, &function_name, return_value, 2, params, 1, NULL); EG 245 ext/spl/spl_directory.c if (EG(exception) || intern->u.dir.dirp == NULL) { EG 247 ext/spl/spl_directory.c if (!EG(exception)) { EG 278 ext/spl/spl_directory.c if (!EG(exception)) { EG 2078 ext/spl/spl_directory.c fci.function_table = EG(function_table); EG 2108 ext/spl/spl_directory.c func_ptr = (zend_function *)zend_hash_str_find_ptr(EG(function_table), #func_name, sizeof(#func_name) - 1); \ EG 2161 ext/spl/spl_directory.c zend_execute_data *execute_data = EG(current_execute_data); EG 76 ext/spl/spl_engine.h fcc.calling_scope = EG(scope); EG 179 ext/spl/spl_fixedarray.c zend_hash_index_update(ht, i, &EG(uninitialized_zval)); EG 374 ext/spl/spl_fixedarray.c return &EG(uninitialized_zval); EG 654 ext/spl/spl_fixedarray.c zend_hash_index_update(Z_ARRVAL_P(return_value), i, &EG(uninitialized_zval)); EG 900 ext/spl/spl_fixedarray.c data = &EG(uninitialized_zval); EG 111 ext/spl/spl_heap.c if (EG(exception)) { EG 147 ext/spl/spl_heap.c if (EG(exception)) { EG 171 ext/spl/spl_heap.c if (EG(exception)) { EG 202 ext/spl/spl_heap.c if (EG(exception)) { EG 255 ext/spl/spl_heap.c if (EG(exception)) { EG 301 ext/spl/spl_heap.c if (EG(exception)) { EG 246 ext/spl/spl_iterators.c while (!EG(exception)) { EG 252 ext/spl/spl_iterators.c if (EG(exception)) { EG 274 ext/spl/spl_iterators.c if (EG(exception)) { EG 310 ext/spl/spl_iterators.c if (EG(exception)) { EG 337 ext/spl/spl_iterators.c if (EG(exception)) { EG 371 ext/spl/spl_iterators.c if (EG(exception)) { EG 385 ext/spl/spl_iterators.c if (EG(exception)) { EG 414 ext/spl/spl_iterators.c if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_RecursiveIteratorIterator)) { EG 424 ext/spl/spl_iterators.c if (!EG(exception) && object->beginIteration && !object->in_iteration) { EG 586 ext/spl/spl_iterators.c if (EG(exception)) { EG 1401 ext/spl/spl_iterators.c p = EG(argument_stack).top_element-2; EG 1413 ext/spl/spl_iterators.c if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NULL) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { EG 1518 ext/spl/spl_iterators.c if (EG(exception)) { EG 1709 ext/spl/spl_iterators.c if (EG(exception)) { EG 1716 ext/spl/spl_iterators.c return EG(exception) ? FAILURE : SUCCESS; EG 1855 ext/spl/spl_iterators.c if (EG(exception)) { EG 1953 ext/spl/spl_iterators.c if (!EG(exception) && Z_TYPE(retval) != IS_UNDEF) { EG 1973 ext/spl/spl_iterators.c if (!EG(exception) && Z_TYPE(retval) != IS_UNDEF) { EG 2023 ext/spl/spl_iterators.c if (EG(exception)) { EG 2254 ext/spl/spl_iterators.c if (!EG(exception)) { EG 2507 ext/spl/spl_iterators.c if (!EG(exception)) { EG 2657 ext/spl/spl_iterators.c if (EG(exception)) { EG 2667 ext/spl/spl_iterators.c if (EG(exception)) { EG 2682 ext/spl/spl_iterators.c if (EG(exception)) { EG 3497 ext/spl/spl_iterators.c if (EG(exception)) { EG 3504 ext/spl/spl_iterators.c if (EG(exception)) { EG 3510 ext/spl/spl_iterators.c if (EG(exception)) { EG 3513 ext/spl/spl_iterators.c if (apply_func(iter, puser) == ZEND_HASH_APPLY_STOP || EG(exception)) { EG 3518 ext/spl/spl_iterators.c if (EG(exception)) { EG 3527 ext/spl/spl_iterators.c return EG(exception) ? FAILURE : SUCCESS; EG 3536 ext/spl/spl_iterators.c if (EG(exception)) { EG 3545 ext/spl/spl_iterators.c if (EG(exception)) { EG 3563 ext/spl/spl_iterators.c if (EG(exception)) { EG 1020 ext/spl/spl_observer.c while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { EG 1043 ext/spl/spl_observer.c while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { EG 1073 ext/spl/spl_observer.c while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { EG 1109 ext/spl/spl_observer.c while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { EG 698 ext/sqlite3/sqlite3.c fc->fci.function_table = EG(function_table); EG 857 ext/sqlite3/sqlite3.c collation->fci.fci.function_table = EG(function_table); EG 870 ext/sqlite3/sqlite3.c if (!EG(exception)) { EG 883 ext/sqlite3/sqlite3.c if (EG(exception)) { EG 1441 ext/standard/array.c while (!EG(exception) && (zv = zend_hash_get_current_data(target_hash)) != NULL) { EG 1859 ext/standard/array.c if (var_exists && ZSTR_LEN(var_name) == sizeof("this")-1 && !strcmp(ZSTR_VAL(var_name), "this") && EG(scope) && ZSTR_LEN(EG(scope)->name) != 0) { EG 2462 ext/standard/array.c if (in_hash == &EG(symbol_table)) { EG 2479 ext/standard/array.c if (in_hash == &EG(symbol_table)) { EG 2614 ext/standard/array.c if (Z_ARRVAL_P(stack) == &EG(symbol_table)) { EG 2671 ext/standard/array.c if (Z_ARRVAL_P(stack) == &EG(symbol_table)) { EG 3806 ext/standard/array.c if (Z_ARRVAL_P(return_value) == &EG(symbol_table)) { EG 57 ext/standard/assert.c if (EG(current_execute_data)) { EG 167 ext/standard/assert.c zend_class_entry *orig_scope = EG(scope); EG 172 ext/standard/assert.c old_error_reporting = EG(error_reporting); EG 173 ext/standard/assert.c EG(error_reporting) = 0; EG 194 ext/standard/assert.c EG(error_reporting) = old_error_reporting; EG 197 ext/standard/assert.c EG(scope) = orig_scope; EG 4271 ext/standard/basic_functions.c (args = zend_hash_str_find_ind(&EG(symbol_table), "argv", sizeof("argv")-1)) != NULL) EG 4923 ext/standard/basic_functions.c if (call_user_function(EG(function_table), NULL, EG 4944 ext/standard/basic_functions.c if (call_user_function( EG(function_table), NULL, EG 5204 ext/standard/basic_functions.c int old_error_reporting = EG(error_reporting); EG 5215 ext/standard/basic_functions.c EG(error_reporting) = E_ERROR; EG 5223 ext/standard/basic_functions.c EG(error_reporting) = old_error_reporting; EG 5231 ext/standard/basic_functions.c EG(error_reporting) = old_error_reporting; EG 5305 ext/standard/basic_functions.c zend_symtable_update(Z_ARRVAL_P(ini_array), ini_entry->name, &EG(uninitialized_zval)); EG 5337 ext/standard/basic_functions.c zend_hash_apply_with_arguments(EG(ini_directives), php_ini_get_option, 2, return_value, extnumber, details); EG 75 ext/standard/dl.c EG(full_tables_cleanup) = 1; EG 199 ext/standard/http.c ekey_len = spprintf(&ekey, 0, "%.*G", (int) EG(precision), Z_DVAL_P(zdata)); EG 57 ext/standard/incomplete_class.c return &EG(error_zval); EG 59 ext/standard/incomplete_class.c return &EG(uninitialized_zval); EG 73 ext/standard/incomplete_class.c return &EG(error_zval); EG 204 ext/standard/info.c if ((data = zend_hash_find(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY)) { EG 294 ext/standard/info.c OSVERSIONINFOEX osvi = EG(windows_version_info); EG 1029 ext/standard/info.c if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) { EG 1032 ext/standard/info.c if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) { EG 1035 ext/standard/info.c if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) { EG 1038 ext/standard/info.c if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) { EG 861 ext/standard/streamsfuncs.c if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, zvs, 0, NULL)) { EG 108 ext/standard/var.c php_printf("%sfloat(%.*G)\n", COMMON, (int) EG(precision), Z_DVAL_P(struc)); EG 278 ext/standard/var.c php_printf("%sfloat(%.*G)\n", COMMON, (int) EG(precision), Z_DVAL_P(struc)); EG 784 ext/standard/var.c if (EG(exception)) { EG 874 ext/standard/var.c if (EG(exception)) { EG 987 ext/standard/var.c if (EG(exception)) { EG 1047 ext/standard/var.c if (!EG(exception)) { EG 478 ext/standard/var_unserializer.c if (EG(exception)) { EG 711 ext/standard/var_unserializer.c if (EG(exception)) { EG 719 ext/standard/var_unserializer.c if (EG(exception)) { EG 738 ext/standard/var_unserializer.c if (EG(exception)) { EG 753 ext/standard/var_unserializer.c if (EG(exception)) { EG 931 ext/wddx/wddx.c if ((pce = zend_hash_find_ptr(EG(class_table), Z_STR(ent1->data))) == NULL) { EG 957 ext/wddx/wddx.c zend_class_entry *old_scope = EG(scope); EG 959 ext/wddx/wddx.c EG(scope) = Z_OBJCE(ent2->data); EG 962 ext/wddx/wddx.c EG(scope) = old_scope; EG 481 ext/xml/xml.c if (parser && handler && !EG(exception)) { EG 486 ext/xml/xml.c fci.function_table = EG(function_table); EG 174 ext/xmlreader/php_xmlreader.c retval = &EG(uninitialized_zval); EG 232 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c ap_php_snprintf(buf, BUF_SIZE, "%.*G", (int) EG(precision), XMLRPC_GetValueDouble(node)); EG 298 ext/xsl/xsltprocessor.c fci.function_table = EG(function_table); EG 898 ext/zip/php_zip.c retval = &EG(uninitialized_zval); EG 979 ext/zip/php_zip.c ret = &EG(uninitialized_zval); EG 943 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { EG 953 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { EG 963 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { EG 973 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { EG 982 main/SAPI.c if (SG(sapi_started) && EG(current_execute_data)) { EG 135 main/main.c EG(precision) = i; EG 289 main/main.c ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); EG 293 main/main.c ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); EG 294 main/main.c zend_set_timeout(EG(timeout_seconds), 0); EG 747 main/main.c } else if (EG(current_execute_data) && EG 748 main/main.c EG(current_execute_data)->func && EG 749 main/main.c ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && EG 750 main/main.c EG(current_execute_data)->opline && EG 751 main/main.c EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL EG 753 main/main.c switch (EG(current_execute_data)->opline->extended_value) { EG 877 main/main.c if (PG(track_errors) && module_initialized && EG(valid_symbol_table) && EG 878 main/main.c (Z_TYPE(EG(user_error_handler)) == IS_UNDEF || !(EG(user_error_handler_error_reporting) & type))) { EG 881 main/main.c if (EG(current_execute_data)) { EG 886 main/main.c zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); EG 1018 main/main.c if (EG(error_handling) != EH_NORMAL) { EG 1040 main/main.c if (EG(error_handling) == EH_THROW && !EG(exception)) { EG 1041 main/main.c zend_throw_error_exception(EG(exception_class), buffer, 0, type); EG 1049 main/main.c if (display && (EG(error_reporting) & type || (type & E_CORE)) EG 1165 main/main.c EG(exit_status) = 255; EG 1184 main/main.c zend_objects_store_mark_destructed(&EG(objects_store)); EG 1198 main/main.c if (PG(track_errors) && module_initialized && EG(valid_symbol_table)) { EG 1202 main/main.c if (EG(current_execute_data)) { EG 1207 main/main.c zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); EG 1438 main/main.c if (EG(error_reporting) & E_WARNING) { EG 1466 main/main.c if (EG(error_reporting) & E_WARNING) { EG 1508 main/main.c zend_set_timeout(EG(timeout_seconds), 1); EG 1543 main/main.c zend_set_timeout(EG(timeout_seconds), 1); EG 1599 main/main.c zend_set_timeout(EG(timeout_seconds), 1); EG 1766 main/main.c EG(current_execute_data) = NULL; EG 2137 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MAJOR", EG(windows_version_info).dwMajorVersion, CONST_PERSISTENT | CONST_CS); EG 2138 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MINOR", EG(windows_version_info).dwMinorVersion, CONST_PERSISTENT | CONST_CS); EG 2139 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_BUILD", EG(windows_version_info).dwBuildNumber, CONST_PERSISTENT | CONST_CS); EG 2140 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PLATFORM", EG(windows_version_info).dwPlatformId, CONST_PERSISTENT | CONST_CS); EG 2141 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MAJOR", EG(windows_version_info).wServicePackMajor, CONST_PERSISTENT | CONST_CS); EG 2142 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MINOR", EG(windows_version_info).wServicePackMinor, CONST_PERSISTENT | CONST_CS); EG 2143 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SUITEMASK", EG(windows_version_info).wSuiteMask, CONST_PERSISTENT | CONST_CS); EG 2144 main/main.c REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PRODUCTTYPE", EG(windows_version_info).wProductType, CONST_PERSISTENT | CONST_CS); EG 2220 main/main.c EG(current_module) = module; EG 2222 main/main.c EG(current_module) = NULL; EG 2405 main/main.c EG(exit_status) = 0; EG 2443 main/main.c zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); EG 2491 main/main.c if (EG(exception)) { EG 2493 main/main.c zend_exception_error(EG(exception), E_ERROR); EG 2519 main/main.c EG(exit_status) = 0; EG 2545 main/main.c return EG(exit_status); EG 2622 main/main.c if (EG(exception)) { EG 2623 main/main.c zend_exception_error(EG(exception), E_ERROR); EG 612 main/output.c if (!EG(current_module)) { EG 626 main/output.c if (!EG(current_module)) { EG 660 main/output.c if (!EG(current_module)) { EG 177 main/php_ini.c zend_hash_apply_with_argument(EG(ini_directives), php_ini_available, &module_number_available); EG 181 main/php_ini.c zend_hash_apply_with_argument(EG(ini_directives), php_ini_displayer, (void *)&module_number); EG 113 main/php_variables.c if (symtable1 == &EG(symbol_table) && EG 579 main/php_variables.c zend_hash_str_update(&EG(symbol_table), "argv", sizeof("argv")-1, &arr); EG 580 main/php_variables.c zend_hash_str_add(&EG(symbol_table), "argc", sizeof("argc")-1, &argc); EG 631 main/php_variables.c int globals_check = (dest == (&EG(symbol_table))); EG 681 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); EG 700 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); EG 715 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); EG 727 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); EG 742 main/php_variables.c if ((argc = zend_hash_str_find_ind(&EG(symbol_table), "argc", sizeof("argc")-1)) != NULL && EG 743 main/php_variables.c (argv = zend_hash_str_find_ind(&EG(symbol_table), "argv", sizeof("argv")-1)) != NULL) { EG 758 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]); EG 773 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_ENV]); EG 819 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &form_variables); EG 95 main/streams/streams.c zend_hash_apply(&EG(persistent_list), forget_persistent_resource_id_numbers); EG 112 main/streams/streams.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != NULL) { EG 121 main/streams/streams.c ZEND_HASH_FOREACH_PTR(&EG(regular_list), regentry) { EG 303 main/streams/streams.c if (NULL == zend_hash_str_update(&EG(persistent_list), persistent_id, EG 371 main/streams/streams.c if (EG(active)) { EG 503 main/streams/streams.c zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); EG 506 main/streams/streams.c if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && (stream->__exposed == 0) && (EG(error_reporting) & E_WARNING)) { EG 313 main/streams/userspace.c fcc.calling_scope = EG(scope); EG 371 main/streams/userspace.c ZVAL_NEW_REF(&args[3], &EG(uninitialized_zval)); EG 611 main/streams/userspace.c if (EG(exception)) { EG 661 main/streams/userspace.c if (EG(exception)) { EG 2500 sapi/cgi/cgi_main.c exit_status = EG(exit_status); EG 975 sapi/cli/php_cli.c exit_status = EG(exit_status); EG 1027 sapi/cli/php_cli.c zend_hash_str_update(&EG(symbol_table), "argn", sizeof("argn")-1, &argn); EG 1029 sapi/cli/php_cli.c zend_hash_str_update(&EG(symbol_table), "argi", sizeof("argi")-1, &argi); EG 1041 sapi/cli/php_cli.c exit_status = EG(exit_status); EG 1088 sapi/cli/php_cli.c EG(current_execute_data) = &execute_data; EG 1091 sapi/cli/php_cli.c if (EG(exception)) { EG 1094 sapi/cli/php_cli.c ZVAL_OBJ(&tmp, EG(exception)); EG 1098 sapi/cli/php_cli.c EG(exception) = NULL; EG 1147 sapi/cli/php_cli.c exit_status = EG(exit_status); EG 1980 sapi/fpm/fpm/fpm_main.c if (UNEXPECTED(EG(exit_status) == 255)) { EG 31 sapi/fpm/fpm/fpm_php.c if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length)) == NULL) { EG 272 sapi/fpm/fpm/fpm_php.c data = zend_hash_find(&EG(symbol_table), table); EG 72 sapi/fpm/fpm/fpm_php_trace.c if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) { EG 777 sapi/litespeed/lsapi_main.c EG(uninitialized_zval_ptr) = NULL; EG 885 sapi/litespeed/lsapi_main.c ret = EG(exit_status); EG 315 sapi/phpdbg/phpdbg.c zend_execute_data *ex = EG(current_execute_data); EG 539 sapi/phpdbg/phpdbg.c ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { EG 553 sapi/phpdbg/phpdbg.c ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), name, ce) { EG 1090 sapi/phpdbg/phpdbg.c zend_hash_num_elements(EG(class_table)), EG 1091 sapi/phpdbg/phpdbg.c zend_hash_num_elements(EG(function_table)), EG 1092 sapi/phpdbg/phpdbg.c zend_hash_num_elements(EG(zend_constants)), EG 1093 sapi/phpdbg/phpdbg.c zend_hash_num_elements(&EG(included_files))); EG 1857 sapi/phpdbg/phpdbg.c EG(bailout) = __orig_bailout; /* reset zend_try */ EG 1858 sapi/phpdbg/phpdbg.c exit_status = EG(exit_status); EG 1952 sapi/phpdbg/phpdbg.c zend_objects_store_mark_destructed(&EG(objects_store)); EG 1992 sapi/phpdbg/phpdbg.c exit_status = EG(exit_status); EG 550 sapi/phpdbg/phpdbg_bp.c HashTable *func_table = EG(function_table); EG 554 sapi/phpdbg/phpdbg_bp.c if (EG(current_execute_data) == NULL) { EG 564 sapi/phpdbg/phpdbg_bp.c zend_execute_data *execute_data = EG(current_execute_data); EG 583 sapi/phpdbg/phpdbg_bp.c if (!(ce = zend_hash_str_find_ptr(EG(class_table), zend_str_tolower_dup(new_break->class_name, new_break->class_len), new_break->class_len))) { EG 900 sapi/phpdbg/phpdbg_bp.c phpdbg_debug("Op at: %.*s %d\n", path_len, path, (*EG(opline_ptr))->lineno); EG 907 sapi/phpdbg/phpdbg_bp.c if (EG(current_execute_data) && (brake = zend_hash_index_find_ptr(breaks, EG(current_execute_data)->opline->lineno))) { EG 1061 sapi/phpdbg/phpdbg_bp.c const zend_op *orig_opline = EG(current_execute_data)->opline; EG 1062 sapi/phpdbg/phpdbg_bp.c zend_function *orig_func = EG(current_execute_data)->func; EG 1063 sapi/phpdbg/phpdbg_bp.c zval *orig_retval = EG(current_execute_data)->return_value; EG 1075 sapi/phpdbg/phpdbg_bp.c EG(no_extensions) = 1; EG 1087 sapi/phpdbg/phpdbg_bp.c EG(no_extensions) = 1; EG 1088 sapi/phpdbg/phpdbg_bp.c EG(current_execute_data)->opline = orig_opline; EG 1089 sapi/phpdbg/phpdbg_bp.c EG(current_execute_data)->func = orig_func; EG 1090 sapi/phpdbg/phpdbg_bp.c EG(current_execute_data)->return_value = orig_retval; EG 112 sapi/phpdbg/phpdbg_cmd.h #define PHPDBG_EX(v) (EG(current_execute_data)->v) EG 38 sapi/phpdbg/phpdbg_frame.c EG(current_execute_data) = PHPDBG_FRAME(execute_data); EG 40 sapi/phpdbg/phpdbg_frame.c EG(scope) = PHPDBG_EX(func)->op_array.scope; EG 45 sapi/phpdbg/phpdbg_frame.c zend_execute_data *execute_data = PHPDBG_FRAME(num)?PHPDBG_FRAME(execute_data):EG(current_execute_data); EG 79 sapi/phpdbg/phpdbg_frame.c PHPDBG_FRAME(execute_data) = EG(current_execute_data); EG 80 sapi/phpdbg/phpdbg_frame.c EG(current_execute_data) = execute_data; EG 82 sapi/phpdbg/phpdbg_frame.c EG(scope) = PHPDBG_EX(func)->op_array.scope; EG 67 sapi/phpdbg/phpdbg_info.c phpdbg_notice("includedfilecount", "num=\"%d\"", "Included files: %d", zend_hash_num_elements(&EG(included_files))); EG 74 sapi/phpdbg/phpdbg_info.c ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), fname) { EG 105 sapi/phpdbg/phpdbg_info.c if (EG(zend_constants)) { EG 107 sapi/phpdbg/phpdbg_info.c ZEND_HASH_FOREACH_PTR(EG(zend_constants), data) { EG 182 sapi/phpdbg/phpdbg_info.c if (!EG(current_execute_data) || !EG(current_execute_data)->func) { EG 190 sapi/phpdbg/phpdbg_info.c symtable = &EG(symbol_table); EG 211 sapi/phpdbg/phpdbg_info.c zend_op_array *ops = &EG(current_execute_data)->func->op_array; EG 309 sapi/phpdbg/phpdbg_info.c zend_bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_data)->func; EG 311 sapi/phpdbg/phpdbg_info.c zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); EG 392 sapi/phpdbg/phpdbg_info.c ZEND_HASH_FOREACH_PTR(EG(class_table), ce) { EG 438 sapi/phpdbg/phpdbg_info.c ZEND_HASH_FOREACH_PTR(EG(function_table), zf) { EG 196 sapi/phpdbg/phpdbg_list.c HashTable *func_table = EG(function_table); EG 203 sapi/phpdbg/phpdbg_list.c if (EG(scope)) { EG 207 sapi/phpdbg/phpdbg_list.c func_table = &EG(scope)->function_table; EG 212 sapi/phpdbg/phpdbg_list.c } else if (!EG(function_table)) { EG 216 sapi/phpdbg/phpdbg_list.c func_table = EG(function_table); EG 44 sapi/phpdbg/phpdbg_print.c if (PHPDBG_G(in_execution) && EG(current_execute_data)) { EG 45 sapi/phpdbg/phpdbg_print.c phpdbg_print_opline(phpdbg_user_execute_data(EG(current_execute_data)), 1); EG 126 sapi/phpdbg/phpdbg_print.c if (PHPDBG_G(in_execution) && EG(current_execute_data)) { EG 127 sapi/phpdbg/phpdbg_print.c zend_op_array *ops = &phpdbg_user_execute_data(EG(current_execute_data))->func->op_array; EG 213 sapi/phpdbg/phpdbg_print.c HashTable *func_table = EG(function_table); EG 220 sapi/phpdbg/phpdbg_print.c if (EG(scope)) { EG 224 sapi/phpdbg/phpdbg_print.c func_table = &EG(scope)->function_table; EG 229 sapi/phpdbg/phpdbg_print.c } else if (!EG(function_table)) { EG 233 sapi/phpdbg/phpdbg_print.c func_table = EG(function_table); EG 266 sapi/phpdbg/phpdbg_print.c zend_function *func = zend_hash_str_find_ptr(EG(function_table), function, len); EG 270 sapi/phpdbg/phpdbg_print.c ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, func) { EG 306 sapi/phpdbg/phpdbg_print.c ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { EG 364 sapi/phpdbg/phpdbg_print.c ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { EG 390 sapi/phpdbg/phpdbg_print.c ZEND_HASH_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { EG 397 sapi/phpdbg/phpdbg_print.c ZEND_HASH_FOREACH_PTR(EG(class_table), ce) { EG 492 sapi/phpdbg/phpdbg_prompt.c if (EG(exception)) { EG 493 sapi/phpdbg/phpdbg_prompt.c zend_exception_error(EG(exception), E_ERROR); EG 522 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); EG 567 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); EG 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)) { EG 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)) { EG 634 sapi/phpdbg/phpdbg_prompt.c zend_object *ex = EG(exception); EG 639 sapi/phpdbg/phpdbg_prompt.c EG(exception) = NULL; EG 646 sapi/phpdbg/phpdbg_prompt.c if (EG(exception)) { EG 647 sapi/phpdbg/phpdbg_prompt.c EG(exception) = NULL; EG 660 sapi/phpdbg/phpdbg_prompt.c if (EG(prev_exception)) { EG 661 sapi/phpdbg/phpdbg_prompt.c OBJ_RELEASE(EG(prev_exception)); EG 662 sapi/phpdbg/phpdbg_prompt.c EG(prev_exception) = 0; EG 665 sapi/phpdbg/phpdbg_prompt.c EG(opline_before_exception) = NULL; EG 667 sapi/phpdbg/phpdbg_prompt.c EG(exit_status) = 255; EG 673 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *ex = EG(current_execute_data); EG 765 sapi/phpdbg/phpdbg_prompt.c if (EG(exception)) { EG 801 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *original_execute_data = EG(current_execute_data); EG 802 sapi/phpdbg/phpdbg_prompt.c zend_class_entry *original_scope = EG(scope); EG 803 sapi/phpdbg/phpdbg_prompt.c zend_vm_stack original_stack = EG(vm_stack); EG 808 sapi/phpdbg/phpdbg_prompt.c original_stack->top = EG(vm_stack_top); EG 812 sapi/phpdbg/phpdbg_prompt.c phpdbg_parse_variable(param->str, param->len, &EG(symbol_table), 0, phpdbg_output_ev_variable, 0); EG 829 sapi/phpdbg/phpdbg_prompt.c if (EG(exception)) { EG 830 sapi/phpdbg/phpdbg_prompt.c ex = EG(exception); EG 831 sapi/phpdbg/phpdbg_prompt.c zend_exception_error(EG(exception), E_ERROR); EG 849 sapi/phpdbg/phpdbg_prompt.c EG(current_execute_data) = original_execute_data; EG 850 sapi/phpdbg/phpdbg_prompt.c EG(scope) = original_scope; EG 851 sapi/phpdbg/phpdbg_prompt.c EG(vm_stack_top) = original_stack->top; EG 852 sapi/phpdbg/phpdbg_prompt.c EG(vm_stack_end) = original_stack->end; EG 853 sapi/phpdbg/phpdbg_prompt.c EG(vm_stack) = original_stack; EG 854 sapi/phpdbg/phpdbg_prompt.c EG(exit_status) = 0; EG 933 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("info", "classes=\"%d\"", "Classes %d", zend_hash_num_elements(EG(class_table))); EG 934 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("info", "functions=\"%d\"", "Functions %d", zend_hash_num_elements(EG(function_table))); EG 935 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("info", "constants=\"%d\"", "Constants %d", zend_hash_num_elements(EG(zend_constants))); EG 936 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("info", "includes=\"%d\"", "Included %d", zend_hash_num_elements(&EG(included_files))); EG 1234 sapi/phpdbg/phpdbg_prompt.c if ((function = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len))) { EG 1269 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clean", "classes=\"%d\"", "Classes %d", zend_hash_num_elements(EG(class_table))); EG 1270 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clean", "functions=\"%d\"", "Functions %d", zend_hash_num_elements(EG(function_table))); EG 1271 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clean", "constants=\"%d\"", "Constants %d", zend_hash_num_elements(EG(zend_constants))); EG 1272 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clean", "includes=\"%d\"", "Includes %d", zend_hash_num_elements(&EG(included_files))); EG 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)) { \ EG 1433 sapi/phpdbg/phpdbg_prompt.c backup_opline = EG(current_execute_data)->opline; \ EG 1435 sapi/phpdbg/phpdbg_prompt.c before_ex = EG(opline_before_exception); \ EG 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) \ EG 1455 sapi/phpdbg/phpdbg_prompt.c EG(current_execute_data)->opline = backup_opline; \ EG 1456 sapi/phpdbg/phpdbg_prompt.c EG(exception) = exception; \ EG 1461 sapi/phpdbg/phpdbg_prompt.c EG(opline_before_exception) = before_ex; \ EG 1480 sapi/phpdbg/phpdbg_prompt.c zend_object *exception = EG(exception); EG 1488 sapi/phpdbg/phpdbg_prompt.c if (EG(timed_out)) { EG 1645 sapi/phpdbg/phpdbg_prompt.c execute_data = EG(current_execute_data); EG 1654 sapi/phpdbg/phpdbg_prompt.c zend_object *exception = EG(exception); EG 1655 sapi/phpdbg/phpdbg_prompt.c zend_execute_data *data = EG(current_execute_data); /* should be always readable if not NULL */ EG 18 sapi/phpdbg/phpdbg_sigsafe.c if (*EG(bailout)) { EG 19 sapi/phpdbg/phpdbg_sigsafe.c LONGJMP(*EG(bailout), FAILURE); EG 193 sapi/phpdbg/phpdbg_utils.c func = zend_hash_find_ptr(EG(function_table), lfname); EG 323 sapi/phpdbg/phpdbg_utils.c if (!EG(current_execute_data) || !EG(current_execute_data)->func) { EG 400 sapi/phpdbg/phpdbg_utils.c *ce = zend_hash_str_find_ptr(EG(class_table), lc_name, lc_length); EG 683 sapi/phpdbg/phpdbg_utils.c phpdbg_xml("<float refstatus=\"%s\" value=\"%.*G\" />", COMMON, (int) EG(precision), Z_DVAL_P(zv)); EG 747 sapi/phpdbg/phpdbg_utils.c if (execute_data->opline >= EG(exception_op) && execute_data->opline < EG(exception_op) + 3) { EG 748 sapi/phpdbg/phpdbg_utils.c op = EG(opline_before_exception); EG 31 sapi/phpdbg/phpdbg_wait.c if ((zvp = zend_hash_str_find(&EG(symbol_table), name, strlen(name)))) { EG 158 sapi/phpdbg/phpdbg_wait.c zend_hash_clean(&EG(symbol_table)); EG 159 sapi/phpdbg/phpdbg_wait.c EG(symbol_table) = *Z_ARR_P(zvp); EG 304 sapi/phpdbg/phpdbg_wait.c if ((original_ini = zend_hash_find_ptr(EG(ini_directives), key))) { EG 683 sapi/phpdbg/phpdbg_watch.c if (EG(scope) && len >= 5 && !memcmp("$this", input, 5)) { EG 684 sapi/phpdbg/phpdbg_watch.c zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_data)->This); EG 687 sapi/phpdbg/phpdbg_watch.c if (phpdbg_is_auto_global(input, len) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_table), 0, callback, 1) != FAILURE) { EG 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); EG 801 sapi/phpdbg/phpdbg_watch.c return phpdbg_watchpoint_parse_input(input, len, EG(current_execute_data)->symbol_table, 0, phpdbg_delete_watchpoint, 0); EG 46 sapi/phpdbg/phpdbg_webdata_transfer.c zend_hash_copy(Z_ARRVAL(zv[1]), &EG(symbol_table), NULL); EG 125 sapi/phpdbg/phpdbg_webdata_transfer.c ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) { EG 146 sapi/phpdbg/phpdbg_webdata_transfer.c if (EG(modified_ini_directives)) { EG 150 sapi/phpdbg/phpdbg_webdata_transfer.c ZEND_HASH_FOREACH_PTR(EG(ini_directives), ini_entry) {