EG                 44 Zend/zend.c    # define GLOBAL_CONSTANTS_TABLE		EG(zend_constants)
EG                 69 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
EG                 71 Zend/zend.c    		EG(error_reporting) = atoi(new_value);
EG                290 Zend/zend.c    				zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name);
EG                484 Zend/zend.c    	memset(EG(exception_op), 0, sizeof(EG(exception_op)));
EG                485 Zend/zend.c    	EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION;
EG                486 Zend/zend.c    	EG(exception_op)[0].op1_type = IS_UNUSED;
EG                487 Zend/zend.c    	EG(exception_op)[0].op2_type = IS_UNUSED;
EG                488 Zend/zend.c    	EG(exception_op)[0].result_type = IS_UNUSED;
EG                489 Zend/zend.c    	ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op));
EG                490 Zend/zend.c    	EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION;
EG                491 Zend/zend.c    	EG(exception_op)[1].op1_type = IS_UNUSED;
EG                492 Zend/zend.c    	EG(exception_op)[1].op2_type = IS_UNUSED;
EG                493 Zend/zend.c    	EG(exception_op)[1].result_type = IS_UNUSED;
EG                494 Zend/zend.c    	ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1);
EG                495 Zend/zend.c    	EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION;
EG                496 Zend/zend.c    	EG(exception_op)[2].op1_type = IS_UNUSED;
EG                497 Zend/zend.c    	EG(exception_op)[2].op2_type = IS_UNUSED;
EG                498 Zend/zend.c    	EG(exception_op)[2].result_type = IS_UNUSED;
EG                499 Zend/zend.c    	ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2);
EG                564 Zend/zend.c    	zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE);
EG                567 Zend/zend.c    	EG(lambda_count) = 0;
EG                568 Zend/zend.c    	EG(user_error_handler) = NULL;
EG                569 Zend/zend.c    	EG(user_exception_handler) = NULL;
EG                570 Zend/zend.c    	EG(in_execution) = 0;
EG                571 Zend/zend.c    	EG(in_autoload) = NULL;
EG                572 Zend/zend.c    	EG(current_execute_data) = NULL;
EG                573 Zend/zend.c    	EG(current_module) = NULL;
EG                574 Zend/zend.c    	EG(exit_status) = 0;
EG                576 Zend/zend.c    	EG(saved_fpu_cw) = 0;
EG                578 Zend/zend.c    	EG(saved_fpu_cw_ptr) = NULL;
EG                579 Zend/zend.c    	EG(active) = 0;
EG                632 Zend/zend.c    	Z_ARRVAL_P(globals) = &EG(symbol_table);
EG                633 Zend/zend.c    	zend_hash_update(&EG(symbol_table), name, name_len + 1, &globals, sizeof(zval *), NULL);
EG                743 Zend/zend.c    	EG(user_error_handler) = NULL;
EG                744 Zend/zend.c    	EG(user_exception_handler) = NULL;
EG                794 Zend/zend.c    	zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
EG                803 Zend/zend.c    	free(EG(zend_constants));
EG                808 Zend/zend.c    	global_persistent_list = &EG(persistent_list);
EG                821 Zend/zend.c    	zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
EG                823 Zend/zend.c    	if (EG(active))
EG                888 Zend/zend.c    	if (!EG(bailout)) {
EG                894 Zend/zend.c    	CG(in_compilation) = EG(in_execution) = 0;
EG                895 Zend/zend.c    	EG(current_execute_data) = NULL;
EG                896 Zend/zend.c    	LONGJMP(*EG(bailout), FAILURE);
EG                952 Zend/zend.c    	EG(opline_ptr) = NULL;
EG                953 Zend/zend.c    	EG(active_symbol_table) = NULL;
EG                966 Zend/zend.c    	zend_destroy_rsrc_list(&EG(regular_list) TSRMLS_CC);
EG               1054 Zend/zend.c    	if (EG(exception)) {
EG               1065 Zend/zend.c    				zend_exception_error(EG(exception), E_WARNING TSRMLS_CC);
EG               1066 Zend/zend.c    				EG(exception) = NULL;
EG               1067 Zend/zend.c    				if (zend_is_executing(TSRMLS_C) && EG(opline_ptr)) {
EG               1130 Zend/zend.c    	if (!EG(user_error_handler)
EG               1131 Zend/zend.c    		|| !(EG(user_error_handler_error_reporting) & type)
EG               1132 Zend/zend.c    		|| EG(error_handling) != EH_NORMAL) {
EG               1180 Zend/zend.c    			if (!EG(active_symbol_table)) {
EG               1185 Zend/zend.c    			if (!EG(active_symbol_table)) {
EG               1188 Zend/zend.c    				Z_ARRVAL_P(z_context) = EG(active_symbol_table);
EG               1200 Zend/zend.c    			orig_user_error_handler = EG(user_error_handler);
EG               1201 Zend/zend.c    			EG(user_error_handler) = NULL;
EG               1230 Zend/zend.c    			} else if (!EG(exception)) {
EG               1248 Zend/zend.c    			if (!EG(user_error_handler)) {
EG               1249 Zend/zend.c    				EG(user_error_handler) = orig_user_error_handler;
EG               1268 Zend/zend.c    		if (!(EG(current_execute_data) &&
EG               1269 Zend/zend.c    			EG(current_execute_data)->opline &&
EG               1270 Zend/zend.c    			EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL &&
EG               1271 Zend/zend.c    			EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) {
EG               1272 Zend/zend.c    			EG(exit_status) = 255;
EG               1314 Zend/zend.c    	zend_op_array *orig_op_array = EG(active_op_array);
EG               1315 Zend/zend.c    	zval **orig_retval_ptr_ptr = EG(return_value_ptr_ptr);
EG               1333 Zend/zend.c    		EG(active_op_array) = zend_compile_file(file_handle, type TSRMLS_CC);
EG               1336 Zend/zend.c    			zend_hash_add(&EG(included_files), file_handle->opened_path, strlen(file_handle->opened_path) + 1, (void *)&dummy, sizeof(int), NULL);
EG               1339 Zend/zend.c    		if (EG(active_op_array)) {
EG               1340 Zend/zend.c    			EG(return_value_ptr_ptr) = retval ? retval : NULL;
EG               1341 Zend/zend.c    			zend_execute(EG(active_op_array) TSRMLS_CC);
EG               1343 Zend/zend.c    			if (EG(exception)) {
EG               1344 Zend/zend.c    				if (EG(user_exception_handler)) {
EG               1347 Zend/zend.c    					old_exception = EG(exception);
EG               1348 Zend/zend.c    					EG(exception) = NULL;
EG               1350 Zend/zend.c    					orig_user_exception_handler = EG(user_exception_handler);
EG               1355 Zend/zend.c    						if (EG(exception)) {
EG               1356 Zend/zend.c    							zval_ptr_dtor(&EG(exception));
EG               1357 Zend/zend.c    							EG(exception) = NULL;
EG               1361 Zend/zend.c    						EG(exception) = old_exception;
EG               1362 Zend/zend.c    						zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
EG               1365 Zend/zend.c    					zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
EG               1368 Zend/zend.c    			destroy_op_array(EG(active_op_array) TSRMLS_CC);
EG               1369 Zend/zend.c    			efree(EG(active_op_array));
EG               1372 Zend/zend.c    			EG(active_op_array) = orig_op_array;
EG               1373 Zend/zend.c    			EG(return_value_ptr_ptr) = orig_retval_ptr_ptr;
EG               1379 Zend/zend.c    	EG(active_op_array) = orig_op_array;
EG               1380 Zend/zend.c    	EG(return_value_ptr_ptr) = orig_retval_ptr_ptr;
EG                632 Zend/zend.h    		JMP_BUF *__orig_bailout = EG(bailout);					\
EG                635 Zend/zend.h    		EG(bailout) = &__bailout;								\
EG                639 Zend/zend.h    			EG(bailout) = __orig_bailout;
EG                642 Zend/zend.h    		EG(bailout) = __orig_bailout;							\
EG                644 Zend/zend.h    #define zend_first_try		EG(bailout)=NULL;	zend_try
EG                770 Zend/zend_API.c 						zend_function *active_function = EG(current_execute_data)->function_state.function;
EG                790 Zend/zend_API.c 					zend_function *active_function = EG(current_execute_data)->function_state.function;
EG                813 Zend/zend_API.c 			zend_function *active_function = EG(current_execute_data)->function_state.function;
EG               1041 Zend/zend_API.c 	zend_class_entry *old_scope = EG(scope);
EG               1043 Zend/zend_API.c 	EG(scope) = Z_OBJCE_P(obj);
EG               1045 Zend/zend_API.c 	EG(scope) = old_scope;
EG               1057 Zend/zend_API.c 		zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry);
EG               1091 Zend/zend_API.c 		zend_class_entry **scope = EG(in_execution)?&EG(scope):&CG(active_class_entry);
EG               1757 Zend/zend_API.c 		EG(current_module) = module;
EG               1760 Zend/zend_API.c 			EG(current_module) = NULL;
EG               1763 Zend/zend_API.c 		EG(current_module) = NULL;
EG               1943 Zend/zend_API.c 	EG(current_module) = module;
EG               1946 Zend/zend_API.c 		EG(current_module) = NULL;
EG               1951 Zend/zend_API.c 	EG(current_module) = NULL;
EG               2054 Zend/zend_API.c 	internal_function->module = EG(current_module);
EG               2358 Zend/zend_API.c 	zend_hash_apply_with_argument(EG(class_table), (apply_func_arg_t) clean_module_class, (void *) &module_number TSRMLS_CC);
EG               2438 Zend/zend_API.c 	EG(opline_ptr) = NULL; /* we're no longer executing anything */
EG               2441 Zend/zend_API.c 		if (EG(full_tables_cleanup)) {
EG               2485 Zend/zend_API.c 	if (EG(full_tables_cleanup)) {
EG               2518 Zend/zend_API.c 	class_entry->info.internal.module = EG(current_module);
EG               2694 Zend/zend_API.c 		if (!EG(scope)) {
EG               2697 Zend/zend_API.c 			fcc->called_scope = EG(called_scope);
EG               2698 Zend/zend_API.c 			fcc->calling_scope = EG(scope);
EG               2700 Zend/zend_API.c 				fcc->object_ptr = EG(This);
EG               2706 Zend/zend_API.c 		if (!EG(scope)) {
EG               2708 Zend/zend_API.c 		} else if (!EG(scope)->parent) {
EG               2711 Zend/zend_API.c 			fcc->called_scope = EG(called_scope);
EG               2712 Zend/zend_API.c 			fcc->calling_scope = EG(scope)->parent;
EG               2714 Zend/zend_API.c 				fcc->object_ptr = EG(This);
EG               2721 Zend/zend_API.c 		if (!EG(called_scope)) {
EG               2724 Zend/zend_API.c 			fcc->called_scope = EG(called_scope);
EG               2725 Zend/zend_API.c 			fcc->calling_scope = EG(called_scope);
EG               2727 Zend/zend_API.c 				fcc->object_ptr = EG(This);
EG               2733 Zend/zend_API.c 		zend_class_entry *scope = EG(active_op_array) ? EG(active_op_array)->scope : NULL;
EG               2736 Zend/zend_API.c 		if (scope && !fcc->object_ptr && EG(This) &&
EG               2737 Zend/zend_API.c 		    instanceof_function(Z_OBJCE_P(EG(This)), scope TSRMLS_CC) &&
EG               2739 Zend/zend_API.c 			fcc->object_ptr = EG(This);
EG               2783 Zend/zend_API.c 		if (zend_hash_find(EG(function_table), lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) {
EG               2806 Zend/zend_API.c 		last_scope = EG(scope);
EG               2808 Zend/zend_API.c 			EG(scope) = ce_org;
EG               2812 Zend/zend_API.c 			EG(scope) = last_scope;
EG               2815 Zend/zend_API.c 		EG(scope) = last_scope;
EG               2849 Zend/zend_API.c 		    !strict_class && EG(scope) &&
EG               2850 Zend/zend_API.c 		    instanceof_function(fcc->function_handler->common.scope, EG(scope) TSRMLS_CC)) {
EG               2853 Zend/zend_API.c 			if (zend_hash_find(&EG(scope)->function_table, lmname, mlen+1, (void **) &priv_fbc)==SUCCESS
EG               2855 Zend/zend_API.c 				&& priv_fbc->common.scope == EG(scope)) {
EG               2864 Zend/zend_API.c 				if (!zend_check_private(fcc->function_handler, fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : EG(scope), lmname, mlen TSRMLS_CC)) {
EG               2870 Zend/zend_API.c 				if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) {
EG               2919 Zend/zend_API.c 				if (call_via_handler && !fcc->object_ptr && EG(This) &&
EG               2920 Zend/zend_API.c 				    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               2921 Zend/zend_API.c 				    instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) {
EG               2922 Zend/zend_API.c 					fcc->object_ptr = EG(This);
EG               2951 Zend/zend_API.c 				if (EG(This) && instanceof_function(Z_OBJCE_P(EG(This)), fcc->calling_scope TSRMLS_CC)) {
EG               2952 Zend/zend_API.c 					fcc->object_ptr = EG(This);
EG               2954 Zend/zend_API.c 						zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name);
EG               2959 Zend/zend_API.c 						zend_error(severity, "Non-static method %s::%s() %s be called statically, assuming $this from compatible context %s", fcc->calling_scope->name, fcc->function_handler->common.function_name, verb, Z_OBJCE_P(EG(This))->name);
EG               2974 Zend/zend_API.c 					if (!zend_check_private(fcc->function_handler, fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : EG(scope), lmname, mlen TSRMLS_CC)) {
EG               2984 Zend/zend_API.c 					if (!zend_check_protected(fcc->function_handler->common.scope, EG(scope))) {
EG               3045 Zend/zend_API.c 	    (!EG(objects_store).object_buckets || 
EG               3046 Zend/zend_API.c 	     !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(object_ptr)].valid)) {
EG               3126 Zend/zend_API.c 						if (!EG(objects_store).object_buckets || 
EG               3127 Zend/zend_API.c 						    !EG(objects_store).object_buckets[Z_OBJ_HANDLE_PP(obj)].valid) {
EG               3256 Zend/zend_API.c 	fci->function_table = fcc->calling_scope ? &fcc->calling_scope->function_table : EG(function_table);
EG               3713 Zend/zend_API.c 	zend_class_entry *old_scope = EG(scope);
EG               3715 Zend/zend_API.c 	EG(scope) = scope;
EG               3730 Zend/zend_API.c 	EG(scope) = old_scope;
EG               3809 Zend/zend_API.c 	zend_class_entry *old_scope = EG(scope);
EG               3811 Zend/zend_API.c 	EG(scope) = scope;
EG               3813 Zend/zend_API.c 	EG(scope) = old_scope;
EG               3918 Zend/zend_API.c 	zend_class_entry *old_scope = EG(scope);
EG               3920 Zend/zend_API.c 	EG(scope) = scope;
EG               3935 Zend/zend_API.c 	EG(scope) = old_scope;
EG               3943 Zend/zend_API.c 	zend_class_entry *old_scope = EG(scope);
EG               3945 Zend/zend_API.c 	EG(scope) = scope;
EG               3947 Zend/zend_API.c 	EG(scope) = old_scope;
EG               3955 Zend/zend_API.c 	current->handling = EG(error_handling);
EG               3956 Zend/zend_API.c 	current->exception = EG(exception_class);
EG               3957 Zend/zend_API.c 	current->user_handler = EG(user_error_handler);
EG               3968 Zend/zend_API.c 		if (error_handling != EH_NORMAL && EG(user_error_handler)) {
EG               3969 Zend/zend_API.c 			zval_ptr_dtor(&EG(user_error_handler));
EG               3970 Zend/zend_API.c 			EG(user_error_handler) = NULL;
EG               3973 Zend/zend_API.c 	EG(error_handling) = error_handling;
EG               3974 Zend/zend_API.c 	EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL;
EG               3980 Zend/zend_API.c 	EG(error_handling) = saved->handling;
EG               3981 Zend/zend_API.c 	EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL;
EG               3982 Zend/zend_API.c 	if (saved->user_handler	&& saved->user_handler != EG(user_error_handler)) {
EG               3983 Zend/zend_API.c 		if (EG(user_error_handler)) {
EG               3984 Zend/zend_API.c 			zval_ptr_dtor(&EG(user_error_handler));
EG               3986 Zend/zend_API.c 		EG(user_error_handler) = saved->user_handler;
EG                724 Zend/zend_API.h 	ZEND_SET_SYMBOL(&EG(symbol_table), name, var)
EG                727 Zend/zend_API.h 	ZEND_SET_SYMBOL_WITH_LENGTH(&EG(symbol_table), name, name_length, var, _refcount, _is_ref)
EG               1763 Zend/zend_alloc.c 		} else if (EG(in_execution)) {
EG               1764 Zend/zend_alloc.c 			error_filename = EG(active_op_array)?EG(active_op_array)->filename:NULL;
EG               1765 Zend/zend_alloc.c 			error_lineno = EG(opline_ptr)?(*EG(opline_ptr))->lineno:0;
EG                344 Zend/zend_builtin_functions.c 	return (EG(current_module) = zend_register_module_ex(&zend_builtin_module TSRMLS_CC)) == NULL ? FAILURE : SUCCESS;
EG                393 Zend/zend_builtin_functions.c 	zend_execute_data *ex = EG(current_execute_data)->prev_execute_data;
EG                413 Zend/zend_builtin_functions.c 	zend_execute_data *ex = EG(current_execute_data)->prev_execute_data;
EG                450 Zend/zend_builtin_functions.c 	zend_execute_data *ex = EG(current_execute_data)->prev_execute_data;
EG                639 Zend/zend_builtin_functions.c 	old_error_reporting = EG(error_reporting);
EG                763 Zend/zend_builtin_functions.c 		if (EG(scope)) {
EG                764 Zend/zend_builtin_functions.c 			RETURN_STRINGL(EG(scope)->name, EG(scope)->name_length, 1);
EG                786 Zend/zend_builtin_functions.c 	if (EG(called_scope)) {
EG                787 Zend/zend_builtin_functions.c 		RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1);
EG                788 Zend/zend_builtin_functions.c 	} else if (!EG(scope))  {
EG                810 Zend/zend_builtin_functions.c 		ce = EG(scope);
EG                921 Zend/zend_builtin_functions.c 		     prop_info->ce != EG(scope)) ||
EG                923 Zend/zend_builtin_functions.c 		     !zend_check_protected(prop_info->ce, EG(scope))) ||
EG                925 Zend/zend_builtin_functions.c 		      ce != EG(scope) &&
EG                926 Zend/zend_builtin_functions.c 			  prop_info->ce != EG(scope))) {
EG               1081 Zend/zend_builtin_functions.c 		 || (EG(scope) &&
EG               1083 Zend/zend_builtin_functions.c 		       zend_check_protected(mptr->common.scope, EG(scope)))
EG               1085 Zend/zend_builtin_functions.c 		       EG(scope) == mptr->common.scope)))) {
EG               1257 Zend/zend_builtin_functions.c 		found = zend_hash_find(EG(class_table), name, len+1, (void **) &ce);
EG               1300 Zend/zend_builtin_functions.c 		found = zend_hash_find(EG(class_table), name, len+1, (void **) &ce);
EG               1343 Zend/zend_builtin_functions.c 		found = zend_hash_find(EG(class_table), name, len+1, (void **) &ce);
EG               1380 Zend/zend_builtin_functions.c 	retval = (zend_hash_find(EG(function_table), name, name_len+1, (void **)&func) == SUCCESS);
EG               1493 Zend/zend_builtin_functions.c 	zend_hash_internal_pointer_reset(&EG(included_files));
EG               1494 Zend/zend_builtin_functions.c 	while (zend_hash_get_current_key_ex(&EG(included_files), &entry, &entry_len, NULL, 0, NULL) == HASH_KEY_IS_STRING) {
EG               1496 Zend/zend_builtin_functions.c 		zend_hash_move_forward(&EG(included_files));
EG               1554 Zend/zend_builtin_functions.c 	if (EG(user_error_handler)) {
EG               1555 Zend/zend_builtin_functions.c 		RETVAL_ZVAL(EG(user_error_handler), 1, 0);
EG               1557 Zend/zend_builtin_functions.c 		zend_stack_push(&EG(user_error_handlers_error_reporting), &EG(user_error_handler_error_reporting), sizeof(EG(user_error_handler_error_reporting)));
EG               1558 Zend/zend_builtin_functions.c 		zend_ptr_stack_push(&EG(user_error_handlers), EG(user_error_handler));
EG               1562 Zend/zend_builtin_functions.c 		EG(user_error_handler) = NULL;
EG               1566 Zend/zend_builtin_functions.c 	ALLOC_ZVAL(EG(user_error_handler));
EG               1567 Zend/zend_builtin_functions.c 	MAKE_COPY_ZVAL(&error_handler, EG(user_error_handler));
EG               1568 Zend/zend_builtin_functions.c 	EG(user_error_handler_error_reporting) = (int)error_type;
EG               1577 Zend/zend_builtin_functions.c 	if (EG(user_error_handler)) {
EG               1578 Zend/zend_builtin_functions.c 		zval *zeh = EG(user_error_handler);
EG               1580 Zend/zend_builtin_functions.c 		EG(user_error_handler) = NULL;
EG               1584 Zend/zend_builtin_functions.c 	if (zend_ptr_stack_num_elements(&EG(user_error_handlers))==0) {
EG               1585 Zend/zend_builtin_functions.c 		EG(user_error_handler) = NULL;
EG               1587 Zend/zend_builtin_functions.c 		EG(user_error_handler_error_reporting) = zend_stack_int_top(&EG(user_error_handlers_error_reporting));
EG               1588 Zend/zend_builtin_functions.c 		zend_stack_del_top(&EG(user_error_handlers_error_reporting));
EG               1589 Zend/zend_builtin_functions.c 		EG(user_error_handler) = zend_ptr_stack_pop(&EG(user_error_handlers));
EG               1617 Zend/zend_builtin_functions.c 	if (EG(user_exception_handler)) {
EG               1618 Zend/zend_builtin_functions.c 		RETVAL_ZVAL(EG(user_exception_handler), 1, 0);
EG               1620 Zend/zend_builtin_functions.c 		zend_ptr_stack_push(&EG(user_exception_handlers), EG(user_exception_handler));
EG               1624 Zend/zend_builtin_functions.c 		EG(user_exception_handler) = NULL;
EG               1628 Zend/zend_builtin_functions.c 	ALLOC_ZVAL(EG(user_exception_handler));
EG               1629 Zend/zend_builtin_functions.c 	MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler))
EG               1638 Zend/zend_builtin_functions.c 	if (EG(user_exception_handler)) {
EG               1639 Zend/zend_builtin_functions.c 		zval_ptr_dtor(&EG(user_exception_handler));
EG               1641 Zend/zend_builtin_functions.c 	if (zend_ptr_stack_num_elements(&EG(user_exception_handlers))==0) {
EG               1642 Zend/zend_builtin_functions.c 		EG(user_exception_handler) = NULL;
EG               1644 Zend/zend_builtin_functions.c 		EG(user_exception_handler) = zend_ptr_stack_pop(&EG(user_exception_handlers));
EG               1683 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
EG               1700 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
EG               1716 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
EG               1758 Zend/zend_builtin_functions.c 	zend_hash_apply_with_arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_name, 2, internal, user);
EG               1782 Zend/zend_builtin_functions.c 	if (!EG(active_symbol_table)) {
EG               1786 Zend/zend_builtin_functions.c 	array_init_size(return_value, zend_hash_num_elements(EG(active_symbol_table)));
EG               1788 Zend/zend_builtin_functions.c 	zend_hash_copy(Z_ARRVAL_P(return_value), EG(active_symbol_table),
EG               1837 Zend/zend_builtin_functions.c 		if (zend_hash_find(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME), (void **) &func)==FAILURE) {
EG               1848 Zend/zend_builtin_functions.c 			function_name_length = 1 + snprintf(function_name + 1, sizeof("lambda_")+MAX_LENGTH_OF_LONG, "lambda_%d", ++EG(lambda_count));
EG               1849 Zend/zend_builtin_functions.c 		} while (zend_hash_add(EG(function_table), function_name, function_name_length+1, &new_function, sizeof(zend_function), NULL)==FAILURE);
EG               1850 Zend/zend_builtin_functions.c 		zend_hash_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME));
EG               1853 Zend/zend_builtin_functions.c 		zend_hash_del(EG(function_table), LAMBDA_TEMP_FUNCNAME, sizeof(LAMBDA_TEMP_FUNCNAME));
EG               1985 Zend/zend_builtin_functions.c 		zend_hash_internal_pointer_reset_ex(EG(zend_constants), &pos);
EG               1986 Zend/zend_builtin_functions.c 		while (zend_hash_get_current_data_ex(EG(zend_constants), (void **) &val, &pos) != FAILURE) {
EG               2016 Zend/zend_builtin_functions.c 			zend_hash_move_forward_ex(EG(zend_constants), &pos);
EG               2021 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) add_constant_info, return_value TSRMLS_CC);
EG               2088 Zend/zend_builtin_functions.c 	ptr = EG(current_execute_data);
EG               2248 Zend/zend_builtin_functions.c 	ptr = EG(current_execute_data);
EG                 50 Zend/zend_closures.c 	zend_function *func = EG(current_execute_data)->function_state.function;
EG                219 Zend/zend_closures.c 	Z_ADDREF(EG(uninitialized_zval));
EG                220 Zend/zend_closures.c 	return &EG(uninitialized_zval);
EG                259 Zend/zend_closures.c 		zend_execute_data *ex = EG(current_execute_data);
EG               3607 Zend/zend_compile.c 	} else if (EG(error_reporting) & E_STRICT || EG(user_error_handler)) { /* Check E_STRICT (or custom error handler) before the check so that we save some time */
EG               4862 Zend/zend_compile.c 				do_bind_inherited_class(op_array, &op_array->opcodes[opline_num], EG(class_table), *pce, 0 TSRMLS_CC);
EG               5665 Zend/zend_compile.c 		if (zend_hash_find(EG(zend_constants), Z_STRVAL_P(const_name)+1, Z_STRLEN_P(const_name), (void **) &c) == FAILURE) {
EG               5668 Zend/zend_compile.c 			if (zend_hash_find(EG(zend_constants), lookup_name, Z_STRLEN_P(const_name), (void **) &c)==SUCCESS) {
EG               5677 Zend/zend_compile.c 	} else if (zend_hash_find(EG(zend_constants), Z_STRVAL_P(const_name), Z_STRLEN_P(const_name)+1, (void **) &c) == FAILURE) {
EG               5680 Zend/zend_compile.c 		if (zend_hash_find(EG(zend_constants), lookup_name, Z_STRLEN_P(const_name)+1, (void **) &c)==SUCCESS) {
EG                 80 Zend/zend_constants.c 	zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) clean_module_constant, (void *) &module_number TSRMLS_CC);
EG                 86 Zend/zend_constants.c 	EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable));
EG                 88 Zend/zend_constants.c 	if (zend_hash_init(EG(zend_constants), 20, NULL, ZEND_CONSTANT_DTOR, 1)==FAILURE) {
EG                131 Zend/zend_constants.c 	zend_hash_destroy(EG(zend_constants));
EG                132 Zend/zend_constants.c 	free(EG(zend_constants));
EG                139 Zend/zend_constants.c 	if (EG(full_tables_cleanup)) {
EG                140 Zend/zend_constants.c 		zend_hash_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant_full TSRMLS_CC);
EG                142 Zend/zend_constants.c 		zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant TSRMLS_CC);
EG                219 Zend/zend_constants.c 	if (!EG(in_execution)) {
EG                226 Zend/zend_constants.c 		if (EG(scope) && EG(scope)->name) {
EG                231 Zend/zend_constants.c 			const_name_len = sizeof("\0__CLASS__") + EG(scope)->name_length;
EG                234 Zend/zend_constants.c 			zend_str_tolower_copy(const_name + sizeof("\0__CLASS__")-1, EG(scope)->name, EG(scope)->name_length);
EG                235 Zend/zend_constants.c 			if (zend_hash_find(EG(zend_constants), const_name, const_name_len, (void**)c) == FAILURE) {
EG                236 Zend/zend_constants.c 				zend_hash_add(EG(zend_constants), const_name, const_name_len, (void*)&tmp, sizeof(zend_constant), (void**)c);
EG                238 Zend/zend_constants.c 				Z_STRVAL((**c).value) = estrndup(EG(scope)->name, EG(scope)->name_length);
EG                239 Zend/zend_constants.c 				Z_STRLEN((**c).value) = EG(scope)->name_length;
EG                244 Zend/zend_constants.c 			if (zend_hash_find(EG(zend_constants), "\0__CLASS__", sizeof("\0__CLASS__"), (void**)c) == FAILURE) {
EG                245 Zend/zend_constants.c 				zend_hash_add(EG(zend_constants), "\0__CLASS__", sizeof("\0__CLASS__"), (void*)&tmp, sizeof(zend_constant), (void**)c);
EG                264 Zend/zend_constants.c 		ret = zend_hash_find(EG(zend_constants), haltname, len+1, (void **) c);
EG                279 Zend/zend_constants.c 	if (zend_hash_find(EG(zend_constants), name, name_len+1, (void **) &c) == FAILURE) {
EG                282 Zend/zend_constants.c 		if (zend_hash_find(EG(zend_constants), lookup_name, name_len+1, (void **) &c)==SUCCESS) {
EG                328 Zend/zend_constants.c 			if (EG(in_execution)) {
EG                329 Zend/zend_constants.c 				scope = EG(scope);
EG                356 Zend/zend_constants.c 			if (EG(called_scope)) {
EG                357 Zend/zend_constants.c 				ce = EG(called_scope);
EG                397 Zend/zend_constants.c 		if (zend_hash_find(EG(zend_constants), lcname, prefix_len + 1 + const_name_len + 1, (void **) &c) == SUCCESS) {
EG                402 Zend/zend_constants.c 			if (zend_hash_find(EG(zend_constants), lcname, prefix_len + 1 + const_name_len + 1, (void **) &c) == SUCCESS) {
EG                442 Zend/zend_constants.c 	if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE) {
EG                444 Zend/zend_constants.c 		if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE ||
EG                448 Zend/zend_constants.c 				if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE) {
EG                450 Zend/zend_constants.c 					if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE ||
EG                503 Zend/zend_constants.c 		|| zend_hash_quick_add(EG(zend_constants), name, c->name_len, chash, (void *) c, sizeof(zend_constant), NULL)==FAILURE) {
EG                 29 Zend/zend_dtrace.c 	if (EG(current_execute_data) && EG(current_execute_data)->op_array) {
EG                 30 Zend/zend_dtrace.c 		return EG(current_execute_data)->op_array->filename;
EG                 69 Zend/zend_exceptions.c 	if (EG(prev_exception)) {
EG                 70 Zend/zend_exceptions.c 		zend_exception_set_previous(EG(exception), EG(prev_exception) TSRMLS_CC);
EG                 72 Zend/zend_exceptions.c 	if (EG(exception)) {
EG                 73 Zend/zend_exceptions.c 		EG(prev_exception) = EG(exception);
EG                 75 Zend/zend_exceptions.c 	EG(exception) = NULL;
EG                 81 Zend/zend_exceptions.c 	if (EG(prev_exception)) {
EG                 82 Zend/zend_exceptions.c 		if (EG(exception)) {
EG                 83 Zend/zend_exceptions.c 			zend_exception_set_previous(EG(exception), EG(prev_exception) TSRMLS_CC);
EG                 85 Zend/zend_exceptions.c 			EG(exception) = EG(prev_exception);
EG                 87 Zend/zend_exceptions.c 		EG(prev_exception) = NULL;
EG                109 Zend/zend_exceptions.c 		zval *previous = EG(exception);
EG                110 Zend/zend_exceptions.c 		zend_exception_set_previous(exception, EG(exception) TSRMLS_CC);
EG                111 Zend/zend_exceptions.c 		EG(exception) = exception;
EG                116 Zend/zend_exceptions.c 	if (!EG(current_execute_data)) {
EG                117 Zend/zend_exceptions.c 		if(EG(exception)) {
EG                118 Zend/zend_exceptions.c 			zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
EG                127 Zend/zend_exceptions.c 	if (EG(current_execute_data)->opline == NULL ||
EG                128 Zend/zend_exceptions.c 	    (EG(current_execute_data)->opline+1)->opcode == ZEND_HANDLE_EXCEPTION) {
EG                132 Zend/zend_exceptions.c 	EG(opline_before_exception) = EG(current_execute_data)->opline;
EG                133 Zend/zend_exceptions.c 	EG(current_execute_data)->opline = EG(exception_op);
EG                139 Zend/zend_exceptions.c 	if (EG(prev_exception)) {
EG                140 Zend/zend_exceptions.c 		zval_ptr_dtor(&EG(prev_exception));
EG                141 Zend/zend_exceptions.c 		EG(prev_exception) = NULL;
EG                143 Zend/zend_exceptions.c 	if (!EG(exception)) {
EG                146 Zend/zend_exceptions.c 	zval_ptr_dtor(&EG(exception));
EG                147 Zend/zend_exceptions.c 	EG(exception) = NULL;
EG                148 Zend/zend_exceptions.c 	EG(current_execute_data)->opline = EG(opline_before_exception);
EG                150 Zend/zend_exceptions.c 	EG(opline_before_exception) = NULL;
EG                515 Zend/zend_exceptions.c 			s_tmp = emalloc(MAX_LENGTH_OF_DOUBLE + EG(precision) + 1);
EG                516 Zend/zend_exceptions.c 			l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval);  /* SAFE */
EG                899 Zend/zend_exceptions.c 		EG(exception) = NULL;
EG                902 Zend/zend_exceptions.c 		if (!EG(exception)) {
EG                906 Zend/zend_exceptions.c 				zend_update_property_string(default_exception_ce, exception, "string", sizeof("string")-1, EG(exception) ? ce_exception->name : Z_STRVAL_P(str) TSRMLS_CC);
EG                911 Zend/zend_exceptions.c 		if (EG(exception)) {
EG                914 Zend/zend_exceptions.c 				file = zend_read_property(default_exception_ce, EG(exception), "file", sizeof("file")-1, 1 TSRMLS_CC);
EG                915 Zend/zend_exceptions.c 				line = zend_read_property(default_exception_ce, EG(exception), "line", sizeof("line")-1, 1 TSRMLS_CC);
EG                924 Zend/zend_exceptions.c 			zend_error_va(E_WARNING, file ? Z_STRVAL_P(file) : NULL, line ? Z_LVAL_P(line) : 0, "Uncaught %s in exception handling during call to %s::__tostring()", Z_OBJCE_P(EG(exception))->name, ce_exception->name);
EG                 88 Zend/zend_execute.c 		ZEND_ASSERT(z != &EG(uninitialized_zval));
EG                154 Zend/zend_execute.c #define CV_DEF_OF(i) (EG(active_op_array)->vars[i])
EG                191 Zend/zend_execute.c 	if (!EG(active_symbol_table) ||
EG                192 Zend/zend_execute.c 	    zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) {
EG                199 Zend/zend_execute.c 				return &EG(uninitialized_zval_ptr);
EG                205 Zend/zend_execute.c 				Z_ADDREF(EG(uninitialized_zval));
EG                206 Zend/zend_execute.c 				if (!EG(active_symbol_table)) {
EG                207 Zend/zend_execute.c 					*ptr = (zval**)EX_CV_NUM(EG(current_execute_data), EG(active_op_array)->last_var + var);
EG                208 Zend/zend_execute.c 					**ptr = &EG(uninitialized_zval);
EG                210 Zend/zend_execute.c 					zend_hash_quick_update(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **)ptr);
EG                222 Zend/zend_execute.c 	if (!EG(active_symbol_table) ||
EG                223 Zend/zend_execute.c 	    zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) {
EG                225 Zend/zend_execute.c 		return &EG(uninitialized_zval_ptr);
EG                234 Zend/zend_execute.c 	if (!EG(active_symbol_table) ||
EG                235 Zend/zend_execute.c 	    zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) {
EG                237 Zend/zend_execute.c 		return &EG(uninitialized_zval_ptr);
EG                246 Zend/zend_execute.c 	if (!EG(active_symbol_table) ||
EG                247 Zend/zend_execute.c 	    zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) {
EG                248 Zend/zend_execute.c 		return &EG(uninitialized_zval_ptr);
EG                257 Zend/zend_execute.c 	if (!EG(active_symbol_table)) {
EG                258 Zend/zend_execute.c 		Z_ADDREF(EG(uninitialized_zval));
EG                259 Zend/zend_execute.c 		*ptr = (zval**)EX_CV_NUM(EG(current_execute_data), EG(active_op_array)->last_var + var);
EG                260 Zend/zend_execute.c 		**ptr = &EG(uninitialized_zval);
EG                262 Zend/zend_execute.c 	} else if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) {
EG                263 Zend/zend_execute.c 		Z_ADDREF(EG(uninitialized_zval));
EG                264 Zend/zend_execute.c 		zend_hash_quick_update(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **)ptr);
EG                274 Zend/zend_execute.c 	if (!EG(active_symbol_table)) {
EG                275 Zend/zend_execute.c 		Z_ADDREF(EG(uninitialized_zval));
EG                276 Zend/zend_execute.c 		*ptr = (zval**)EX_CV_NUM(EG(current_execute_data), EG(active_op_array)->last_var + var);
EG                277 Zend/zend_execute.c 		**ptr = &EG(uninitialized_zval);
EG                278 Zend/zend_execute.c 	} else if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) {
EG                279 Zend/zend_execute.c 		Z_ADDREF(EG(uninitialized_zval));
EG                280 Zend/zend_execute.c 		zend_hash_quick_update(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **)ptr);
EG                287 Zend/zend_execute.c 	zval ***ptr = EX_CV_NUM(EG(current_execute_data), var);
EG                401 Zend/zend_execute.c 	zval ***ptr = EX_CV_NUM(EG(current_execute_data), var);
EG                474 Zend/zend_execute.c 	if (EXPECTED(EG(This) != NULL)) {
EG                475 Zend/zend_execute.c 		return EG(This);
EG                485 Zend/zend_execute.c 		if (EXPECTED(EG(This) != NULL)) {
EG                489 Zend/zend_execute.c 			return &EG(This);
EG                499 Zend/zend_execute.c 	if (EXPECTED(EG(This) != NULL)) {
EG                500 Zend/zend_execute.c 		return &EG(This);
EG                510 Zend/zend_execute.c 		if (EXPECTED(EG(This) != NULL)) {
EG                512 Zend/zend_execute.c 			return EG(This);
EG                525 Zend/zend_execute.c 	if (variable_ptr == &EG(error_zval) || value_ptr == &EG(error_zval)) {
EG                526 Zend/zend_execute.c 		variable_ptr_ptr = &EG(uninitialized_zval_ptr);
EG                548 Zend/zend_execute.c 		} else if (variable_ptr==&EG(uninitialized_zval)
EG                590 Zend/zend_execute.c 	zend_execute_data *ptr = EG(current_execute_data)->prev_execute_data;
EG                695 Zend/zend_execute.c 		if (object == &EG(error_zval)) {
EG                697 Zend/zend_execute.c 				*retval = &EG(uninitialized_zval);
EG                714 Zend/zend_execute.c 					*retval = &EG(uninitialized_zval);
EG                726 Zend/zend_execute.c 				*retval = &EG(uninitialized_zval);
EG                758 Zend/zend_execute.c 				*retval = &EG(uninitialized_zval);
EG                759 Zend/zend_execute.c 				PZVAL_LOCK(&EG(uninitialized_zval));
EG                778 Zend/zend_execute.c 	if (retval && !EG(exception)) {
EG                920 Zend/zend_execute.c 				ZEND_ASSERT(variable_ptr != &EG(uninitialized_zval));
EG               1010 Zend/zend_execute.c 			if (!EG(active_symbol_table)) {
EG               1013 Zend/zend_execute.c 			return EG(active_symbol_table);
EG               1017 Zend/zend_execute.c 			return &EG(symbol_table);
EG               1020 Zend/zend_execute.c 			if (!EG(active_op_array)->static_variables) {
EG               1021 Zend/zend_execute.c 				ALLOC_HASHTABLE(EG(active_op_array)->static_variables);
EG               1022 Zend/zend_execute.c 				zend_hash_init(EG(active_op_array)->static_variables, 2, NULL, ZVAL_PTR_DTOR, 0);
EG               1024 Zend/zend_execute.c 			return EG(active_op_array)->static_variables;
EG               1064 Zend/zend_execute.c 						retval = &EG(uninitialized_zval_ptr);
EG               1070 Zend/zend_execute.c 							zval *new_zval = &EG(uninitialized_zval);
EG               1096 Zend/zend_execute.c 						retval = &EG(uninitialized_zval_ptr);
EG               1102 Zend/zend_execute.c 						zval *new_zval = &EG(uninitialized_zval);
EG               1115 Zend/zend_execute.c 				&EG(error_zval_ptr) : &EG(uninitialized_zval_ptr);
EG               1134 Zend/zend_execute.c 				zval *new_zval = &EG(uninitialized_zval);
EG               1139 Zend/zend_execute.c 					retval = &EG(error_zval_ptr);
EG               1151 Zend/zend_execute.c 			if (container == &EG(error_zval)) {
EG               1152 Zend/zend_execute.c 				result->var.ptr_ptr = &EG(error_zval_ptr);
EG               1153 Zend/zend_execute.c 				PZVAL_LOCK(EG(error_zval_ptr));
EG               1165 Zend/zend_execute.c 				result->var.ptr_ptr = &EG(uninitialized_zval_ptr);
EG               1166 Zend/zend_execute.c 				PZVAL_LOCK(EG(uninitialized_zval_ptr));
EG               1254 Zend/zend_execute.c 					result->var.ptr_ptr = &EG(error_zval_ptr);
EG               1255 Zend/zend_execute.c 					PZVAL_LOCK(EG(error_zval_ptr));
EG               1273 Zend/zend_execute.c 				result->var.ptr_ptr = &EG(uninitialized_zval_ptr);
EG               1274 Zend/zend_execute.c 				PZVAL_LOCK(EG(uninitialized_zval_ptr));
EG               1277 Zend/zend_execute.c 				result->var.ptr_ptr = &EG(error_zval_ptr);
EG               1278 Zend/zend_execute.c 				PZVAL_LOCK(EG(error_zval_ptr));
EG               1297 Zend/zend_execute.c 			result->var.ptr = &EG(uninitialized_zval);
EG               1298 Zend/zend_execute.c 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               1373 Zend/zend_execute.c 						result->var.ptr = &EG(uninitialized_zval);
EG               1374 Zend/zend_execute.c 						PZVAL_LOCK(&EG(uninitialized_zval));
EG               1384 Zend/zend_execute.c 			result->var.ptr = &EG(uninitialized_zval);
EG               1385 Zend/zend_execute.c 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               1401 Zend/zend_execute.c 		if (container == &EG(error_zval)) {
EG               1402 Zend/zend_execute.c 			result->var.ptr_ptr = &EG(error_zval_ptr);
EG               1403 Zend/zend_execute.c 			PZVAL_LOCK(EG(error_zval_ptr));
EG               1419 Zend/zend_execute.c 			result->var.ptr_ptr = &EG(error_zval_ptr);
EG               1420 Zend/zend_execute.c 			PZVAL_LOCK(EG(error_zval_ptr));
EG               1448 Zend/zend_execute.c 		result->var.ptr_ptr = &EG(error_zval_ptr);
EG               1449 Zend/zend_execute.c 		PZVAL_LOCK(EG(error_zval_ptr));
EG               1487 Zend/zend_execute.c 	zend_hash_apply(&EG(symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC);	\
EG               1488 Zend/zend_execute.c 	if (&EG(symbol_table)!=EG(active_symbol_table)) {								\
EG               1489 Zend/zend_execute.c 		zend_hash_apply(EG(active_symbol_table), (apply_func_t) zend_check_symbol TSRMLS_CC);	\
EG               1537 Zend/zend_execute.c 	if (EG(symtable_cache_ptr) >= EG(symtable_cache_limit)) {
EG               1544 Zend/zend_execute.c 		*(++EG(symtable_cache_ptr)) = symbol_table;
EG               1626 Zend/zend_execute.c 	size_t CVs_size = ZEND_MM_ALIGNED_SIZE(sizeof(zval **) * op_array->last_var * (EG(active_symbol_table) ? 1 : 2));
EG               1646 Zend/zend_execute.c 		int args_count = zend_vm_stack_get_args_count_ex(EG(current_execute_data));
EG               1651 Zend/zend_execute.c 		EG(argument_stack) = zend_vm_stack_new_page((total_size + (sizeof(void*) - 1)) / sizeof(void*));
EG               1652 Zend/zend_execute.c 		EG(argument_stack)->prev = NULL;
EG               1653 Zend/zend_execute.c 		execute_data = (zend_execute_data*)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + args_size + execute_data_size + Ts_size);
EG               1656 Zend/zend_execute.c 		EX(prev_execute_data) = (zend_execute_data*)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + args_size);
EG               1659 Zend/zend_execute.c 		EX(prev_execute_data)->function_state.arguments = (void**)((char*)ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval*)) * args_count);
EG               1664 Zend/zend_execute.c 			zval **arg_src = (zval**)zend_vm_stack_get_arg_ex(EG(current_execute_data), 1);
EG               1676 Zend/zend_execute.c 		EX(prev_execute_data) = EG(current_execute_data);
EG               1686 Zend/zend_execute.c 	EG(argument_stack)->top = zend_vm_stack_frame_base(execute_data);
EG               1691 Zend/zend_execute.c 	EX(symbol_table) = EG(active_symbol_table);
EG               1693 Zend/zend_execute.c 	EG(current_execute_data) = execute_data;
EG               1701 Zend/zend_execute.c 	if (op_array->this_var != -1 && EG(This)) {
EG               1702 Zend/zend_execute.c  		Z_ADDREF_P(EG(This)); /* For $this pointer */
EG               1703 Zend/zend_execute.c 		if (!EG(active_symbol_table)) {
EG               1705 Zend/zend_execute.c 			*EX_CV(op_array->this_var) = EG(This);
EG               1707 Zend/zend_execute.c 			if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (void **) EX_CV_NUM(execute_data, op_array->this_var))==FAILURE) {
EG               1708 Zend/zend_execute.c 				Z_DELREF_P(EG(This));
EG               1713 Zend/zend_execute.c 	EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(start_op) : op_array->opcodes;
EG               1714 Zend/zend_execute.c 	EG(opline_ptr) = &EX(opline);
EG               1738 Zend/zend_execute.c 	zend_vm_stack p = EG(argument_stack);
EG               1742 Zend/zend_execute.c 	EG(argument_stack)->top += count;
EG               1743 Zend/zend_execute.c 	*(EG(argument_stack)->top) = (void*)(zend_uintptr_t)count;
EG               1750 Zend/zend_execute.c 			EG(argument_stack)->prev = p->prev;
EG               1754 Zend/zend_execute.c 		*(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) + count) = data;
EG               1756 Zend/zend_execute.c 	return EG(argument_stack)->top++;
EG               1762 Zend/zend_execute.c 	if (UNEXPECTED(EG(argument_stack)->top - ZEND_VM_STACK_ELEMETS(EG(argument_stack)) < count)
EG               1763 Zend/zend_execute.c 		|| UNEXPECTED(EG(argument_stack)->top == EG(argument_stack)->end)) {
EG               1766 Zend/zend_execute.c 	*(EG(argument_stack)->top) = (void*)(zend_uintptr_t)count;
EG               1767 Zend/zend_execute.c 	return EG(argument_stack)->top++;
EG               1782 Zend/zend_execute.c 	if (EXPECTED(!EG(exception))) { \
EG                 77 Zend/zend_execute.h 		ZEND_ASSERT(zval_ptr != &EG(uninitialized_zval));
EG                 93 Zend/zend_execute.h 		ZEND_ASSERT(zval_ptr != &EG(uninitialized_zval));
EG                181 Zend/zend_execute.h 		    EG(argument_stack)->end - EG(argument_stack)->top)) {	\
EG                197 Zend/zend_execute.h 	EG(argument_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE);
EG                202 Zend/zend_execute.h 	zend_vm_stack stack = EG(argument_stack);
EG                214 Zend/zend_execute.h 	p->prev = EG(argument_stack);
EG                215 Zend/zend_execute.h 	EG(argument_stack) = p;
EG                220 Zend/zend_execute.h 	return EG(argument_stack)->top;
EG                225 Zend/zend_execute.h 	*(EG(argument_stack)->top++) = ptr;
EG                230 Zend/zend_execute.h 	void *el = *(--EG(argument_stack)->top);
EG                243 Zend/zend_execute.h 		int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1))) / sizeof(void*);
EG                246 Zend/zend_execute.h 		    (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) {
EG                249 Zend/zend_execute.h 			void **old_top = EG(argument_stack)->top;
EG                251 Zend/zend_execute.h 			EG(argument_stack)->top += extra;
EG                253 Zend/zend_execute.h 			*EG(argument_stack)->top = (void*)old_top;
EG                254 Zend/zend_execute.h 			EG(argument_stack)->top += ZEND_MM_ALIGNED_SIZE(sizeof(void*)) / sizeof(void*);
EG                259 Zend/zend_execute.h 	ret = (void*)EG(argument_stack)->top;
EG                260 Zend/zend_execute.h 	EG(argument_stack)->top += size;
EG                272 Zend/zend_execute.h 	if (UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (void**)ptr)) {
EG                273 Zend/zend_execute.h 		zend_vm_stack p = EG(argument_stack);
EG                275 Zend/zend_execute.h 		EG(argument_stack) = p->prev;
EG                278 Zend/zend_execute.h 		EG(argument_stack)->top = (void**)ptr;
EG                284 Zend/zend_execute.h 	if (UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (void**)ptr)) {
EG                285 Zend/zend_execute.h 		zend_vm_stack p = EG(argument_stack);
EG                287 Zend/zend_execute.h 		EG(argument_stack) = p->prev;
EG                293 Zend/zend_execute.h 			EG(argument_stack)->top = *(void***)ptr;
EG                295 Zend/zend_execute.h 			EG(argument_stack)->top = (void**)ptr;
EG                302 Zend/zend_execute.h 	void **p = EG(argument_stack)->top - 1;
EG                311 Zend/zend_execute.h 		EG(argument_stack)->top = p;
EG                340 Zend/zend_execute.h 	return zend_vm_stack_get_args_count_ex(EG(current_execute_data)->prev_execute_data);
EG                345 Zend/zend_execute.h 	return zend_vm_stack_get_arg_ex(EG(current_execute_data)->prev_execute_data, requested_arg);
EG                370 Zend/zend_execute.h #define active_opline (*EG(opline_ptr))
EG                405 Zend/zend_execute.h 	EG(active_op_array)->run_time_cache[(num)]
EG                408 Zend/zend_execute.h 		EG(active_op_array)->run_time_cache[(num)] = (ptr); \
EG                412 Zend/zend_execute.h 	((EG(active_op_array)->run_time_cache[(num)] == (ce)) ? \
EG                413 Zend/zend_execute.h 		EG(active_op_array)->run_time_cache[(num) + 1] : \
EG                417 Zend/zend_execute.h 		EG(active_op_array)->run_time_cache[(num)] = (ce); \
EG                418 Zend/zend_execute.h 		EG(active_op_array)->run_time_cache[(num) + 1] = (ptr); \
EG                 71 Zend/zend_execute_API.c 				active_opline-EG(active_op_array)->opcodes,
EG                131 Zend/zend_execute_API.c 	INIT_ZVAL(EG(uninitialized_zval));
EG                133 Zend/zend_execute_API.c 	Z_ADDREF(EG(uninitialized_zval));
EG                134 Zend/zend_execute_API.c 	INIT_ZVAL(EG(error_zval));
EG                135 Zend/zend_execute_API.c 	EG(uninitialized_zval_ptr)=&EG(uninitialized_zval);
EG                136 Zend/zend_execute_API.c 	EG(error_zval_ptr)=&EG(error_zval);
EG                141 Zend/zend_execute_API.c 	EG(return_value_ptr_ptr) = NULL;
EG                143 Zend/zend_execute_API.c 	EG(symtable_cache_ptr) = EG(symtable_cache) - 1;
EG                144 Zend/zend_execute_API.c 	EG(symtable_cache_limit) = EG(symtable_cache) + SYMTABLE_CACHE_SIZE - 1;
EG                145 Zend/zend_execute_API.c 	EG(no_extensions) = 0;
EG                147 Zend/zend_execute_API.c 	EG(function_table) = CG(function_table);
EG                148 Zend/zend_execute_API.c 	EG(class_table) = CG(class_table);
EG                150 Zend/zend_execute_API.c 	EG(in_execution) = 0;
EG                151 Zend/zend_execute_API.c 	EG(in_autoload) = NULL;
EG                152 Zend/zend_execute_API.c 	EG(autoload_func) = NULL;
EG                153 Zend/zend_execute_API.c 	EG(error_handling) = EH_NORMAL;
EG                158 Zend/zend_execute_API.c 	zend_hash_init(&EG(symbol_table), 50, NULL, ZVAL_PTR_DTOR, 0);
EG                159 Zend/zend_execute_API.c 	EG(active_symbol_table) = &EG(symbol_table);
EG                162 Zend/zend_execute_API.c 	EG(opline_ptr) = NULL;
EG                164 Zend/zend_execute_API.c 	zend_hash_init(&EG(included_files), 5, NULL, NULL, 0);
EG                166 Zend/zend_execute_API.c 	EG(ticks_count) = 0;
EG                168 Zend/zend_execute_API.c 	EG(user_error_handler) = NULL;
EG                170 Zend/zend_execute_API.c 	EG(current_execute_data) = NULL;
EG                172 Zend/zend_execute_API.c 	zend_stack_init(&EG(user_error_handlers_error_reporting));
EG                173 Zend/zend_execute_API.c 	zend_ptr_stack_init(&EG(user_error_handlers));
EG                174 Zend/zend_execute_API.c 	zend_ptr_stack_init(&EG(user_exception_handlers));
EG                176 Zend/zend_execute_API.c 	zend_objects_store_init(&EG(objects_store), 1024);
EG                178 Zend/zend_execute_API.c 	EG(full_tables_cleanup) = 0;
EG                180 Zend/zend_execute_API.c 	EG(timed_out) = 0;
EG                183 Zend/zend_execute_API.c 	EG(exception) = NULL;
EG                184 Zend/zend_execute_API.c 	EG(prev_exception) = NULL;
EG                186 Zend/zend_execute_API.c 	EG(scope) = NULL;
EG                187 Zend/zend_execute_API.c 	EG(called_scope) = NULL;
EG                189 Zend/zend_execute_API.c 	EG(This) = NULL;
EG                191 Zend/zend_execute_API.c 	EG(active_op_array) = NULL;
EG                193 Zend/zend_execute_API.c 	EG(active) = 1;
EG                194 Zend/zend_execute_API.c 	EG(start_op) = NULL;
EG                213 Zend/zend_execute_API.c 			symbols = zend_hash_num_elements(&EG(symbol_table));
EG                214 Zend/zend_execute_API.c 			zend_hash_reverse_apply(&EG(symbol_table), (apply_func_t) zval_call_destructor TSRMLS_CC);
EG                215 Zend/zend_execute_API.c 		} while (symbols != zend_hash_num_elements(&EG(symbol_table)));
EG                216 Zend/zend_execute_API.c 		zend_objects_store_call_destructors(&EG(objects_store) TSRMLS_CC);
EG                219 Zend/zend_execute_API.c 		zend_objects_store_mark_destructed(&EG(objects_store) TSRMLS_CC);
EG                244 Zend/zend_execute_API.c 		zend_hash_graceful_reverse_destroy(&EG(symbol_table));
EG                251 Zend/zend_execute_API.c 		if (EG(user_error_handler)) {
EG                252 Zend/zend_execute_API.c 			zeh = EG(user_error_handler);
EG                253 Zend/zend_execute_API.c 			EG(user_error_handler) = NULL;
EG                257 Zend/zend_execute_API.c 		if (EG(user_exception_handler)) {
EG                258 Zend/zend_execute_API.c 			zeh = EG(user_exception_handler);
EG                259 Zend/zend_execute_API.c 			EG(user_exception_handler) = NULL;
EG                263 Zend/zend_execute_API.c 		zend_stack_destroy(&EG(user_error_handlers_error_reporting));
EG                264 Zend/zend_execute_API.c 		zend_stack_init(&EG(user_error_handlers_error_reporting));
EG                265 Zend/zend_execute_API.c 		zend_ptr_stack_clean(&EG(user_error_handlers), ZVAL_DESTRUCTOR, 1);
EG                266 Zend/zend_execute_API.c 		zend_ptr_stack_clean(&EG(user_exception_handlers), ZVAL_DESTRUCTOR, 1);
EG                279 Zend/zend_execute_API.c 		if (EG(full_tables_cleanup)) {
EG                280 Zend/zend_execute_API.c 			zend_hash_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data_full TSRMLS_CC);
EG                281 Zend/zend_execute_API.c 			zend_hash_apply(EG(class_table), (apply_func_t) zend_cleanup_class_data TSRMLS_CC);
EG                283 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), (apply_func_t) zend_cleanup_function_data TSRMLS_CC);
EG                284 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(class_table), (apply_func_t) zend_cleanup_user_class_data TSRMLS_CC);
EG                290 Zend/zend_execute_API.c 		zend_objects_store_free_object_storage(&EG(objects_store) TSRMLS_CC);
EG                295 Zend/zend_execute_API.c 		if (EG(full_tables_cleanup)) {
EG                296 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function_full TSRMLS_CC);
EG                297 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class_full TSRMLS_CC);
EG                299 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(function_table), (apply_func_t) clean_non_persistent_function TSRMLS_CC);
EG                300 Zend/zend_execute_API.c 			zend_hash_reverse_apply(EG(class_table), (apply_func_t) clean_non_persistent_class TSRMLS_CC);
EG                303 Zend/zend_execute_API.c 		while (EG(symtable_cache_ptr)>=EG(symtable_cache)) {
EG                304 Zend/zend_execute_API.c 			zend_hash_destroy(*EG(symtable_cache_ptr));
EG                305 Zend/zend_execute_API.c 			FREE_HASHTABLE(*EG(symtable_cache_ptr));
EG                306 Zend/zend_execute_API.c 			EG(symtable_cache_ptr)--;
EG                319 Zend/zend_execute_API.c 		zend_hash_destroy(&EG(included_files));
EG                321 Zend/zend_execute_API.c 		zend_stack_destroy(&EG(user_error_handlers_error_reporting));
EG                322 Zend/zend_execute_API.c 		zend_ptr_stack_destroy(&EG(user_error_handlers));
EG                323 Zend/zend_execute_API.c 		zend_ptr_stack_destroy(&EG(user_exception_handlers));
EG                324 Zend/zend_execute_API.c 		zend_objects_store_destroy(&EG(objects_store));
EG                325 Zend/zend_execute_API.c 		if (EG(in_autoload)) {
EG                326 Zend/zend_execute_API.c 			zend_hash_destroy(EG(in_autoload));
EG                327 Zend/zend_execute_API.c 			FREE_HASHTABLE(EG(in_autoload));
EG                333 Zend/zend_execute_API.c 	EG(active) = 0;
EG                346 Zend/zend_execute_API.c 	switch (EG(current_execute_data)->function_state.function->type) {
EG                350 Zend/zend_execute_API.c 			zend_class_entry *ce = EG(current_execute_data)->function_state.function->common.scope;
EG                371 Zend/zend_execute_API.c 	switch (EG(current_execute_data)->function_state.function->type) {
EG                373 Zend/zend_execute_API.c 				const char *function_name = ((zend_op_array *) EG(current_execute_data)->function_state.function)->function_name;
EG                383 Zend/zend_execute_API.c 			return ((zend_internal_function *) EG(current_execute_data)->function_state.function)->function_name;
EG                393 Zend/zend_execute_API.c 	if (EG(active_op_array)) {
EG                394 Zend/zend_execute_API.c 		return EG(active_op_array)->filename;
EG                403 Zend/zend_execute_API.c 	if(EG(exception) && EG(opline_ptr) && active_opline->opcode == ZEND_HANDLE_EXCEPTION &&
EG                404 Zend/zend_execute_API.c 		active_opline->lineno == 0 && EG(opline_before_exception)) {
EG                405 Zend/zend_execute_API.c 		return EG(opline_before_exception)->lineno;
EG                407 Zend/zend_execute_API.c 	if (EG(opline_ptr)) {
EG                417 Zend/zend_execute_API.c 	return EG(in_execution);
EG                638 Zend/zend_execute_API.c 	if (!EG(active)) {
EG                642 Zend/zend_execute_API.c 	if (EG(exception)) {
EG                655 Zend/zend_execute_API.c 	if (EG(current_execute_data)) {
EG                656 Zend/zend_execute_API.c 		execute_data = *EG(current_execute_data);
EG                702 Zend/zend_execute_API.c 	    (!EG(objects_store).object_buckets || !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(fci->object_ptr)].valid)) {
EG                729 Zend/zend_execute_API.c 					if (i || UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (EG(argument_stack)->top))) {
EG                760 Zend/zend_execute_API.c 		} else if (*fci->params[i] != &EG(uninitialized_zval)) {
EG                774 Zend/zend_execute_API.c 	current_scope = EG(scope);
EG                775 Zend/zend_execute_API.c 	EG(scope) = calling_scope;
EG                777 Zend/zend_execute_API.c 	current_this = EG(This);
EG                779 Zend/zend_execute_API.c 	current_called_scope = EG(called_scope);
EG                781 Zend/zend_execute_API.c 		EG(called_scope) = called_scope;
EG                783 Zend/zend_execute_API.c 		EG(called_scope) = NULL;
EG                788 Zend/zend_execute_API.c 			EG(This) = NULL;
EG                790 Zend/zend_execute_API.c 			EG(This) = fci->object_ptr;
EG                792 Zend/zend_execute_API.c 			if (!PZVAL_IS_REF(EG(This))) {
EG                793 Zend/zend_execute_API.c 				Z_ADDREF_P(EG(This)); /* For $this pointer */
EG                798 Zend/zend_execute_API.c 				*this_ptr = *EG(This);
EG                801 Zend/zend_execute_API.c 				EG(This) = this_ptr;
EG                805 Zend/zend_execute_API.c 		EG(This) = NULL;
EG                808 Zend/zend_execute_API.c 	EX(prev_execute_data) = EG(current_execute_data);
EG                809 Zend/zend_execute_API.c 	EG(current_execute_data) = &execute_data;
EG                812 Zend/zend_execute_API.c 		calling_symbol_table = EG(active_symbol_table);
EG                813 Zend/zend_execute_API.c 		EG(scope) = EX(function_state).function->common.scope;
EG                815 Zend/zend_execute_API.c 			EG(active_symbol_table) = fci->symbol_table;
EG                817 Zend/zend_execute_API.c 			EG(active_symbol_table) = NULL;
EG                820 Zend/zend_execute_API.c 		original_return_value = EG(return_value_ptr_ptr);
EG                821 Zend/zend_execute_API.c 		original_op_array = EG(active_op_array);
EG                822 Zend/zend_execute_API.c 		EG(return_value_ptr_ptr) = fci->retval_ptr_ptr;
EG                823 Zend/zend_execute_API.c 		EG(active_op_array) = (zend_op_array *) EX(function_state).function;
EG                824 Zend/zend_execute_API.c 		original_opline_ptr = EG(opline_ptr);
EG                826 Zend/zend_execute_API.c 		if (EG(active_op_array)->fn_flags & ZEND_ACC_GENERATOR) {
EG                827 Zend/zend_execute_API.c 			*fci->retval_ptr_ptr = zend_generator_create_zval(EG(active_op_array) TSRMLS_CC);
EG                829 Zend/zend_execute_API.c 			zend_execute(EG(active_op_array) TSRMLS_CC);
EG                832 Zend/zend_execute_API.c 		if (!fci->symbol_table && EG(active_symbol_table)) {
EG                833 Zend/zend_execute_API.c 			zend_clean_and_cache_symbol_table(EG(active_symbol_table) TSRMLS_CC);
EG                835 Zend/zend_execute_API.c 		EG(active_symbol_table) = calling_symbol_table;
EG                836 Zend/zend_execute_API.c 		EG(active_op_array) = original_op_array;
EG                837 Zend/zend_execute_API.c 		EG(return_value_ptr_ptr)=original_return_value;
EG                838 Zend/zend_execute_API.c 		EG(opline_ptr) = original_opline_ptr;
EG                843 Zend/zend_execute_API.c 			EG(scope) = EX(function_state).function->common.scope;
EG                857 Zend/zend_execute_API.c 		if (EG(exception) && fci->retval_ptr_ptr) {
EG                881 Zend/zend_execute_API.c 		if (EG(exception) && fci->retval_ptr_ptr) {
EG                888 Zend/zend_execute_API.c 	if (EG(This)) {
EG                889 Zend/zend_execute_API.c 		zval_ptr_dtor(&EG(This));
EG                891 Zend/zend_execute_API.c 	EG(called_scope) = current_called_scope;
EG                892 Zend/zend_execute_API.c 	EG(scope) = current_scope;
EG                893 Zend/zend_execute_API.c 	EG(This) = current_this;
EG                894 Zend/zend_execute_API.c 	EG(current_execute_data) = EX(prev_execute_data);
EG                896 Zend/zend_execute_API.c 	if (EG(exception)) {
EG                939 Zend/zend_execute_API.c 	if (zend_hash_quick_find(EG(class_table), lc_name, lc_length, hash, (void **) ce) == SUCCESS) {
EG                964 Zend/zend_execute_API.c 	if (EG(in_autoload) == NULL) {
EG                965 Zend/zend_execute_API.c 		ALLOC_HASHTABLE(EG(in_autoload));
EG                966 Zend/zend_execute_API.c 		zend_hash_init(EG(in_autoload), 0, NULL, NULL, 0);
EG                969 Zend/zend_execute_API.c 	if (zend_hash_quick_add(EG(in_autoload), lc_name, lc_length, hash, (void**)&dummy, sizeof(char), NULL) == FAILURE) {
EG                989 Zend/zend_execute_API.c 	fcall_info.function_table = EG(function_table);
EG                998 Zend/zend_execute_API.c 	fcall_cache.initialized = EG(autoload_func) ? 1 : 0;
EG                999 Zend/zend_execute_API.c 	fcall_cache.function_handler = EG(autoload_func);
EG               1008 Zend/zend_execute_API.c 	EG(autoload_func) = fcall_cache.function_handler;
EG               1012 Zend/zend_execute_API.c 	zend_hash_quick_del(EG(in_autoload), lc_name, lc_length, hash);
EG               1019 Zend/zend_execute_API.c 		retval = zend_hash_quick_find(EG(class_table), lc_name, lc_length, hash, (void **) ce);
EG               1038 Zend/zend_execute_API.c 	zend_op_array *original_active_op_array = EG(active_op_array);
EG               1064 Zend/zend_execute_API.c 		zval **original_return_value_ptr_ptr = EG(return_value_ptr_ptr);
EG               1065 Zend/zend_execute_API.c 		zend_op **original_opline_ptr = EG(opline_ptr);
EG               1068 Zend/zend_execute_API.c 		EG(return_value_ptr_ptr) = &local_retval_ptr;
EG               1069 Zend/zend_execute_API.c 		EG(active_op_array) = new_op_array;
EG               1070 Zend/zend_execute_API.c 		EG(no_extensions)=1;
EG               1071 Zend/zend_execute_API.c 		if (!EG(active_symbol_table)) {
EG               1097 Zend/zend_execute_API.c 		EG(no_extensions)=0;
EG               1098 Zend/zend_execute_API.c 		EG(opline_ptr) = original_opline_ptr;
EG               1099 Zend/zend_execute_API.c 		EG(active_op_array) = original_active_op_array;
EG               1102 Zend/zend_execute_API.c 		EG(return_value_ptr_ptr) = original_return_value_ptr_ptr;
EG               1125 Zend/zend_execute_API.c 	if (handle_exceptions && EG(exception)) {
EG               1126 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
EG               1155 Zend/zend_execute_API.c 	ret_opline->op1.constant = zend_add_literal(CG(active_op_array), &EG(uninitialized_zval) TSRMLS_CC);
EG               1158 Zend/zend_execute_API.c 	if (!EG(start_op)) {
EG               1159 Zend/zend_execute_API.c 		EG(start_op) = CG(active_op_array)->opcodes;
EG               1162 Zend/zend_execute_API.c 	opline=EG(start_op);
EG               1196 Zend/zend_execute_API.c 	EG(return_value_ptr_ptr) = NULL;
EG               1197 Zend/zend_execute_API.c 	EG(active_op_array) = CG(active_op_array);
EG               1203 Zend/zend_execute_API.c 	if (EG(exception)) {
EG               1204 Zend/zend_execute_API.c 		zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
EG               1208 Zend/zend_execute_API.c 	EG(start_op) = CG(active_op_array)->opcodes+CG(active_op_array)->last;
EG               1226 Zend/zend_execute_API.c 		zend_on_timeout(EG(timeout_seconds) TSRMLS_CC);
EG               1229 Zend/zend_execute_API.c 	zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", EG(timeout_seconds), EG(timeout_seconds) == 1 ? "" : "s");
EG               1258 Zend/zend_execute_API.c 	EG(timeout_seconds) = seconds;
EG               1270 Zend/zend_execute_API.c 			EG(timed_out) = 0;
EG               1279 Zend/zend_execute_API.c 	if (!CreateTimerQueueTimer(&tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID*)&EG(timed_out), seconds*1000, 0, WT_EXECUTEONLYONCE)) {
EG               1280 Zend/zend_execute_API.c 		EG(timed_out) = 0;
EG               1285 Zend/zend_execute_API.c 	EG(timed_out) = 0;
EG               1329 Zend/zend_execute_API.c 			EG(timed_out) = 0;
EG               1336 Zend/zend_execute_API.c 	EG(timed_out) = 0;
EG               1339 Zend/zend_execute_API.c 	if (EG(timeout_seconds)) {
EG               1366 Zend/zend_execute_API.c 			if (!EG(scope)) {
EG               1369 Zend/zend_execute_API.c 			return EG(scope);
EG               1371 Zend/zend_execute_API.c 			if (!EG(scope)) {
EG               1374 Zend/zend_execute_API.c 			if (!EG(scope)->parent) {
EG               1377 Zend/zend_execute_API.c 			return EG(scope)->parent;
EG               1379 Zend/zend_execute_API.c 			if (!EG(called_scope)) {
EG               1382 Zend/zend_execute_API.c 			return EG(called_scope);
EG               1394 Zend/zend_execute_API.c 			if (!silent && !EG(exception)) {
EG               1417 Zend/zend_execute_API.c 			if ((fetch_type & ZEND_FETCH_CLASS_SILENT) == 0 && !EG(exception)) {
EG               1495 Zend/zend_execute_API.c 	for (ex = EG(current_execute_data); ex; ex = ex->prev_execute_data) {
EG               1532 Zend/zend_execute_API.c 	if (zend_hash_quick_exists(&EG(symbol_table), name, name_len + 1, hash_value)) {
EG               1533 Zend/zend_execute_API.c 		for (ex = EG(current_execute_data); ex; ex = ex->prev_execute_data) {
EG               1534 Zend/zend_execute_API.c 			if (ex->op_array && ex->symbol_table == &EG(symbol_table)) {
EG               1547 Zend/zend_execute_API.c 		return zend_hash_quick_del(&EG(symbol_table), name, name_len + 1, hash_value);
EG               1564 Zend/zend_execute_API.c 	if (!EG(active_symbol_table)) {
EG               1567 Zend/zend_execute_API.c 		ex = EG(current_execute_data);
EG               1572 Zend/zend_execute_API.c 			EG(active_symbol_table) = ex->symbol_table;
EG               1577 Zend/zend_execute_API.c 			if (EG(symtable_cache_ptr)>=EG(symtable_cache)) {
EG               1579 Zend/zend_execute_API.c 				EG(active_symbol_table) = *(EG(symtable_cache_ptr)--);
EG               1581 Zend/zend_execute_API.c 				ALLOC_HASHTABLE(EG(active_symbol_table));
EG               1582 Zend/zend_execute_API.c 				zend_hash_init(EG(active_symbol_table), ex->op_array->last_var, NULL, ZVAL_PTR_DTOR, 0);
EG               1585 Zend/zend_execute_API.c 			ex->symbol_table = EG(active_symbol_table);
EG               1588 Zend/zend_execute_API.c 					if (UNEXPECTED(**EX_CV_NUM(ex, i) == &EG(uninitialized_zval))) {
EG               1589 Zend/zend_execute_API.c 						Z_DELREF(EG(uninitialized_zval));
EG               1592 Zend/zend_execute_API.c 					zend_hash_quick_update(EG(active_symbol_table),
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                195 Zend/zend_gc.c 	    EG(objects_store).object_buckets == NULL)) {
EG                201 Zend/zend_gc.c 	obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zv)].bucket.obj;
EG                222 Zend/zend_gc.c 				obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zv)].bucket.obj;
EG                272 Zend/zend_gc.c 	if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) {
EG                274 Zend/zend_gc.c 		struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj;
EG                279 Zend/zend_gc.c 			if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                289 Zend/zend_gc.c 						if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                308 Zend/zend_gc.c 		if (Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                314 Zend/zend_gc.c 		if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                334 Zend/zend_gc.c 	if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                343 Zend/zend_gc.c 				if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                357 Zend/zend_gc.c 			if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                378 Zend/zend_gc.c 		if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) {
EG                380 Zend/zend_gc.c 			struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj;
EG                386 Zend/zend_gc.c 				if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                396 Zend/zend_gc.c 							if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                413 Zend/zend_gc.c 			if (Z_ARRVAL_P(pz) == &EG(symbol_table)) {
EG                421 Zend/zend_gc.c 			if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                442 Zend/zend_gc.c 		if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                451 Zend/zend_gc.c 					if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                463 Zend/zend_gc.c 				if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                479 Zend/zend_gc.c 			if (EG(objects_store).object_buckets) {
EG                480 Zend/zend_gc.c 				struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj;
EG                517 Zend/zend_gc.c 			if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) {
EG                519 Zend/zend_gc.c 				struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj;
EG                526 Zend/zend_gc.c 						if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                551 Zend/zend_gc.c 				if (Z_ARRVAL_P(pz) == &EG(symbol_table)) {
EG                575 Zend/zend_gc.c 	if (EG(objects_store).object_buckets) {
EG                576 Zend/zend_gc.c 		struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj;
EG                583 Zend/zend_gc.c 				if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                637 Zend/zend_gc.c 		if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) {
EG                639 Zend/zend_gc.c 			struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj;
EG                645 Zend/zend_gc.c 				if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                662 Zend/zend_gc.c 							if (Z_TYPE_P(zv) != IS_ARRAY || Z_ARRVAL_P(zv) != &EG(symbol_table)) {
EG                692 Zend/zend_gc.c 			if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                709 Zend/zend_gc.c 	if (EG(objects_store).object_buckets) {
EG                711 Zend/zend_gc.c 		struct _store_object *obj = &EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].bucket.obj;
EG                717 Zend/zend_gc.c 			if (EXPECTED(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(pz)].valid &&
EG                726 Zend/zend_gc.c 						if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                738 Zend/zend_gc.c 					if (Z_TYPE_P(pz) != IS_ARRAY || Z_ARRVAL_P(pz) != &EG(symbol_table)) {
EG                755 Zend/zend_gc.c 			if (EG(objects_store).object_buckets) {
EG                756 Zend/zend_gc.c 				struct _store_object *obj = &EG(objects_store).object_buckets[current->handle].bucket.obj;
EG                803 Zend/zend_gc.c 				if (EG(objects_store).object_buckets &&
EG                804 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].valid &&
EG                805 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount <= 0 &&
EG                806 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.dtor &&
EG                807 Zend/zend_gc.c 					!EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].destructor_called) {
EG                809 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].destructor_called = 1;
EG                810 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount++;
EG                811 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.dtor(EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.object, Z_OBJ_HANDLE(p->z) TSRMLS_CC);
EG                812 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount--;
EG                824 Zend/zend_gc.c 				if (EG(objects_store).object_buckets &&
EG                825 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].valid &&
EG                826 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount <= 0) {
EG                827 Zend/zend_gc.c 					EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount = 1;
EG                165 Zend/zend_gc.h 		if (EXPECTED(EG(objects_store).object_buckets != NULL) &&				\
EG                166 Zend/zend_gc.h 		    EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zobject)].valid) {	\
EG                201 Zend/zend_generators.c 		ex->delayed_exception = EG(exception);
EG                202 Zend/zend_generators.c 		EG(exception) = NULL;
EG                263 Zend/zend_generators.c 	zend_vm_stack current_stack = EG(argument_stack);
EG                292 Zend/zend_generators.c 	current_execute_data = EG(current_execute_data);
EG                293 Zend/zend_generators.c 	opline_ptr = EG(opline_ptr);
EG                294 Zend/zend_generators.c 	current_symbol_table = EG(active_symbol_table);
EG                295 Zend/zend_generators.c 	EG(active_symbol_table) = NULL;
EG                297 Zend/zend_generators.c 	EG(active_symbol_table) = current_symbol_table;
EG                298 Zend/zend_generators.c 	EG(current_execute_data) = current_execute_data;
EG                299 Zend/zend_generators.c 	EG(opline_ptr) = opline_ptr;
EG                304 Zend/zend_generators.c 	if (EG(This)) {
EG                305 Zend/zend_generators.c 		Z_ADDREF_P(EG(This));
EG                309 Zend/zend_generators.c 	execute_data->current_scope = EG(scope);
EG                310 Zend/zend_generators.c 	execute_data->current_called_scope = EG(called_scope);
EG                311 Zend/zend_generators.c 	execute_data->symbol_table = EG(active_symbol_table);
EG                312 Zend/zend_generators.c 	execute_data->current_this = EG(This);
EG                317 Zend/zend_generators.c 	generator->stack = EG(argument_stack);
EG                318 Zend/zend_generators.c 	EG(argument_stack) = current_stack;
EG                348 Zend/zend_generators.c 		zval **original_return_value_ptr_ptr = EG(return_value_ptr_ptr);
EG                349 Zend/zend_generators.c 		zend_execute_data *original_execute_data = EG(current_execute_data);
EG                350 Zend/zend_generators.c 		zend_op **original_opline_ptr = EG(opline_ptr);
EG                351 Zend/zend_generators.c 		zend_op_array *original_active_op_array = EG(active_op_array);
EG                352 Zend/zend_generators.c 		HashTable *original_active_symbol_table = EG(active_symbol_table);
EG                353 Zend/zend_generators.c 		zval *original_This = EG(This);
EG                354 Zend/zend_generators.c 		zend_class_entry *original_scope = EG(scope);
EG                355 Zend/zend_generators.c 		zend_class_entry *original_called_scope = EG(called_scope);
EG                356 Zend/zend_generators.c 		zend_vm_stack original_stack = EG(argument_stack);
EG                360 Zend/zend_generators.c 		EG(return_value_ptr_ptr) = (zval **) generator;
EG                363 Zend/zend_generators.c 		EG(current_execute_data) = generator->execute_data;
EG                364 Zend/zend_generators.c 		EG(opline_ptr) = &generator->execute_data->opline;
EG                365 Zend/zend_generators.c 		EG(active_op_array) = generator->execute_data->op_array;
EG                366 Zend/zend_generators.c 		EG(active_symbol_table) = generator->execute_data->symbol_table;
EG                367 Zend/zend_generators.c 		EG(This) = generator->execute_data->current_this;
EG                368 Zend/zend_generators.c 		EG(scope) = generator->execute_data->current_scope;
EG                369 Zend/zend_generators.c 		EG(called_scope) = generator->execute_data->current_called_scope;
EG                370 Zend/zend_generators.c 		EG(argument_stack) = generator->stack;
EG                386 Zend/zend_generators.c 		EG(return_value_ptr_ptr) = original_return_value_ptr_ptr;
EG                387 Zend/zend_generators.c 		EG(current_execute_data) = original_execute_data;
EG                388 Zend/zend_generators.c 		EG(opline_ptr) = original_opline_ptr;
EG                389 Zend/zend_generators.c 		EG(active_op_array) = original_active_op_array;
EG                390 Zend/zend_generators.c 		EG(active_symbol_table) = original_active_symbol_table;
EG                391 Zend/zend_generators.c 		EG(This) = original_This;
EG                392 Zend/zend_generators.c 		EG(scope) = original_scope;
EG                393 Zend/zend_generators.c 		EG(called_scope) = original_called_scope;
EG                394 Zend/zend_generators.c 		EG(argument_stack) = original_stack;
EG                398 Zend/zend_generators.c 		if (UNEXPECTED(EG(exception) != NULL)) {
EG                571 Zend/zend_generators.c 		zend_execute_data *current_execute_data = EG(current_execute_data);
EG                572 Zend/zend_generators.c 		EG(current_execute_data) = generator->execute_data;
EG                576 Zend/zend_generators.c 		EG(current_execute_data) = current_execute_data;
EG                 93 Zend/zend_ini.c 	EG(ini_directives) = registered_zend_ini_directives;
EG                 94 Zend/zend_ini.c 	EG(modified_ini_directives) = NULL;
EG                 95 Zend/zend_ini.c 	EG(error_reporting_ini_entry) = NULL;
EG                105 Zend/zend_ini.c 	zend_hash_destroy(EG(ini_directives));
EG                106 Zend/zend_ini.c 	free(EG(ini_directives));
EG                121 Zend/zend_ini.c 	if (EG(modified_ini_directives)) {
EG                122 Zend/zend_ini.c 		zend_hash_apply(EG(modified_ini_directives), (apply_func_t) zend_restore_ini_entry_wrapper TSRMLS_CC);
EG                123 Zend/zend_ini.c 		zend_hash_destroy(EG(modified_ini_directives));
EG                124 Zend/zend_ini.c 		FREE_HASHTABLE(EG(modified_ini_directives));
EG                125 Zend/zend_ini.c 		EG(modified_ini_directives) = NULL;
EG                136 Zend/zend_ini.c 	EG(modified_ini_directives) = NULL;
EG                137 Zend/zend_ini.c 	EG(error_reporting_ini_entry) = NULL;
EG                138 Zend/zend_ini.c 	EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable));
EG                139 Zend/zend_ini.c 	if (zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, NULL, 1, 0) == FAILURE) {
EG                142 Zend/zend_ini.c 	zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_ini_entry));
EG                170 Zend/zend_ini.c 	zend_hash_sort(EG(ini_directives), zend_qsort, ini_key_compare, 0 TSRMLS_CC);
EG                194 Zend/zend_ini.c 	if (directives != EG(ini_directives)) {
EG                195 Zend/zend_ini.c 		directives = EG(ini_directives);
EG                242 Zend/zend_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void *)(zend_intptr_t) stage TSRMLS_CC);
EG                262 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) {
EG                279 Zend/zend_ini.c 	if (!EG(modified_ini_directives)) {
EG                280 Zend/zend_ini.c 		ALLOC_HASHTABLE(EG(modified_ini_directives));
EG                281 Zend/zend_ini.c 		zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
EG                288 Zend/zend_ini.c 		zend_hash_add(EG(modified_ini_directives), name, name_length, &ini_entry, sizeof(zend_ini_entry*), NULL);
EG                314 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE ||
EG                319 Zend/zend_ini.c 	if (EG(modified_ini_directives)) {
EG                321 Zend/zend_ini.c 			zend_hash_del(EG(modified_ini_directives), name, name_length);
EG                353 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) {
EG                370 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) {
EG                387 Zend/zend_ini.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) {
EG                 61 Zend/zend_interfaces.c 		fci.function_table = !object_pp ? EG(function_table) : NULL;
EG                 73 Zend/zend_interfaces.c 			function_table = EG(function_table);
EG                 90 Zend/zend_interfaces.c 		           !(EG(called_scope) &&
EG                 91 Zend/zend_interfaces.c 		             instanceof_function(EG(called_scope), obj_ce TSRMLS_CC))) {
EG                 94 Zend/zend_interfaces.c 			fcic.called_scope = EG(called_scope);
EG                104 Zend/zend_interfaces.c 		if (!EG(exception)) {
EG                209 Zend/zend_interfaces.c 		if (!EG(exception)) {
EG                278 Zend/zend_interfaces.c 		if (!EG(exception)) {
EG                409 Zend/zend_interfaces.c 	if (!retval || EG(exception)) {
EG                429 Zend/zend_interfaces.c 	if (result == FAILURE && !EG(exception)) {
EG                450 Zend/zend_interfaces.c 	if (EG(exception)) {
EG                639 Zend/zend_language_scanner.c 		zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL);
EG                 44 Zend/zend_list.c 	index = zend_hash_next_free_element(&EG(regular_list));
EG                 46 Zend/zend_list.c 	zend_hash_index_update(&EG(regular_list), index, (void *) &le, sizeof(zend_rsrc_list_entry), NULL);
EG                 54 Zend/zend_list.c 	if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) {
EG                 57 Zend/zend_list.c 			return zend_hash_index_del(&EG(regular_list), id);
EG                 71 Zend/zend_list.c 	if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) {
EG                 84 Zend/zend_list.c 	if (zend_hash_index_find(&EG(regular_list), id, (void **) &le)==SUCCESS) {
EG                222 Zend/zend_list.c 	if (zend_hash_init(&EG(regular_list), 0, NULL, list_entry_destructor, 0)==SUCCESS) {
EG                223 Zend/zend_list.c 		EG(regular_list).nNextFreeElement=1;	/* we don't want resource id 0 */
EG                233 Zend/zend_list.c 	return zend_hash_init_ex(&EG(persistent_list), 0, NULL, plist_entry_destructor, 1, 0);
EG                255 Zend/zend_list.c 		zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) clean_module_resource, (void *) &(ld->resource_id) TSRMLS_CC);
EG                 36 Zend/zend_object_handlers.c 	((zend_object*)(EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zval_p)].bucket.obj.object))
EG                 40 Zend/zend_object_handlers.c 		if (EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zval_p)].apply_count++ >= 3) { \
EG                 47 Zend/zend_object_handlers.c 	EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zval_p)].apply_count--
EG                275 Zend/zend_object_handlers.c 			return zend_check_protected(property_info->ce, EG(scope));
EG                277 Zend/zend_object_handlers.c 			if ((ce==EG(scope) || property_info->ce == EG(scope)) && EG(scope)) {
EG                352 Zend/zend_object_handlers.c 	if (EG(scope) != ce
EG                353 Zend/zend_object_handlers.c 		&& EG(scope)
EG                354 Zend/zend_object_handlers.c 		&& is_derived_class(ce, EG(scope))
EG                355 Zend/zend_object_handlers.c 		&& zend_hash_quick_find(&EG(scope)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, h, (void **) &scope_property_info)==SUCCESS
EG                375 Zend/zend_object_handlers.c 		EG(std_property_info).flags = ZEND_ACC_PUBLIC;
EG                376 Zend/zend_object_handlers.c 		EG(std_property_info).name = Z_STRVAL_P(member);
EG                377 Zend/zend_object_handlers.c 		EG(std_property_info).name_length = Z_STRLEN_P(member);
EG                378 Zend/zend_object_handlers.c 		EG(std_property_info).h = h;
EG                379 Zend/zend_object_handlers.c 		EG(std_property_info).ce = ce;
EG                380 Zend/zend_object_handlers.c 		EG(std_property_info).offset = -1;
EG                381 Zend/zend_object_handlers.c 		property_info = &EG(std_property_info);
EG                523 Zend/zend_object_handlers.c 				retval = &EG(uninitialized_zval_ptr);
EG                543 Zend/zend_object_handlers.c 			retval = &EG(uninitialized_zval_ptr);
EG                683 Zend/zend_object_handlers.c 			if (UNEXPECTED(!EG(exception))) {
EG                730 Zend/zend_object_handlers.c 			if (check_empty && result && EXPECTED(!EG(exception))) {
EG                787 Zend/zend_object_handlers.c 			new_zval = &EG(uninitialized_zval);
EG                907 Zend/zend_object_handlers.c 	zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.function;
EG                963 Zend/zend_object_handlers.c 	if (fbc->common.scope == ce && EG(scope) == ce) {
EG                972 Zend/zend_object_handlers.c 		if (ce == EG(scope)) {
EG                975 Zend/zend_object_handlers.c 				&& fbc->common.scope == EG(scope)) {
EG               1081 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name : "");
EG               1088 Zend/zend_object_handlers.c 		if (EG(scope) &&
EG               1089 Zend/zend_object_handlers.c 		    is_derived_class(fbc->common.scope, EG(scope)) &&
EG               1093 Zend/zend_object_handlers.c 			if (zend_hash_quick_find(&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (void **) &priv_fbc)==SUCCESS
EG               1095 Zend/zend_object_handlers.c 				&& priv_fbc->common.scope == EG(scope)) {
EG               1103 Zend/zend_object_handlers.c 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) {
EG               1107 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), method_name, EG(scope) ? EG(scope)->name : "");
EG               1122 Zend/zend_object_handlers.c 	zend_internal_function *func = (zend_internal_function *)EG(current_execute_data)->function_state.function;
EG               1125 Zend/zend_object_handlers.c 	zend_class_entry *ce = EG(scope);
EG               1213 Zend/zend_object_handlers.c 		    EG(This) &&
EG               1214 Zend/zend_object_handlers.c 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               1215 Zend/zend_object_handlers.c 		    instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               1238 Zend/zend_object_handlers.c 		updated_fbc = zend_check_private_int(fbc, EG(scope), lc_function_name, function_name_strlen, hash_value TSRMLS_CC);
EG               1245 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : "");
EG               1251 Zend/zend_object_handlers.c 		if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(fbc), EG(scope)))) {
EG               1255 Zend/zend_object_handlers.c 				zend_error_noreturn(E_ERROR, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), function_name_strval, EG(scope) ? EG(scope)->name : "");
EG               1343 Zend/zend_object_handlers.c 			if (UNEXPECTED(constructor->common.scope != EG(scope))) {
EG               1344 Zend/zend_object_handlers.c 				if (EG(scope)) {
EG               1345 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to private %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name);
EG               1355 Zend/zend_object_handlers.c 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(constructor), EG(scope)))) {
EG               1356 Zend/zend_object_handlers.c 				if (EG(scope)) {
EG               1357 Zend/zend_object_handlers.c 					zend_error_noreturn(E_ERROR, "Call to protected %s::%s() from context '%s'", constructor->common.scope->name, constructor->common.function_name, EG(scope)->name);
EG               1483 Zend/zend_object_handlers.c 					if (EXPECTED(!EG(exception)) && zobj->ce->__get && !guard->in_get) {
EG               1562 Zend/zend_object_handlers.c 				(zend_call_method_with_0_params(&readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(exception))) {
EG               1563 Zend/zend_object_handlers.c 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               1567 Zend/zend_object_handlers.c 					EG(exception) = NULL;
EG                 74 Zend/zend_objects.c 				if (object->ce != EG(scope)) {
EG                 77 Zend/zend_objects.c 					zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
EG                 80 Zend/zend_objects.c 						EG(scope) ? EG(scope)->name : "",
EG                 81 Zend/zend_objects.c 						EG(in_execution) ? "" : " during shutdown ignored");
EG                 87 Zend/zend_objects.c 				if (!zend_check_protected(zend_get_function_root_class(destructor), EG(scope))) {
EG                 90 Zend/zend_objects.c 					zend_error(EG(in_execution) ? E_ERROR : E_WARNING,
EG                 93 Zend/zend_objects.c 						EG(scope) ? EG(scope)->name : "",
EG                 94 Zend/zend_objects.c 						EG(in_execution) ? "" : " during shutdown ignored");
EG                103 Zend/zend_objects.c 		obj_bucket = &EG(objects_store).object_buckets[handle];
EG                115 Zend/zend_objects.c 		if (EG(exception)) {
EG                116 Zend/zend_objects.c 			if (Z_OBJ_HANDLE_P(EG(exception)) == handle) {
EG                119 Zend/zend_objects.c 				old_exception = EG(exception);
EG                120 Zend/zend_objects.c 				EG(exception) = NULL;
EG                125 Zend/zend_objects.c 			if (EG(exception)) {
EG                126 Zend/zend_objects.c 				zend_exception_set_previous(EG(exception), old_exception TSRMLS_CC);
EG                128 Zend/zend_objects.c 				EG(exception) = old_exception;
EG                112 Zend/zend_objects_API.c 	if (EG(objects_store).free_list_head != -1) {
EG                113 Zend/zend_objects_API.c 		handle = EG(objects_store).free_list_head;
EG                114 Zend/zend_objects_API.c 		EG(objects_store).free_list_head = EG(objects_store).object_buckets[handle].bucket.free_list.next;
EG                116 Zend/zend_objects_API.c 		if (EG(objects_store).top == EG(objects_store).size) {
EG                117 Zend/zend_objects_API.c 			EG(objects_store).size <<= 1;
EG                118 Zend/zend_objects_API.c 			EG(objects_store).object_buckets = (zend_object_store_bucket *) erealloc(EG(objects_store).object_buckets, EG(objects_store).size * sizeof(zend_object_store_bucket));
EG                120 Zend/zend_objects_API.c 		handle = EG(objects_store).top++;
EG                122 Zend/zend_objects_API.c 	obj = &EG(objects_store).object_buckets[handle].bucket.obj;
EG                123 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].destructor_called = 0;
EG                124 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].valid = 1;
EG                125 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].apply_count = 0;
EG                145 Zend/zend_objects_API.c 	return EG(objects_store).object_buckets[handle].bucket.obj.refcount;
EG                152 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].bucket.obj.refcount++;
EG                163 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].bucket.obj.refcount++;
EG                167 Zend/zend_objects_API.c 			EG(objects_store).object_buckets[handle].bucket.free_list.next = EG(objects_store).free_list_head;	\
EG                168 Zend/zend_objects_API.c 			EG(objects_store).free_list_head = handle;															\
EG                169 Zend/zend_objects_API.c 			EG(objects_store).object_buckets[handle].valid = 0;
EG                192 Zend/zend_objects_API.c 	if (!EG(objects_store).object_buckets) {
EG                196 Zend/zend_objects_API.c 	obj = &EG(objects_store).object_buckets[handle].bucket.obj;
EG                202 Zend/zend_objects_API.c 	if (EG(objects_store).object_buckets[handle].valid) {
EG                204 Zend/zend_objects_API.c 			if (!EG(objects_store).object_buckets[handle].destructor_called) {
EG                205 Zend/zend_objects_API.c 				EG(objects_store).object_buckets[handle].destructor_called = 1;
EG                220 Zend/zend_objects_API.c 			obj = &EG(objects_store).object_buckets[handle].bucket.obj;
EG                258 Zend/zend_objects_API.c 	obj = &EG(objects_store).object_buckets[handle].bucket.obj;
EG                265 Zend/zend_objects_API.c 	obj = &EG(objects_store).object_buckets[handle].bucket.obj;
EG                269 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].bucket.obj.handlers = retval.handlers;
EG                278 Zend/zend_objects_API.c 	return EG(objects_store).object_buckets[handle].bucket.obj.object;
EG                286 Zend/zend_objects_API.c 	return EG(objects_store).object_buckets[handle].bucket.obj.object;
EG                300 Zend/zend_objects_API.c 	EG(objects_store).object_buckets[handle].bucket.obj.object = object;
EG                308 Zend/zend_objects_API.c 	zend_object_store_bucket *obj_bucket = &EG(objects_store).object_buckets[handle];
EG                582 Zend/zend_operators.c 			Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%.*H", (int) EG(precision), dval);
EG                630 Zend/zend_operators.c 			Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%.*G", (int) EG(precision), dval);
EG               2411 Zend/zend_operators.c 	Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%.*G", (int) EG(precision), (double)Z_DVAL_P(op));
EG                 42 Zend/zend_variables.c 				if (zvalue->value.ht && (zvalue->value.ht != &EG(symbol_table))) {
EG                135 Zend/zend_variables.c 				if (zvalue->value.ht == &EG(symbol_table)) {
EG                207 Zend/zend_variables.c 		if (!EG(active_symbol_table)) {
EG                210 Zend/zend_variables.c 		if (zend_hash_quick_find(EG(active_symbol_table), key->arKey, key->nKeyLength, key->h, (void **) &p) == FAILURE) {
EG                214 Zend/zend_variables.c 				zend_hash_quick_add(EG(active_symbol_table), key->arKey, key->nKeyLength, key->h, &tmp, sizeof(zval*), (void**)&p);
EG                216 Zend/zend_variables.c 				tmp = EG(uninitialized_zval_ptr);
EG                353 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG                354 Zend/zend_vm_def.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG                418 Zend/zend_vm_def.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG                419 Zend/zend_vm_def.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG                482 Zend/zend_vm_def.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG                484 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG                485 Zend/zend_vm_def.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG                611 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG                612 Zend/zend_vm_def.h 			*retval = &EG(uninitialized_zval);
EG                667 Zend/zend_vm_def.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG                668 Zend/zend_vm_def.h 				*retval = &EG(uninitialized_zval);
EG                809 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG                811 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG                812 Zend/zend_vm_def.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG                856 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG                858 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG                859 Zend/zend_vm_def.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG                903 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG                946 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               1070 Zend/zend_vm_def.h 					retval = &EG(uninitialized_zval_ptr);
EG               1076 Zend/zend_vm_def.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               1077 Zend/zend_vm_def.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               1119 Zend/zend_vm_def.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               1298 Zend/zend_vm_def.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               1319 Zend/zend_vm_def.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               1344 Zend/zend_vm_def.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               1345 Zend/zend_vm_def.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1466 Zend/zend_vm_def.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               1467 Zend/zend_vm_def.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1543 Zend/zend_vm_def.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               1565 Zend/zend_vm_def.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               1584 Zend/zend_vm_def.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               1585 Zend/zend_vm_def.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1675 Zend/zend_vm_def.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               1676 Zend/zend_vm_def.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1678 Zend/zend_vm_def.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               1683 Zend/zend_vm_def.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               1684 Zend/zend_vm_def.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1731 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               1732 Zend/zend_vm_def.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1734 Zend/zend_vm_def.h 	} else if (OP1_TYPE == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               1739 Zend/zend_vm_def.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               1740 Zend/zend_vm_def.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               1790 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               1827 Zend/zend_vm_def.h 	EG(current_execute_data) = EX(prev_execute_data);
EG               1828 Zend/zend_vm_def.h 	EG(opline_ptr) = NULL;
EG               1829 Zend/zend_vm_def.h 	if (!EG(active_symbol_table)) {
EG               1840 Zend/zend_vm_def.h 		execute_data = EG(current_execute_data);
EG               1852 Zend/zend_vm_def.h 			EG(opline_ptr) = &EX(opline);
EG               1853 Zend/zend_vm_def.h 			EG(active_op_array) = EX(op_array);
EG               1854 Zend/zend_vm_def.h 			EG(return_value_ptr_ptr) = EX(original_return_value);
EG               1857 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1865 Zend/zend_vm_def.h 			EG(opline_ptr) = &EX(opline);
EG               1866 Zend/zend_vm_def.h 			EG(active_op_array) = EX(op_array);
EG               1867 Zend/zend_vm_def.h 			EG(return_value_ptr_ptr) = EX(original_return_value);
EG               1868 Zend/zend_vm_def.h 			if (EG(active_symbol_table)) {
EG               1869 Zend/zend_vm_def.h 				zend_clean_and_cache_symbol_table(EG(active_symbol_table) TSRMLS_CC);
EG               1871 Zend/zend_vm_def.h 			EG(active_symbol_table) = EX(symbol_table);
EG               1876 Zend/zend_vm_def.h 			if (EG(This)) {
EG               1877 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL) && EX(call)->is_ctor_call) {
EG               1879 Zend/zend_vm_def.h 						Z_DELREF_P(EG(This));
EG               1881 Zend/zend_vm_def.h 					if (Z_REFCOUNT_P(EG(This)) == 1) {
EG               1882 Zend/zend_vm_def.h 						zend_object_store_ctor_failed(EG(This) TSRMLS_CC);
EG               1885 Zend/zend_vm_def.h 				zval_ptr_dtor(&EG(This));
EG               1887 Zend/zend_vm_def.h 			EG(This) = EX(current_this);
EG               1888 Zend/zend_vm_def.h 			EG(scope) = EX(current_scope);
EG               1889 Zend/zend_vm_def.h 			EG(called_scope) = EX(current_called_scope);
EG               1895 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1928 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1940 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1952 Zend/zend_vm_def.h 		EX(current_this) = EG(This);
EG               1953 Zend/zend_vm_def.h 		EX(current_scope) = EG(scope);
EG               1954 Zend/zend_vm_def.h 		EX(current_called_scope) = EG(called_scope);
EG               1955 Zend/zend_vm_def.h 		EG(This) = EX(object);
EG               1956 Zend/zend_vm_def.h 		EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL;
EG               1957 Zend/zend_vm_def.h 		EG(called_scope) = EX(call)->called_scope;
EG               1979 Zend/zend_vm_def.h 		if (EXPECTED(EG(exception) == NULL)) {
EG               2002 Zend/zend_vm_def.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG               2003 Zend/zend_vm_def.h 		EG(active_symbol_table) = NULL;
EG               2004 Zend/zend_vm_def.h 		EG(active_op_array) = &fbc->op_array;
EG               2005 Zend/zend_vm_def.h 		EG(return_value_ptr_ptr) = NULL;
EG               2008 Zend/zend_vm_def.h 			EG(return_value_ptr_ptr) = &ret->var.ptr;
EG               2013 Zend/zend_vm_def.h 		if (UNEXPECTED((EG(active_op_array)->fn_flags & ZEND_ACC_GENERATOR) != 0)) {
EG               2015 Zend/zend_vm_def.h 				ret->var.ptr = zend_generator_create_zval(EG(active_op_array) TSRMLS_CC);
EG               2019 Zend/zend_vm_def.h 			if (EXPECTED(EG(exception) == NULL)) {
EG               2023 Zend/zend_vm_def.h 			zend_execute(EG(active_op_array) TSRMLS_CC);
EG               2026 Zend/zend_vm_def.h 		EG(opline_ptr) = &EX(opline);
EG               2027 Zend/zend_vm_def.h 		EG(active_op_array) = EX(op_array);
EG               2028 Zend/zend_vm_def.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG               2029 Zend/zend_vm_def.h 		if (EG(active_symbol_table)) {
EG               2030 Zend/zend_vm_def.h 			zend_clean_and_cache_symbol_table(EG(active_symbol_table) TSRMLS_CC);
EG               2032 Zend/zend_vm_def.h 		EG(active_symbol_table) = EX(symbol_table);
EG               2063 Zend/zend_vm_def.h 		if (EG(This)) {
EG               2064 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL) && EX(call)->is_ctor_call) {
EG               2066 Zend/zend_vm_def.h 					Z_DELREF_P(EG(This));
EG               2068 Zend/zend_vm_def.h 				if (Z_REFCOUNT_P(EG(This)) == 1) {
EG               2069 Zend/zend_vm_def.h 					zend_object_store_ctor_failed(EG(This) TSRMLS_CC);
EG               2072 Zend/zend_vm_def.h 			zval_ptr_dtor(&EG(This));
EG               2074 Zend/zend_vm_def.h 		EG(This) = EX(current_this);
EG               2075 Zend/zend_vm_def.h 		EG(scope) = EX(current_scope);
EG               2076 Zend/zend_vm_def.h 		EG(called_scope) = EX(current_called_scope);
EG               2083 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG               2120 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2150 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2180 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2214 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2245 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2387 Zend/zend_vm_def.h 	if (EG(exception)) {
EG               2410 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2437 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2473 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2520 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2533 Zend/zend_vm_def.h 			call->called_scope = EG(called_scope);
EG               2559 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               2595 Zend/zend_vm_def.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               2604 Zend/zend_vm_def.h 		if (EG(This) &&
EG               2605 Zend/zend_vm_def.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               2606 Zend/zend_vm_def.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               2616 Zend/zend_vm_def.h 		if ((call->object = EG(This))) {
EG               2640 Zend/zend_vm_def.h 		} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(function_name), Z_STRLEN_P(function_name)+1, Z_HASH_P(function_name), (void **) &call->fbc) == FAILURE)) {
EG               2672 Zend/zend_vm_def.h 			if (UNEXPECTED(zend_hash_find(EG(function_table), lcname, function_name_strlen+1, (void **) &call->fbc) == FAILURE)) {
EG               2779 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2798 Zend/zend_vm_def.h 	} else if (zend_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_name->constant)+1, func_name->hash_value, (void **) &call->fbc)==FAILURE) {
EG               2800 Zend/zend_vm_def.h 		if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_name->constant)+1, func_name->hash_value, (void **) &call->fbc)==FAILURE)) {
EG               2834 Zend/zend_vm_def.h 	} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(fname), Z_STRLEN_P(fname)+1, Z_HASH_P(fname), (void **) &EX(function_state).function)==FAILURE)) {
EG               2862 Zend/zend_vm_def.h 	if (!EG(return_value_ptr_ptr)) {
EG               2875 Zend/zend_vm_def.h 			*EG(return_value_ptr_ptr) = ret;
EG               2878 Zend/zend_vm_def.h 		           retval_ptr == &EG(uninitialized_zval)) {
EG               2885 Zend/zend_vm_def.h 			*EG(return_value_ptr_ptr) = ret;
EG               2887 Zend/zend_vm_def.h 			*EG(return_value_ptr_ptr) = retval_ptr;
EG               2912 Zend/zend_vm_def.h 			if (!EG(return_value_ptr_ptr)) {
EG               2922 Zend/zend_vm_def.h 				*EG(return_value_ptr_ptr) = ret;
EG               2928 Zend/zend_vm_def.h 				*EG(return_value_ptr_ptr) = ret;
EG               2944 Zend/zend_vm_def.h 				if (EG(return_value_ptr_ptr)) {
EG               2950 Zend/zend_vm_def.h 					*EG(return_value_ptr_ptr) = ret;
EG               2956 Zend/zend_vm_def.h 		if (EG(return_value_ptr_ptr)) {
EG               2960 Zend/zend_vm_def.h 			*EG(return_value_ptr_ptr) = *retval_ptr_ptr;
EG               2971 Zend/zend_vm_def.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               2991 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               3020 Zend/zend_vm_def.h 	if (EG(exception) == NULL) {
EG               3031 Zend/zend_vm_def.h 	ce = Z_OBJCE_P(EG(exception));
EG               3050 Zend/zend_vm_def.h 	exception = EG(exception);
EG               3051 Zend/zend_vm_def.h 	if (!EG(active_symbol_table)) {
EG               3056 Zend/zend_vm_def.h 		*EX_CV(opline->op2.var) = EG(exception);
EG               3059 Zend/zend_vm_def.h 		zend_hash_quick_update(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value,
EG               3060 Zend/zend_vm_def.h 		    &EG(exception), sizeof(zval *), (void**)&EX_CV(opline->op2.var));
EG               3062 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != exception)) {
EG               3063 Zend/zend_vm_def.h 		Z_ADDREF_P(EG(exception));
EG               3066 Zend/zend_vm_def.h 		EG(exception) = NULL;
EG               3108 Zend/zend_vm_def.h 	if (varptr == &EG(uninitialized_zval)) {
EG               3154 Zend/zend_vm_def.h 	    varptr != &EG(uninitialized_zval) &&
EG               3195 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(*varptr_ptr == &EG(error_zval))) {
EG               3295 Zend/zend_vm_def.h 				if (!EG(exception)) {
EG               3305 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               3313 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               3318 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               3325 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
EG               3362 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               3388 Zend/zend_vm_def.h 		if (zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, NULL, opline->extended_value, NULL TSRMLS_CC)) {
EG               3393 Zend/zend_vm_def.h 			if (EG(active_op_array)->scope) {
EG               3394 Zend/zend_vm_def.h 				class_name = EG(active_op_array)->scope->name;
EG               3410 Zend/zend_vm_def.h 		zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, *param, opline->extended_value, NULL TSRMLS_CC);
EG               3452 Zend/zend_vm_def.h 	zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, assignment_value, opline->extended_value, opline->op2.zv TSRMLS_CC);
EG               3483 Zend/zend_vm_def.h 		zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, *param, opline->extended_value, NULL TSRMLS_CC);
EG               3646 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               3667 Zend/zend_vm_def.h 			if (UNEXPECTED(ce != EG(scope))) {
EG               3668 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               3673 Zend/zend_vm_def.h 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
EG               3674 Zend/zend_vm_def.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               3679 Zend/zend_vm_def.h 	if (EXPECTED(EG(exception) == NULL)) {
EG               3687 Zend/zend_vm_def.h 		if (!RETURN_VALUE_USED(opline) || UNEXPECTED(EG(exception) != NULL)) {
EG               3746 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               3765 Zend/zend_vm_def.h 				zend_class_entry *old_scope = EG(scope);
EG               3767 Zend/zend_vm_def.h 				EG(scope) = ce;
EG               3769 Zend/zend_vm_def.h 				EG(scope) = old_scope;
EG               3979 Zend/zend_vm_def.h 						failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1);
EG               3992 Zend/zend_vm_def.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1)==SUCCESS) {
EG               4029 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG               4032 Zend/zend_vm_def.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG               4033 Zend/zend_vm_def.h 		EG(active_op_array) = new_op_array;
EG               4036 Zend/zend_vm_def.h 			EG(return_value_ptr_ptr) = EX_T(opline->result.var).var.ptr_ptr;
EG               4038 Zend/zend_vm_def.h 			EG(return_value_ptr_ptr) = NULL;
EG               4044 Zend/zend_vm_def.h 		if (!EG(active_symbol_table)) {
EG               4056 Zend/zend_vm_def.h 		EG(opline_ptr) = &EX(opline);
EG               4057 Zend/zend_vm_def.h 		EG(active_op_array) = EX(op_array);
EG               4058 Zend/zend_vm_def.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG               4061 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               4088 Zend/zend_vm_def.h 		if (EG(active_symbol_table)) {
EG               4091 Zend/zend_vm_def.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               4120 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               4165 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               4196 Zend/zend_vm_def.h 						if (ht == &EG(symbol_table)) {
EG               4263 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               4307 Zend/zend_vm_def.h 		if (array_ptr_ptr == NULL || array_ptr_ptr == &EG(uninitialized_zval_ptr)) {
EG               4380 Zend/zend_vm_def.h 		if (iter && EXPECTED(EG(exception) == NULL)) {
EG               4386 Zend/zend_vm_def.h 			if (!EG(exception)) {
EG               4400 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               4409 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               4533 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               4541 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               4548 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               4559 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
EG               4597 Zend/zend_vm_def.h 		} else if (EG(active_symbol_table)) {
EG               4600 Zend/zend_vm_def.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               4828 Zend/zend_vm_def.h 			EG(exit_status) = Z_LVAL_P(ptr);
EG               4844 Zend/zend_vm_def.h 	Z_LVAL(EX_T(opline->result.var).tmp_var) = EG(error_reporting);
EG               4850 Zend/zend_vm_def.h 	if (EG(error_reporting)) {
EG               4852 Zend/zend_vm_def.h 			EG(error_reporting) = 0;
EG               4853 Zend/zend_vm_def.h 			if (!EG(error_reporting_ini_entry)) {
EG               4854 Zend/zend_vm_def.h 				if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (void **) &EG(error_reporting_ini_entry)) == FAILURE)) {
EG               4858 Zend/zend_vm_def.h 			if (!EG(error_reporting_ini_entry)->modified) {
EG               4859 Zend/zend_vm_def.h 				if (!EG(modified_ini_directives)) {
EG               4860 Zend/zend_vm_def.h 					ALLOC_HASHTABLE(EG(modified_ini_directives));
EG               4861 Zend/zend_vm_def.h 					zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
EG               4863 Zend/zend_vm_def.h 				if (EXPECTED(zend_hash_add(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting"), &EG(error_reporting_ini_entry), sizeof(zend_ini_entry*), NULL) == SUCCESS)) {
EG               4864 Zend/zend_vm_def.h 					EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;
EG               4865 Zend/zend_vm_def.h 					EG(error_reporting_ini_entry)->orig_value_length = EG(error_reporting_ini_entry)->value_length;
EG               4866 Zend/zend_vm_def.h 					EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;
EG               4867 Zend/zend_vm_def.h 					EG(error_reporting_ini_entry)->modified = 1;
EG               4869 Zend/zend_vm_def.h 			} else if (EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value) {
EG               4870 Zend/zend_vm_def.h 				efree(EG(error_reporting_ini_entry)->value);
EG               4872 Zend/zend_vm_def.h 			EG(error_reporting_ini_entry)->value = estrndup("0", sizeof("0")-1);
EG               4873 Zend/zend_vm_def.h 			EG(error_reporting_ini_entry)->value_length = sizeof("0")-1;
EG               4883 Zend/zend_vm_def.h 	zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EG(scope)->name, EX(op_array)->function_name);
EG               4893 Zend/zend_vm_def.h 	if (!EG(error_reporting) && Z_LVAL(EX_T(opline->op1.var).tmp_var) != 0) {
EG               4896 Zend/zend_vm_def.h 		EG(error_reporting) = Z_LVAL(restored_error_reporting);
EG               4898 Zend/zend_vm_def.h 		if (EXPECTED(EG(error_reporting_ini_entry) != NULL)) {
EG               4899 Zend/zend_vm_def.h 			if (EXPECTED(EG(error_reporting_ini_entry)->modified &&
EG               4900 Zend/zend_vm_def.h 			    EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value)) {
EG               4901 Zend/zend_vm_def.h 				efree(EG(error_reporting_ini_entry)->value);
EG               4903 Zend/zend_vm_def.h 			EG(error_reporting_ini_entry)->value = Z_STRVAL(restored_error_reporting);
EG               4904 Zend/zend_vm_def.h 			EG(error_reporting_ini_entry)->value_length = Z_STRLEN(restored_error_reporting);
EG               5026 Zend/zend_vm_def.h 	if (!EG(no_extensions)) {
EG               5036 Zend/zend_vm_def.h 	if (!EG(no_extensions)) {
EG               5046 Zend/zend_vm_def.h 	if (!EG(no_extensions)) {
EG               5058 Zend/zend_vm_def.h 	EX_T(opline->result.var).class_entry = do_bind_class(EX(op_array), opline, EG(class_table), 0 TSRMLS_CC);
EG               5068 Zend/zend_vm_def.h 	EX_T(opline->result.var).class_entry = do_bind_inherited_class(EX(op_array), opline, EG(class_table), EX_T(opline->extended_value).class_entry, 0 TSRMLS_CC);
EG               5079 Zend/zend_vm_def.h 	if (zend_hash_quick_find(EG(class_table), Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv)+1, Z_HASH_P(opline->op2.zv), (void**)&pce) == FAILURE ||
EG               5080 Zend/zend_vm_def.h 	    (zend_hash_quick_find(EG(class_table), Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), Z_HASH_P(opline->op1.zv), (void**)&pce_orig) == SUCCESS &&
EG               5082 Zend/zend_vm_def.h 		do_bind_inherited_class(EX(op_array), opline, EG(class_table), EX_T(opline->extended_value).class_entry, 0 TSRMLS_CC);
EG               5093 Zend/zend_vm_def.h 	do_bind_function(EX(op_array), opline, EG(function_table), 0);
EG               5103 Zend/zend_vm_def.h 	if (++EG(ticks_count)>=opline->extended_value) {
EG               5104 Zend/zend_vm_def.h 		EG(ticks_count)=0;
EG               5214 Zend/zend_vm_def.h 	zend_uint op_num = EG(opline_before_exception)-EG(active_op_array)->opcodes;
EG               5230 Zend/zend_vm_def.h 	for (i=0; i<EG(active_op_array)->last_try_catch; i++) {
EG               5231 Zend/zend_vm_def.h 		if (EG(active_op_array)->try_catch_array[i].try_op > op_num) {
EG               5235 Zend/zend_vm_def.h 		if (op_num < EG(active_op_array)->try_catch_array[i].catch_op) {
EG               5238 Zend/zend_vm_def.h 		if (op_num < EG(active_op_array)->try_catch_array[i].finally_op) {
EG               5241 Zend/zend_vm_def.h 		if (op_num >= EG(active_op_array)->try_catch_array[i].finally_op &&
EG               5242 Zend/zend_vm_def.h 				op_num < EG(active_op_array)->try_catch_array[i].finally_end) {
EG               5243 Zend/zend_vm_def.h 			finally_op_end = EG(active_op_array)->try_catch_array[i].finally_end;
EG               5298 Zend/zend_vm_def.h 	if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) != 0) {
EG               5311 Zend/zend_vm_def.h 			zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
EG               5313 Zend/zend_vm_def.h 		EX(delayed_exception) = EG(exception);
EG               5314 Zend/zend_vm_def.h 		EG(exception) = NULL;
EG               5322 Zend/zend_vm_def.h 				zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
EG               5330 Zend/zend_vm_def.h 			zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
EG               5434 Zend/zend_vm_def.h 	if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), Z_HASH_P(opline->op1.zv), (void *) &op_array) == FAILURE) ||
EG               5442 Zend/zend_vm_def.h 		zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array,  EG(called_scope), NULL TSRMLS_CC);
EG               5444 Zend/zend_vm_def.h 		zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array,  EG(scope), EG(This) TSRMLS_CC);
EG               5477 Zend/zend_vm_def.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               5568 Zend/zend_vm_def.h 		Z_ADDREF(EG(uninitialized_zval));
EG               5569 Zend/zend_vm_def.h 		generator->value = &EG(uninitialized_zval);
EG               5616 Zend/zend_vm_def.h 		Z_ADDREF(EG(uninitialized_zval));
EG               5617 Zend/zend_vm_def.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               5649 Zend/zend_vm_def.h 	    UNEXPECTED(EG(prev_exception) != NULL)) {
EG               5679 Zend/zend_vm_def.h 			EG(exception) = EX(delayed_exception);
EG                344 Zend/zend_vm_execute.h 	original_in_execution = EG(in_execution);
EG                345 Zend/zend_vm_execute.h 	EG(in_execution) = 1;
EG                349 Zend/zend_vm_execute.h 		execute_data = i_create_execute_data_from_op_array(EG(active_op_array), 1 TSRMLS_CC);
EG                358 Zend/zend_vm_execute.h 		if (EG(timed_out)) {
EG                366 Zend/zend_vm_execute.h 					EG(in_execution) = original_in_execution;
EG                372 Zend/zend_vm_execute.h 					execute_data = EG(current_execute_data);
EG                385 Zend/zend_vm_execute.h 	if (EG(exception)) {
EG                396 Zend/zend_vm_execute.h 	EG(current_execute_data) = EX(prev_execute_data);
EG                397 Zend/zend_vm_execute.h 	EG(opline_ptr) = NULL;
EG                398 Zend/zend_vm_execute.h 	if (!EG(active_symbol_table)) {
EG                409 Zend/zend_vm_execute.h 		execute_data = EG(current_execute_data);
EG                421 Zend/zend_vm_execute.h 			EG(opline_ptr) = &EX(opline);
EG                422 Zend/zend_vm_execute.h 			EG(active_op_array) = EX(op_array);
EG                423 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = EX(original_return_value);
EG                426 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG                434 Zend/zend_vm_execute.h 			EG(opline_ptr) = &EX(opline);
EG                435 Zend/zend_vm_execute.h 			EG(active_op_array) = EX(op_array);
EG                436 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = EX(original_return_value);
EG                437 Zend/zend_vm_execute.h 			if (EG(active_symbol_table)) {
EG                438 Zend/zend_vm_execute.h 				zend_clean_and_cache_symbol_table(EG(active_symbol_table) TSRMLS_CC);
EG                440 Zend/zend_vm_execute.h 			EG(active_symbol_table) = EX(symbol_table);
EG                445 Zend/zend_vm_execute.h 			if (EG(This)) {
EG                446 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL) && EX(call)->is_ctor_call) {
EG                448 Zend/zend_vm_execute.h 						Z_DELREF_P(EG(This));
EG                450 Zend/zend_vm_execute.h 					if (Z_REFCOUNT_P(EG(This)) == 1) {
EG                451 Zend/zend_vm_execute.h 						zend_object_store_ctor_failed(EG(This) TSRMLS_CC);
EG                454 Zend/zend_vm_execute.h 				zval_ptr_dtor(&EG(This));
EG                456 Zend/zend_vm_execute.h 			EG(This) = EX(current_this);
EG                457 Zend/zend_vm_execute.h 			EG(scope) = EX(current_scope);
EG                458 Zend/zend_vm_execute.h 			EG(called_scope) = EX(current_called_scope);
EG                464 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG                497 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG                509 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG                521 Zend/zend_vm_execute.h 		EX(current_this) = EG(This);
EG                522 Zend/zend_vm_execute.h 		EX(current_scope) = EG(scope);
EG                523 Zend/zend_vm_execute.h 		EX(current_called_scope) = EG(called_scope);
EG                524 Zend/zend_vm_execute.h 		EG(This) = EX(object);
EG                525 Zend/zend_vm_execute.h 		EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL;
EG                526 Zend/zend_vm_execute.h 		EG(called_scope) = EX(call)->called_scope;
EG                548 Zend/zend_vm_execute.h 		if (EXPECTED(EG(exception) == NULL)) {
EG                571 Zend/zend_vm_execute.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG                572 Zend/zend_vm_execute.h 		EG(active_symbol_table) = NULL;
EG                573 Zend/zend_vm_execute.h 		EG(active_op_array) = &fbc->op_array;
EG                574 Zend/zend_vm_execute.h 		EG(return_value_ptr_ptr) = NULL;
EG                577 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = &ret->var.ptr;
EG                582 Zend/zend_vm_execute.h 		if (UNEXPECTED((EG(active_op_array)->fn_flags & ZEND_ACC_GENERATOR) != 0)) {
EG                584 Zend/zend_vm_execute.h 				ret->var.ptr = zend_generator_create_zval(EG(active_op_array) TSRMLS_CC);
EG                588 Zend/zend_vm_execute.h 			if (EXPECTED(EG(exception) == NULL)) {
EG                592 Zend/zend_vm_execute.h 			zend_execute(EG(active_op_array) TSRMLS_CC);
EG                595 Zend/zend_vm_execute.h 		EG(opline_ptr) = &EX(opline);
EG                596 Zend/zend_vm_execute.h 		EG(active_op_array) = EX(op_array);
EG                597 Zend/zend_vm_execute.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG                598 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG                599 Zend/zend_vm_execute.h 			zend_clean_and_cache_symbol_table(EG(active_symbol_table) TSRMLS_CC);
EG                601 Zend/zend_vm_execute.h 		EG(active_symbol_table) = EX(symbol_table);
EG                632 Zend/zend_vm_execute.h 		if (EG(This)) {
EG                633 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL) && EX(call)->is_ctor_call) {
EG                635 Zend/zend_vm_execute.h 					Z_DELREF_P(EG(This));
EG                637 Zend/zend_vm_execute.h 				if (Z_REFCOUNT_P(EG(This)) == 1) {
EG                638 Zend/zend_vm_execute.h 					zend_object_store_ctor_failed(EG(This) TSRMLS_CC);
EG                641 Zend/zend_vm_execute.h 			zval_ptr_dtor(&EG(This));
EG                643 Zend/zend_vm_execute.h 		EG(This) = EX(current_this);
EG                644 Zend/zend_vm_execute.h 		EG(scope) = EX(current_scope);
EG                645 Zend/zend_vm_execute.h 		EG(called_scope) = EX(current_called_scope);
EG                652 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG                699 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG                771 Zend/zend_vm_execute.h 				if (!EG(exception)) {
EG                781 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG                789 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG                794 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG                801 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
EG                838 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG                864 Zend/zend_vm_execute.h 		if (zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, NULL, opline->extended_value, NULL TSRMLS_CC)) {
EG                869 Zend/zend_vm_execute.h 			if (EG(active_op_array)->scope) {
EG                870 Zend/zend_vm_execute.h 				class_name = EG(active_op_array)->scope->name;
EG                886 Zend/zend_vm_execute.h 		zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, *param, opline->extended_value, NULL TSRMLS_CC);
EG                919 Zend/zend_vm_execute.h 		zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, *param, opline->extended_value, NULL TSRMLS_CC);
EG                984 Zend/zend_vm_execute.h 	Z_LVAL(EX_T(opline->result.var).tmp_var) = EG(error_reporting);
EG                990 Zend/zend_vm_execute.h 	if (EG(error_reporting)) {
EG                992 Zend/zend_vm_execute.h 			EG(error_reporting) = 0;
EG                993 Zend/zend_vm_execute.h 			if (!EG(error_reporting_ini_entry)) {
EG                994 Zend/zend_vm_execute.h 				if (UNEXPECTED(zend_hash_find(EG(ini_directives), "error_reporting", sizeof("error_reporting"), (void **) &EG(error_reporting_ini_entry)) == FAILURE)) {
EG                998 Zend/zend_vm_execute.h 			if (!EG(error_reporting_ini_entry)->modified) {
EG                999 Zend/zend_vm_execute.h 				if (!EG(modified_ini_directives)) {
EG               1000 Zend/zend_vm_execute.h 					ALLOC_HASHTABLE(EG(modified_ini_directives));
EG               1001 Zend/zend_vm_execute.h 					zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
EG               1003 Zend/zend_vm_execute.h 				if (EXPECTED(zend_hash_add(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting"), &EG(error_reporting_ini_entry), sizeof(zend_ini_entry*), NULL) == SUCCESS)) {
EG               1004 Zend/zend_vm_execute.h 					EG(error_reporting_ini_entry)->orig_value = EG(error_reporting_ini_entry)->value;
EG               1005 Zend/zend_vm_execute.h 					EG(error_reporting_ini_entry)->orig_value_length = EG(error_reporting_ini_entry)->value_length;
EG               1006 Zend/zend_vm_execute.h 					EG(error_reporting_ini_entry)->orig_modifiable = EG(error_reporting_ini_entry)->modifiable;
EG               1007 Zend/zend_vm_execute.h 					EG(error_reporting_ini_entry)->modified = 1;
EG               1009 Zend/zend_vm_execute.h 			} else if (EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value) {
EG               1010 Zend/zend_vm_execute.h 				efree(EG(error_reporting_ini_entry)->value);
EG               1012 Zend/zend_vm_execute.h 			EG(error_reporting_ini_entry)->value = estrndup("0", sizeof("0")-1);
EG               1013 Zend/zend_vm_execute.h 			EG(error_reporting_ini_entry)->value_length = sizeof("0")-1;
EG               1023 Zend/zend_vm_execute.h 	zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EG(scope)->name, EX(op_array)->function_name);
EG               1030 Zend/zend_vm_execute.h 	if (!EG(no_extensions)) {
EG               1040 Zend/zend_vm_execute.h 	if (!EG(no_extensions)) {
EG               1050 Zend/zend_vm_execute.h 	if (!EG(no_extensions)) {
EG               1062 Zend/zend_vm_execute.h 	EX_T(opline->result.var).class_entry = do_bind_class(EX(op_array), opline, EG(class_table), 0 TSRMLS_CC);
EG               1072 Zend/zend_vm_execute.h 	EX_T(opline->result.var).class_entry = do_bind_inherited_class(EX(op_array), opline, EG(class_table), EX_T(opline->extended_value).class_entry, 0 TSRMLS_CC);
EG               1083 Zend/zend_vm_execute.h 	if (zend_hash_quick_find(EG(class_table), Z_STRVAL_P(opline->op2.zv), Z_STRLEN_P(opline->op2.zv)+1, Z_HASH_P(opline->op2.zv), (void**)&pce) == FAILURE ||
EG               1084 Zend/zend_vm_execute.h 	    (zend_hash_quick_find(EG(class_table), Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), Z_HASH_P(opline->op1.zv), (void**)&pce_orig) == SUCCESS &&
EG               1086 Zend/zend_vm_execute.h 		do_bind_inherited_class(EX(op_array), opline, EG(class_table), EX_T(opline->extended_value).class_entry, 0 TSRMLS_CC);
EG               1097 Zend/zend_vm_execute.h 	do_bind_function(EX(op_array), opline, EG(function_table), 0);
EG               1107 Zend/zend_vm_execute.h 	if (++EG(ticks_count)>=opline->extended_value) {
EG               1108 Zend/zend_vm_execute.h 		EG(ticks_count)=0;
EG               1170 Zend/zend_vm_execute.h 	zend_uint op_num = EG(opline_before_exception)-EG(active_op_array)->opcodes;
EG               1186 Zend/zend_vm_execute.h 	for (i=0; i<EG(active_op_array)->last_try_catch; i++) {
EG               1187 Zend/zend_vm_execute.h 		if (EG(active_op_array)->try_catch_array[i].try_op > op_num) {
EG               1191 Zend/zend_vm_execute.h 		if (op_num < EG(active_op_array)->try_catch_array[i].catch_op) {
EG               1194 Zend/zend_vm_execute.h 		if (op_num < EG(active_op_array)->try_catch_array[i].finally_op) {
EG               1197 Zend/zend_vm_execute.h 		if (op_num >= EG(active_op_array)->try_catch_array[i].finally_op &&
EG               1198 Zend/zend_vm_execute.h 				op_num < EG(active_op_array)->try_catch_array[i].finally_end) {
EG               1199 Zend/zend_vm_execute.h 			finally_op_end = EG(active_op_array)->try_catch_array[i].finally_end;
EG               1254 Zend/zend_vm_execute.h 	if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) != 0) {
EG               1267 Zend/zend_vm_execute.h 			zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
EG               1269 Zend/zend_vm_execute.h 		EX(delayed_exception) = EG(exception);
EG               1270 Zend/zend_vm_execute.h 		EG(exception) = NULL;
EG               1278 Zend/zend_vm_execute.h 				zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
EG               1286 Zend/zend_vm_execute.h 			zend_exception_set_previous(EG(exception), EX(delayed_exception) TSRMLS_CC);
EG               1352 Zend/zend_vm_execute.h 	    UNEXPECTED(EG(prev_exception) != NULL)) {
EG               1382 Zend/zend_vm_execute.h 			EG(exception) = EX(delayed_exception);
EG               1401 Zend/zend_vm_execute.h 	if (EG(exception)) {
EG               1424 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1445 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(function_name), Z_STRLEN_P(function_name)+1, Z_HASH_P(function_name), (void **) &call->fbc) == FAILURE)) {
EG               1477 Zend/zend_vm_execute.h 			if (UNEXPECTED(zend_hash_find(EG(function_table), lcname, function_name_strlen+1, (void **) &call->fbc) == FAILURE)) {
EG               1582 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1601 Zend/zend_vm_execute.h 	} else if (zend_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_name->constant)+1, func_name->hash_value, (void **) &call->fbc)==FAILURE) {
EG               1603 Zend/zend_vm_execute.h 		if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_name->constant)+1, func_name->hash_value, (void **) &call->fbc)==FAILURE)) {
EG               1653 Zend/zend_vm_execute.h 	zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, assignment_value, opline->extended_value, opline->op2.zv TSRMLS_CC);
EG               1743 Zend/zend_vm_execute.h 	if (EG(exception)) {
EG               1766 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1788 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(function_name), Z_STRLEN_P(function_name)+1, Z_HASH_P(function_name), (void **) &call->fbc) == FAILURE)) {
EG               1820 Zend/zend_vm_execute.h 			if (UNEXPECTED(zend_hash_find(EG(function_table), lcname, function_name_strlen+1, (void **) &call->fbc) == FAILURE)) {
EG               1927 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1942 Zend/zend_vm_execute.h 	if (EG(exception)) {
EG               1965 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               1987 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(function_name), Z_STRLEN_P(function_name)+1, Z_HASH_P(function_name), (void **) &call->fbc) == FAILURE)) {
EG               2019 Zend/zend_vm_execute.h 			if (UNEXPECTED(zend_hash_find(EG(function_table), lcname, function_name_strlen+1, (void **) &call->fbc) == FAILURE)) {
EG               2126 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2141 Zend/zend_vm_execute.h 	if (EG(exception)) {
EG               2164 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2180 Zend/zend_vm_execute.h 	if (EG(exception)) {
EG               2203 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2224 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(function_name), Z_STRLEN_P(function_name)+1, Z_HASH_P(function_name), (void **) &call->fbc) == FAILURE)) {
EG               2256 Zend/zend_vm_execute.h 			if (UNEXPECTED(zend_hash_find(EG(function_table), lcname, function_name_strlen+1, (void **) &call->fbc) == FAILURE)) {
EG               2361 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               2438 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2468 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2498 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2532 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2563 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2588 Zend/zend_vm_execute.h 	} else if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(fname), Z_STRLEN_P(fname)+1, Z_HASH_P(fname), (void **) &EX(function_state).function)==FAILURE)) {
EG               2614 Zend/zend_vm_execute.h 	if (!EG(return_value_ptr_ptr)) {
EG               2627 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               2630 Zend/zend_vm_execute.h 		           retval_ptr == &EG(uninitialized_zval)) {
EG               2637 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               2639 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = retval_ptr;
EG               2664 Zend/zend_vm_execute.h 			if (!EG(return_value_ptr_ptr)) {
EG               2674 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               2680 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               2696 Zend/zend_vm_execute.h 				if (EG(return_value_ptr_ptr)) {
EG               2702 Zend/zend_vm_execute.h 					*EG(return_value_ptr_ptr) = ret;
EG               2708 Zend/zend_vm_execute.h 		if (EG(return_value_ptr_ptr)) {
EG               2712 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = *retval_ptr_ptr;
EG               2730 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2808 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               2829 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce != EG(scope))) {
EG               2830 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               2835 Zend/zend_vm_execute.h 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
EG               2836 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               2841 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
EG               2849 Zend/zend_vm_execute.h 		if (!RETURN_VALUE_USED(opline) || UNEXPECTED(EG(exception) != NULL)) {
EG               2954 Zend/zend_vm_execute.h 						failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1);
EG               2967 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1)==SUCCESS) {
EG               3004 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG               3007 Zend/zend_vm_execute.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG               3008 Zend/zend_vm_execute.h 		EG(active_op_array) = new_op_array;
EG               3011 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = EX_T(opline->result.var).var.ptr_ptr;
EG               3013 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = NULL;
EG               3019 Zend/zend_vm_execute.h 		if (!EG(active_symbol_table)) {
EG               3031 Zend/zend_vm_execute.h 		EG(opline_ptr) = &EX(opline);
EG               3032 Zend/zend_vm_execute.h 		EG(active_op_array) = EX(op_array);
EG               3033 Zend/zend_vm_execute.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG               3036 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               3067 Zend/zend_vm_execute.h 		if (array_ptr_ptr == NULL || array_ptr_ptr == &EG(uninitialized_zval_ptr)) {
EG               3140 Zend/zend_vm_execute.h 		if (iter && EXPECTED(EG(exception) == NULL)) {
EG               3146 Zend/zend_vm_execute.h 			if (!EG(exception)) {
EG               3160 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               3169 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               3225 Zend/zend_vm_execute.h 			EG(exit_status) = Z_LVAL_P(ptr);
EG               3682 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               3688 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               3689 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               3731 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               3805 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               3806 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               3834 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               3847 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               3873 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               3909 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               3918 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               3919 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               3920 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               3930 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               4006 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               4025 Zend/zend_vm_execute.h 				zend_class_entry *old_scope = EG(scope);
EG               4027 Zend/zend_vm_execute.h 				EG(scope) = ce;
EG               4029 Zend/zend_vm_execute.h 				EG(scope) = old_scope;
EG               4156 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               4159 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               4188 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               4235 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               4238 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               4359 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               4449 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               4450 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               4496 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               4497 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               4836 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               4849 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               4875 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               4911 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               4920 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               4921 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               4922 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               4932 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               5061 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               5151 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               5152 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               5198 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               5199 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               5572 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               5578 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               5579 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               5621 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               5700 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               5713 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               5739 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               5775 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               5784 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               5785 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               5786 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               5796 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               5931 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               5934 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               5963 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               6010 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               6013 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               6088 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               6178 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               6179 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               6226 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               6227 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               6324 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               6330 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               6331 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               6373 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               6435 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               6448 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               6474 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               6510 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               6519 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               6520 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               6521 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               6531 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               6651 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               6654 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               6683 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               6730 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               6733 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               6810 Zend/zend_vm_execute.h 	if (UNEXPECTED(zend_hash_quick_find(EG(function_table), Z_STRVAL_P(opline->op1.zv), Z_STRLEN_P(opline->op1.zv), Z_HASH_P(opline->op1.zv), (void *) &op_array) == FAILURE) ||
EG               6818 Zend/zend_vm_execute.h 		zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array,  EG(called_scope), NULL TSRMLS_CC);
EG               6820 Zend/zend_vm_execute.h 		zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array,  EG(scope), EG(This) TSRMLS_CC);
EG               6832 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               6922 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               6923 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               6969 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               6970 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               7294 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               7307 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               7333 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               7369 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               7378 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               7379 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               7380 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               7390 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               7413 Zend/zend_vm_execute.h 	if (EG(exception) == NULL) {
EG               7424 Zend/zend_vm_execute.h 	ce = Z_OBJCE_P(EG(exception));
EG               7443 Zend/zend_vm_execute.h 	exception = EG(exception);
EG               7444 Zend/zend_vm_execute.h 	if (!EG(active_symbol_table)) {
EG               7449 Zend/zend_vm_execute.h 		*EX_CV(opline->op2.var) = EG(exception);
EG               7452 Zend/zend_vm_execute.h 		zend_hash_quick_update(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value,
EG               7453 Zend/zend_vm_execute.h 		    &EG(exception), sizeof(zval *), (void**)&EX_CV(opline->op2.var));
EG               7455 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != exception)) {
EG               7456 Zend/zend_vm_execute.h 		Z_ADDREF_P(EG(exception));
EG               7459 Zend/zend_vm_execute.h 		EG(exception) = NULL;
EG               7578 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               7668 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               7669 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               7715 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               7716 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               7815 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               7845 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               7875 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               7909 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               7940 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               7979 Zend/zend_vm_execute.h 	if (!EG(return_value_ptr_ptr)) {
EG               7992 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               7995 Zend/zend_vm_execute.h 		           retval_ptr == &EG(uninitialized_zval)) {
EG               8002 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               8004 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = retval_ptr;
EG               8029 Zend/zend_vm_execute.h 			if (!EG(return_value_ptr_ptr)) {
EG               8039 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               8045 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               8061 Zend/zend_vm_execute.h 				if (EG(return_value_ptr_ptr)) {
EG               8067 Zend/zend_vm_execute.h 					*EG(return_value_ptr_ptr) = ret;
EG               8073 Zend/zend_vm_execute.h 		if (EG(return_value_ptr_ptr)) {
EG               8077 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = *retval_ptr_ptr;
EG               8095 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               8174 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               8195 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce != EG(scope))) {
EG               8196 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               8201 Zend/zend_vm_execute.h 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
EG               8202 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               8207 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
EG               8215 Zend/zend_vm_execute.h 		if (!RETURN_VALUE_USED(opline) || UNEXPECTED(EG(exception) != NULL)) {
EG               8320 Zend/zend_vm_execute.h 						failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1);
EG               8333 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1)==SUCCESS) {
EG               8370 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG               8373 Zend/zend_vm_execute.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG               8374 Zend/zend_vm_execute.h 		EG(active_op_array) = new_op_array;
EG               8377 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = EX_T(opline->result.var).var.ptr_ptr;
EG               8379 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = NULL;
EG               8385 Zend/zend_vm_execute.h 		if (!EG(active_symbol_table)) {
EG               8397 Zend/zend_vm_execute.h 		EG(opline_ptr) = &EX(opline);
EG               8398 Zend/zend_vm_execute.h 		EG(active_op_array) = EX(op_array);
EG               8399 Zend/zend_vm_execute.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG               8402 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               8433 Zend/zend_vm_execute.h 		if (array_ptr_ptr == NULL || array_ptr_ptr == &EG(uninitialized_zval_ptr)) {
EG               8506 Zend/zend_vm_execute.h 		if (iter && EXPECTED(EG(exception) == NULL)) {
EG               8512 Zend/zend_vm_execute.h 			if (!EG(exception)) {
EG               8526 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               8535 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               8591 Zend/zend_vm_execute.h 			EG(exit_status) = Z_LVAL_P(ptr);
EG               8608 Zend/zend_vm_execute.h 	if (!EG(error_reporting) && Z_LVAL(EX_T(opline->op1.var).tmp_var) != 0) {
EG               8611 Zend/zend_vm_execute.h 		EG(error_reporting) = Z_LVAL(restored_error_reporting);
EG               8613 Zend/zend_vm_execute.h 		if (EXPECTED(EG(error_reporting_ini_entry) != NULL)) {
EG               8614 Zend/zend_vm_execute.h 			if (EXPECTED(EG(error_reporting_ini_entry)->modified &&
EG               8615 Zend/zend_vm_execute.h 			    EG(error_reporting_ini_entry)->value != EG(error_reporting_ini_entry)->orig_value)) {
EG               8616 Zend/zend_vm_execute.h 				efree(EG(error_reporting_ini_entry)->value);
EG               8618 Zend/zend_vm_execute.h 			EG(error_reporting_ini_entry)->value = Z_STRVAL(restored_error_reporting);
EG               8619 Zend/zend_vm_execute.h 			EG(error_reporting_ini_entry)->value_length = Z_STRLEN(restored_error_reporting);
EG               9100 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               9106 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               9107 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               9149 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               9223 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               9224 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               9298 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               9334 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               9484 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               9487 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               9516 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               9563 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               9566 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               9641 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               9731 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               9732 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               9778 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               9779 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               10163 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               10199 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               10345 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               10435 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               10436 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               10482 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               10483 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               10856 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               10862 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               10863 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               10905 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               11029 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               11065 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               11217 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               11220 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               11249 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               11296 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               11299 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               11374 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               11464 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               11465 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               11512 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               11513 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               11610 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               11616 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               11617 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               11659 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               11812 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               11815 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               11844 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               11891 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               11894 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               11969 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               12059 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               12060 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               12106 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               12107 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               12475 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               12511 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               12655 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               12745 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               12746 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               12792 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               12793 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               12862 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               12864 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               12865 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               12909 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               12911 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               12912 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               12956 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               12999 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               13072 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13102 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13132 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13166 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13197 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13236 Zend/zend_vm_execute.h 	if (!EG(return_value_ptr_ptr)) {
EG               13249 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               13252 Zend/zend_vm_execute.h 		           retval_ptr == &EG(uninitialized_zval)) {
EG               13259 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               13261 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = retval_ptr;
EG               13286 Zend/zend_vm_execute.h 			if (!EG(return_value_ptr_ptr)) {
EG               13296 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               13302 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               13318 Zend/zend_vm_execute.h 				if (EG(return_value_ptr_ptr)) {
EG               13324 Zend/zend_vm_execute.h 					*EG(return_value_ptr_ptr) = ret;
EG               13330 Zend/zend_vm_execute.h 		if (EG(return_value_ptr_ptr)) {
EG               13334 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = *retval_ptr_ptr;
EG               13353 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13380 Zend/zend_vm_execute.h 	if (varptr == &EG(uninitialized_zval)) {
EG               13426 Zend/zend_vm_execute.h 	    varptr != &EG(uninitialized_zval) &&
EG               13467 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(*varptr_ptr == &EG(error_zval))) {
EG               13543 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13564 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce != EG(scope))) {
EG               13565 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               13570 Zend/zend_vm_execute.h 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
EG               13571 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               13576 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
EG               13584 Zend/zend_vm_execute.h 		if (!RETURN_VALUE_USED(opline) || UNEXPECTED(EG(exception) != NULL)) {
EG               13689 Zend/zend_vm_execute.h 						failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1);
EG               13702 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1)==SUCCESS) {
EG               13739 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG               13742 Zend/zend_vm_execute.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG               13743 Zend/zend_vm_execute.h 		EG(active_op_array) = new_op_array;
EG               13746 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = EX_T(opline->result.var).var.ptr_ptr;
EG               13748 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = NULL;
EG               13754 Zend/zend_vm_execute.h 		if (!EG(active_symbol_table)) {
EG               13766 Zend/zend_vm_execute.h 		EG(opline_ptr) = &EX(opline);
EG               13767 Zend/zend_vm_execute.h 		EG(active_op_array) = EX(op_array);
EG               13768 Zend/zend_vm_execute.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG               13771 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               13802 Zend/zend_vm_execute.h 		if (array_ptr_ptr == NULL || array_ptr_ptr == &EG(uninitialized_zval_ptr)) {
EG               13875 Zend/zend_vm_execute.h 		if (iter && EXPECTED(EG(exception) == NULL)) {
EG               13881 Zend/zend_vm_execute.h 			if (!EG(exception)) {
EG               13895 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               13904 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               14028 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               14036 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               14043 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               14054 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
EG               14091 Zend/zend_vm_execute.h 			EG(exit_status) = Z_LVAL_P(ptr);
EG               14529 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               14530 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               14594 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               14595 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               14658 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               14660 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               14661 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               14786 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               14787 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               14842 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               14843 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               15038 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               15044 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               15045 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               15087 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               15265 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               15286 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               15311 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               15312 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               15433 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               15434 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               15510 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               15532 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               15617 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               15618 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               15620 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               15625 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               15626 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               15673 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               15674 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               15676 Zend/zend_vm_execute.h 	} else if (IS_VAR == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               15681 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               15682 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               15723 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               15759 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               15805 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               15818 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               15844 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               15880 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               15889 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               15890 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               15891 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               15901 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               15977 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               15996 Zend/zend_vm_execute.h 				zend_class_entry *old_scope = EG(scope);
EG               15998 Zend/zend_vm_execute.h 				EG(scope) = ce;
EG               16000 Zend/zend_vm_execute.h 				EG(scope) = old_scope;
EG               16127 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               16130 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               16159 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               16204 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               16235 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               16302 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               16343 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               16346 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               16568 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               16659 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               16660 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               16706 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               16707 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17042 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               17043 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17107 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               17108 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17171 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               17173 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               17174 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17300 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               17301 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               17356 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               17357 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               17617 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               17638 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               17663 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               17664 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17785 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               17786 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17862 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               17884 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               17970 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               17971 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               17973 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               17978 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               17979 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               18026 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               18027 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               18029 Zend/zend_vm_execute.h 	} else if (IS_VAR == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               18034 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               18035 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               18076 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               18112 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               18159 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               18172 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               18198 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               18234 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               18243 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               18244 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               18245 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               18255 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               18389 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               18420 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               18487 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               18668 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               18759 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               18760 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               18806 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               18807 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               19142 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               19143 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               19207 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               19208 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               19271 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               19273 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               19274 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               19400 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               19401 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               19456 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               19457 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               19652 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               19658 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               19659 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               19701 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               19879 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               19900 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               19925 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               19926 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               20047 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               20048 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               20124 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               20146 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               20232 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               20233 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               20235 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               20240 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               20241 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               20288 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               20289 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               20291 Zend/zend_vm_execute.h 	} else if (IS_VAR == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               20296 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               20297 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               20347 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               20394 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               20430 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               20477 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               20490 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               20516 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               20552 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               20561 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               20562 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               20563 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               20573 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               20708 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               20711 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               20740 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               20785 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               20816 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               20883 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               20924 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               20927 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               21149 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               21240 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               21241 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               21288 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               21289 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               21348 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               21349 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               21413 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               21414 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               21477 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               21479 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               21480 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               21645 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               21651 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               21652 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               21694 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               21876 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               21877 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               21879 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               21884 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               21885 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               21925 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               21938 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               21964 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               22000 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               22009 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               22010 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               22011 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               22021 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               22141 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               22144 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               22173 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               22220 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               22223 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               22319 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               22410 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               22411 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               22457 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               22458 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               22778 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               22779 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               22843 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               22844 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               22907 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               22909 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               22910 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23035 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               23036 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               23091 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               23092 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               23352 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               23373 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               23398 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               23399 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23520 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               23521 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23597 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               23619 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               23704 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               23705 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23707 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               23712 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               23713 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23760 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               23761 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23763 Zend/zend_vm_execute.h 	} else if (IS_VAR == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               23768 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               23769 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               23818 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               23864 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               23900 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               23946 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               23959 Zend/zend_vm_execute.h 			call->called_scope = EG(called_scope);
EG               23985 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               24021 Zend/zend_vm_execute.h 		if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.fn_flags & ZEND_ACC_PRIVATE)) {
EG               24030 Zend/zend_vm_execute.h 		if (EG(This) &&
EG               24031 Zend/zend_vm_execute.h 		    Z_OBJ_HT_P(EG(This))->get_class_entry &&
EG               24032 Zend/zend_vm_execute.h 		    !instanceof_function(Z_OBJCE_P(EG(This)), ce TSRMLS_CC)) {
EG               24042 Zend/zend_vm_execute.h 		if ((call->object = EG(This))) {
EG               24175 Zend/zend_vm_execute.h 	if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               24206 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               24273 Zend/zend_vm_execute.h 		if (IS_VAR == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               24454 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               24545 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               24546 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               24592 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               24593 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               24643 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               24664 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce != EG(scope))) {
EG               24665 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               24670 Zend/zend_vm_execute.h 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
EG               24671 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               24676 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
EG               24684 Zend/zend_vm_execute.h 		if (!RETURN_VALUE_USED(opline) || UNEXPECTED(EG(exception) != NULL)) {
EG               24706 Zend/zend_vm_execute.h 			EG(exit_status) = Z_LVAL_P(ptr);
EG               24740 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               24741 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               24805 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               24806 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               24868 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               24870 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               24871 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               24996 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               24997 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               25052 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               25053 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               25197 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               25198 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               25317 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               25318 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               25393 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               25414 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               25514 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               25550 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               25628 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               25647 Zend/zend_vm_execute.h 				zend_class_entry *old_scope = EG(scope);
EG               25649 Zend/zend_vm_execute.h 				EG(scope) = ce;
EG               25651 Zend/zend_vm_execute.h 				EG(scope) = old_scope;
EG               25696 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               25727 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               25793 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               25971 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               26061 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               26062 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               26108 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               26109 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               26153 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               26154 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               26218 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               26219 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               26281 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               26283 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               26284 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               26410 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               26411 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               26466 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               26467 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               26611 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               26612 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               26731 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               26732 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               26807 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               26828 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               26927 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               26963 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               27018 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               27049 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               27115 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               27293 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               27383 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               27384 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               27430 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               27431 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               27475 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               27476 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               27540 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               27541 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               27603 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               27605 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               27606 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               27732 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               27733 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               27788 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               27789 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               27933 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               27934 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               28053 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               28054 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               28129 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               28150 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               28249 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               28285 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               28340 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               28371 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               28437 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               28615 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               28705 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               28706 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               28753 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               28754 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               28798 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               28799 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               28863 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               28864 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               28926 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               28928 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               28929 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29047 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               29137 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               29138 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               29184 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               29185 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29229 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               29230 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29294 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               29295 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29357 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               29359 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               29360 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29485 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               29486 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               29541 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               29542 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               29686 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               29687 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29806 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               29807 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               29882 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               29903 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               30001 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30037 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30091 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               30122 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               30188 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               30366 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               30456 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               30457 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               30503 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               30504 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               30563 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               30565 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               30566 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               30609 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               30611 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               30612 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               30655 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               30697 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               30768 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30798 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30828 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30862 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30893 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               30918 Zend/zend_vm_execute.h 	if (!EG(return_value_ptr_ptr)) {
EG               30931 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               30934 Zend/zend_vm_execute.h 		           retval_ptr == &EG(uninitialized_zval)) {
EG               30941 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = ret;
EG               30943 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = retval_ptr;
EG               30968 Zend/zend_vm_execute.h 			if (!EG(return_value_ptr_ptr)) {
EG               30978 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               30984 Zend/zend_vm_execute.h 				*EG(return_value_ptr_ptr) = ret;
EG               31000 Zend/zend_vm_execute.h 				if (EG(return_value_ptr_ptr)) {
EG               31006 Zend/zend_vm_execute.h 					*EG(return_value_ptr_ptr) = ret;
EG               31012 Zend/zend_vm_execute.h 		if (EG(return_value_ptr_ptr)) {
EG               31016 Zend/zend_vm_execute.h 			*EG(return_value_ptr_ptr) = *retval_ptr_ptr;
EG               31034 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               31061 Zend/zend_vm_execute.h 	if (varptr == &EG(uninitialized_zval)) {
EG               31107 Zend/zend_vm_execute.h 	    varptr != &EG(uninitialized_zval) &&
EG               31148 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(*varptr_ptr == &EG(error_zval))) {
EG               31212 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               31233 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce != EG(scope))) {
EG               31234 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to private %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               31239 Zend/zend_vm_execute.h 			if (UNEXPECTED(!zend_check_protected(zend_get_function_root_class(clone), EG(scope)))) {
EG               31240 Zend/zend_vm_execute.h 				zend_error_noreturn(E_ERROR, "Call to protected %s::__clone() from context '%s'", ce->name, EG(scope) ? EG(scope)->name : "");
EG               31245 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
EG               31253 Zend/zend_vm_execute.h 		if (!RETURN_VALUE_USED(opline) || UNEXPECTED(EG(exception) != NULL)) {
EG               31358 Zend/zend_vm_execute.h 						failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1);
EG               31371 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1)==SUCCESS) {
EG               31408 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
EG               31411 Zend/zend_vm_execute.h 		EX(original_return_value) = EG(return_value_ptr_ptr);
EG               31412 Zend/zend_vm_execute.h 		EG(active_op_array) = new_op_array;
EG               31415 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = EX_T(opline->result.var).var.ptr_ptr;
EG               31417 Zend/zend_vm_execute.h 			EG(return_value_ptr_ptr) = NULL;
EG               31423 Zend/zend_vm_execute.h 		if (!EG(active_symbol_table)) {
EG               31435 Zend/zend_vm_execute.h 		EG(opline_ptr) = &EX(opline);
EG               31436 Zend/zend_vm_execute.h 		EG(active_op_array) = EX(op_array);
EG               31437 Zend/zend_vm_execute.h 		EG(return_value_ptr_ptr) = EX(original_return_value);
EG               31440 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               31471 Zend/zend_vm_execute.h 		if (array_ptr_ptr == NULL || array_ptr_ptr == &EG(uninitialized_zval_ptr)) {
EG               31544 Zend/zend_vm_execute.h 		if (iter && EXPECTED(EG(exception) == NULL)) {
EG               31550 Zend/zend_vm_execute.h 			if (!EG(exception)) {
EG               31564 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
EG               31573 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               31629 Zend/zend_vm_execute.h 			EG(exit_status) = Z_LVAL_P(ptr);
EG               32064 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               32065 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               32129 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               32130 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               32192 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               32194 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               32195 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               32320 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               32321 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               32376 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               32377 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               32572 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               32578 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               32579 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               32621 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               32798 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               32819 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               32844 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               32845 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               32964 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               32965 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               33040 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               33061 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               33146 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               33147 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               33149 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               33154 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               33155 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               33202 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               33203 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               33205 Zend/zend_vm_execute.h 	} else if (IS_CV == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               33210 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               33211 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               33252 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               33288 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               33438 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               33441 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               33470 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               33515 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               33546 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               33612 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               33652 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               33655 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               33875 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               33965 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               33966 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               34012 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               34013 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               34348 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               34349 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               34413 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               34414 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               34476 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               34478 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               34479 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               34605 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               34606 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               34661 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               34662 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               34921 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               34942 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               34967 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               34968 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               35087 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               35088 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               35163 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               35184 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               35270 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               35271 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               35273 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               35278 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               35279 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               35326 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               35327 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               35329 Zend/zend_vm_execute.h 	} else if (IS_CV == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               35334 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               35335 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               35376 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               35412 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               35563 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               35594 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               35660 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               35838 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               35928 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               35929 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               35975 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               35976 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               36311 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               36312 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               36376 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               36377 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               36439 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               36441 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               36442 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               36568 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               36569 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               36624 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               36625 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               36820 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               36826 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               36827 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               36869 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               37046 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               37067 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               37092 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               37093 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               37212 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               37213 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               37288 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               37309 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               37395 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               37396 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               37398 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               37403 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               37404 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               37451 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               37452 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               37454 Zend/zend_vm_execute.h 	} else if (IS_CV == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               37459 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               37460 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               37510 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               37556 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               37592 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               37744 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               37747 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               37776 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               37821 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               37852 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               37918 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               37958 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               37961 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               38181 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               38271 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               38272 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               38319 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               38320 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               38379 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               38380 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               38444 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               38445 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               38507 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               38509 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               38510 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               38675 Zend/zend_vm_execute.h 					retval = &EG(uninitialized_zval_ptr);
EG               38681 Zend/zend_vm_execute.h 					Z_ADDREF_P(&EG(uninitialized_zval));
EG               38682 Zend/zend_vm_execute.h 					zend_hash_quick_update(target_symbol_table, Z_STRVAL_P(varname), Z_STRLEN_P(varname)+1, hash_value, &EG(uninitialized_zval_ptr), sizeof(zval *), (void **) &retval);
EG               38724 Zend/zend_vm_execute.h 			if (retval != &EG(uninitialized_zval_ptr)) {
EG               38905 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               38906 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               38908 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               38913 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               38914 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               39045 Zend/zend_vm_execute.h 		if (EG(active_symbol_table)) {
EG               39048 Zend/zend_vm_execute.h 			zend_delete_variable(EX(prev_execute_data), EG(active_symbol_table),  cv->name, cv->name_len+1, cv->hash_value TSRMLS_CC);
EG               39077 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
EG               39124 Zend/zend_vm_execute.h 		} else if (EG(active_symbol_table)) {
EG               39127 Zend/zend_vm_execute.h 			if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **) &value) == FAILURE) {
EG               39202 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               39292 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               39293 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               39339 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               39340 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               39660 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               39661 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               39725 Zend/zend_vm_execute.h 					PZVAL_LOCK(&EG(uninitialized_zval));
EG               39726 Zend/zend_vm_execute.h 					EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               39788 Zend/zend_vm_execute.h 	if (UNEXPECTED(*var_ptr == &EG(error_zval))) {
EG               39790 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               39791 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               39916 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               39917 Zend/zend_vm_execute.h 			*retval = &EG(uninitialized_zval);
EG               39972 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               39973 Zend/zend_vm_execute.h 				*retval = &EG(uninitialized_zval);
EG               40232 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               40253 Zend/zend_vm_execute.h 		if (retval_ptr != &EG(uninitialized_zval_ptr)) {
EG               40278 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               40279 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               40398 Zend/zend_vm_execute.h 		PZVAL_LOCK(&EG(uninitialized_zval));
EG               40399 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               40474 Zend/zend_vm_execute.h 		if (container != &EG(uninitialized_zval_ptr)) {
EG               40495 Zend/zend_vm_execute.h 	if (EX_T(opline->result.var).var.ptr_ptr != &EG(uninitialized_zval_ptr)) {
EG               40580 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               40581 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               40583 Zend/zend_vm_execute.h 		} else if (UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               40588 Zend/zend_vm_execute.h 				PZVAL_LOCK(&EG(uninitialized_zval));
EG               40589 Zend/zend_vm_execute.h 				EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               40636 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               40637 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               40639 Zend/zend_vm_execute.h 	} else if (IS_CV == IS_VAR && UNEXPECTED(*variable_ptr_ptr == &EG(error_zval))) {
EG               40644 Zend/zend_vm_execute.h 			PZVAL_LOCK(&EG(uninitialized_zval));
EG               40645 Zend/zend_vm_execute.h 			EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG               40694 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               40739 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               40775 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
EG               40924 Zend/zend_vm_execute.h 	if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               40955 Zend/zend_vm_execute.h 						if (ht == &EG(symbol_table)) {
EG               41021 Zend/zend_vm_execute.h 		if (IS_CV == IS_CV && container != &EG(uninitialized_zval_ptr)) {
EG               41199 Zend/zend_vm_execute.h 	zend_generator *generator = (zend_generator *) EG(return_value_ptr_ptr);
EG               41289 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               41290 Zend/zend_vm_execute.h 		generator->value = &EG(uninitialized_zval);
EG               41336 Zend/zend_vm_execute.h 		Z_ADDREF(EG(uninitialized_zval));
EG               41337 Zend/zend_vm_execute.h 		EX_T(opline->result.var).var.ptr = &EG(uninitialized_zval);
EG                472 ext/com_dotnet/com_com.c 	zend_internal_function *f = (zend_internal_function*)EG(current_execute_data)->function_state.function;
EG                258 ext/com_dotnet/com_handlers.c 			((zend_internal_function*)EG(current_execute_data)->function_state.function)->function_name,
EG                295 ext/com_dotnet/com_wrapper.c 				if (SUCCESS == call_user_function_ex(EG(function_table), &disp->object, *name,
EG               1336 ext/curl/interface.c 			fci.function_table = EG(function_table);
EG               1403 ext/curl/interface.c 			fci.function_table = EG(function_table);
EG               1482 ext/curl/interface.c 			fci.function_table = EG(function_table);
EG               1557 ext/curl/interface.c 			fci.function_table = EG(function_table);
EG               1634 ext/curl/interface.c 			fci.function_table = EG(function_table);
EG               1713 ext/curl/interface.c 	error = call_user_function(EG(function_table), NULL, func, retval, 2, argv TSRMLS_CC);
EG                463 ext/dba/dba.c  	zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) dba_close_pe_rsrc_deleter, info TSRMLS_CC);
EG                595 ext/dba/dba.c  	numitems = zend_hash_next_free_element(&EG(regular_list));
EG                597 ext/dba/dba.c  		if (zend_hash_index_find(&EG(regular_list), i, (void **) &le)==FAILURE) {
EG                662 ext/dba/dba.c  		if (zend_hash_find(&EG(persistent_list), key, keylen+1, (void **) &le) == SUCCESS) {
EG                941 ext/dba/dba.c  		if (zend_hash_update(&EG(persistent_list), key, keylen+1, &new_le, sizeof(zend_rsrc_list_entry), NULL) == FAILURE) {
EG               1240 ext/dba/dba.c  	numitems = zend_hash_next_free_element(&EG(regular_list));
EG               1242 ext/dba/dba.c  		if (zend_hash_index_find(&EG(regular_list), i, (void **) &le)==FAILURE) {
EG               1584 ext/dom/document.c 		old_error_reporting = EG(error_reporting);
EG               1585 ext/dom/document.c 		EG(error_reporting) = old_error_reporting | E_WARNING;
EG               1593 ext/dom/document.c 			EG(error_reporting) = old_error_reporting;
EG                372 ext/dom/php_dom.c 			retval = EG(uninitialized_zval_ptr);
EG                518 ext/dom/php_dom.c 		if (value == EG(uninitialized_zval_ptr)) {
EG                599 ext/dom/php_dom.c 	obj = &EG(objects_store).object_buckets[handle].bucket.obj;
EG                181 ext/dom/xpath.c 	fci.function_table = EG(function_table);
EG                 39 ext/filter/callback_filter.c 	status = call_user_function_ex(EG(function_table), NULL, option_array, &retval_ptr, 1, args, 0, NULL TSRMLS_CC);
EG                536 ext/hash/hash.c 	if (zend_hash_index_find(&EG(regular_list), Z_RESVAL_P(zhash), (void *) &le)==SUCCESS) {
EG               1080 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
EG               1092 ext/imap/php_imap.c 		if (EG(error_reporting) & E_NOTICE) {
EG                236 ext/interbase/ibase_events.c 			if (SUCCESS != call_user_function(EG(function_table), NULL,
EG                941 ext/interbase/interbase.c 	if (SUCCESS == zend_hash_find(&EG(regular_list), hash, sizeof(hash), (void *) &le)) {
EG                954 ext/interbase/interbase.c 			zend_hash_del(&EG(regular_list), hash, sizeof(hash));
EG                959 ext/interbase/interbase.c 	switch (zend_hash_find(&EG(persistent_list), hash, sizeof(hash), (void *) &le)) {
EG                977 ext/interbase/interbase.c 		zend_hash_del(&EG(persistent_list), hash, sizeof(hash));
EG               1008 ext/interbase/interbase.c 			if (FAILURE == zend_hash_update(&EG(persistent_list), hash, sizeof(hash),
EG               1027 ext/interbase/interbase.c 	if (FAILURE == zend_hash_update(&EG(regular_list), hash, sizeof(hash),
EG                289 ext/interbase/php_ibase_udf.c 		if (FAILURE == call_user_function(EG(function_table), NULL,
EG                295 ext/intl/transliterator/transliterator_class.c 		retval = &EG( uninitialized_zval );
EG                323 ext/intl/transliterator/transliterator_class.c 	if( ( EG( scope ) != Transliterator_ce_ptr ) &&
EG                435 ext/json/json.c 				php_gcvt(d, EG(precision), '.', 'e', (char *)num);
EG                591 ext/json/json.c 	if (FAILURE == call_user_function_ex(EG(function_table), &val, &fname, &retval, 0, NULL, 1, NULL TSRMLS_CC) || !retval) {
EG                597 ext/json/json.c 	if (EG(exception)) {
EG                644 ext/json/json.c 					php_gcvt(dbl, EG(precision), '.', 'e', (char *)num);
EG               2002 ext/ldap/ldap.c 	if (zend_hash_index_find(&EG(regular_list), Z_LVAL_P(result), (void **) &le) != SUCCESS || le->type != le_result) {
EG               2577 ext/ldap/ldap.c 	if (call_user_function_ex(EG(function_table), NULL, ld->rebindproc, &cb_retval, 2, cb_args, 0, NULL TSRMLS_CC) == SUCCESS && cb_retval) {
EG               1630 ext/mbstring/mbstring.c 				zend_hash_find(EG(function_table), p->save_func,
EG               1633 ext/mbstring/mbstring.c 				zend_hash_find(EG(function_table), p->ovld_func, strlen(p->ovld_func)+1 , (void **)&func);
EG               1635 ext/mbstring/mbstring.c 				if (zend_hash_find(EG(function_table), p->orig_func, strlen(p->orig_func)+1, (void **)&orig) != SUCCESS) {
EG               1639 ext/mbstring/mbstring.c 					zend_hash_add(EG(function_table), p->save_func, strlen(p->save_func)+1, orig, sizeof(zend_function), NULL);
EG               1641 ext/mbstring/mbstring.c 					if (zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, func, sizeof(zend_function), 
EG               1689 ext/mbstring/mbstring.c 				zend_hash_find(EG(function_table), p->save_func,
EG               1692 ext/mbstring/mbstring.c 				zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, orig, sizeof(zend_function), NULL);
EG               1693 ext/mbstring/mbstring.c 				zend_hash_del(EG(function_table), p->save_func, strlen(p->save_func)+1);
EG               2093 ext/mbstring/mbstring.c 		if (!EG(active_symbol_table)) {
EG               2096 ext/mbstring/mbstring.c 		Z_ARRVAL(tmp) = EG(active_symbol_table);		
EG                982 ext/mbstring/php_mbregex.c 					if (!EG(exception)) {
EG                387 ext/mssql/php_mssql.c 	zend_hash_apply(&EG(regular_list),(apply_func_t) _clean_invalid_results TSRMLS_CC);
EG                643 ext/mssql/php_mssql.c 		if (new_link || zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_length + 1, (void **) &le)==FAILURE) {  /* we don't */
EG                703 ext/mssql/php_mssql.c 			if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length + 1, &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG                734 ext/mssql/php_mssql.c 					zend_hash_del(&EG(persistent_list), hashed_details, hashed_details_length+1);
EG                746 ext/mssql/php_mssql.c 					zend_hash_del(&EG(persistent_list), hashed_details, hashed_details_length + 1);
EG                763 ext/mssql/php_mssql.c 		if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length + 1,(void **) &index_ptr)==SUCCESS) {
EG                783 ext/mssql/php_mssql.c 				zend_hash_del(&EG(regular_list), hashed_details, hashed_details_length + 1);
EG                833 ext/mssql/php_mssql.c 		if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length + 1,(void *) &new_index_ptr, sizeof(zend_rsrc_list_entry),NULL)==FAILURE) {
EG                671 ext/mysql/php_mysql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysql_persistent_helper TSRMLS_CC);
EG                854 ext/mysql/php_mysql.c 		if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_length+1, (void **) &le)==FAILURE) {  /* we don't */
EG                912 ext/mysql/php_mysql.c 			if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length+1, (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG                943 ext/mysql/php_mysql.c 						zend_hash_del(&EG(persistent_list), hashed_details, hashed_details_length+1);
EG                964 ext/mysql/php_mysql.c 		if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length+1,(void **) &index_ptr)==SUCCESS) {
EG                983 ext/mysql/php_mysql.c 				zend_hash_del(&EG(regular_list), hashed_details, hashed_details_length+1);
EG               1046 ext/mysql/php_mysql.c 		if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length+1,(void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG               2197 ext/mysql/php_mysql.c 			fcc.calling_scope = EG(scope);
EG                349 ext/mysqli/mysqli.c 			retval = EG(uninitialized_zval_ptr);
EG                426 ext/mysqli/mysqli.c 				if (value != EG(uninitialized_zval_ptr)) {
EG                437 ext/mysqli/mysqli.c 				if (value != EG(uninitialized_zval_ptr)) {
EG                474 ext/mysqli/mysqli.c 		if (value != EG(uninitialized_zval_ptr)) {
EG                965 ext/mysqli/mysqli.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once TSRMLS_CC);
EG               1328 ext/mysqli/mysqli.c 			fcc.calling_scope = EG(scope);
EG                712 ext/mysqli/mysqli_api.c 		if (zend_hash_find(&EG(persistent_list), mysql->hash_key, strlen(mysql->hash_key) + 1, (void **)&le) == SUCCESS) {
EG                168 ext/mysqli/mysqli_nonapi.c 			if (zend_hash_find(&EG(persistent_list), hash_key, hash_len + 1, (void **)&le) == SUCCESS) {
EG                202 ext/mysqli/mysqli_nonapi.c 				zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);
EG                114 ext/mysqlnd/mysqlnd_bt.c 			s_tmp = emalloc(MAX_LENGTH_OF_DOUBLE + EG(precision) + 1);
EG                115 ext/mysqlnd/mysqlnd_bt.c 			l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval);  /* SAFE */
EG                158 ext/mysqlnd/mysqlnd_net.c 	zend_hash_index_del(&EG(regular_list), net_stream->rsrc_id);
EG                227 ext/mysqlnd/mysqlnd_net.c 		if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_len + 1, (void*) &le) == SUCCESS) {
EG                234 ext/mysqlnd/mysqlnd_net.c 			zend_hash_del(&EG(persistent_list), hashed_details, hashed_details_len + 1);
EG                250 ext/mysqlnd/mysqlnd_net.c 	zend_hash_index_del(&EG(regular_list), net_stream->rsrc_id);
EG               1072 ext/mysqlnd/mysqlnd_net.c 			if (EG(active)) {
EG                974 ext/mysqlnd/mysqlnd_wireprotocol.c 	unsigned int error_reporting = EG(error_reporting);
EG                986 ext/mysqlnd/mysqlnd_wireprotocol.c 		EG(error_reporting) = 0;
EG               1023 ext/mysqlnd/mysqlnd_wireprotocol.c 		EG(error_reporting) = error_reporting;
EG               1326 ext/oci8/oci8.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC);
EG               1457 ext/oci8/oci8.c 		if ((zend_hash_find(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1, (void **) &le)== SUCCESS) && (le->type == le_pconnection) && (le->ptr == connection)) {
EG               1458 ext/oci8/oci8.c 			zend_hash_del(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1);
EG               1933 ext/oci8/oci8.c 		if (persistent && zend_hash_find(&EG(persistent_list), hashed_details.c, hashed_details.len+1, (void **) &le) == SUCCESS) {
EG               1939 ext/oci8/oci8.c 		} else if (!persistent && zend_hash_find(&EG(regular_list), hashed_details.c, hashed_details.len+1, (void **) &le) == SUCCESS) {
EG               1969 ext/oci8/oci8.c 				zend_hash_del(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1);
EG               2048 ext/oci8/oci8.c 				zend_hash_del(&EG(persistent_list), hashed_details.c, hashed_details.len+1);
EG               2053 ext/oci8/oci8.c 				zend_hash_del(&EG(regular_list), hashed_details.c, hashed_details.len+1);
EG               2060 ext/oci8/oci8.c 				zend_hash_del(&EG(persistent_list), hashed_details.c, hashed_details.len+1);
EG               2062 ext/oci8/oci8.c 				zend_hash_del(&EG(regular_list), hashed_details.c, hashed_details.len+1);
EG               2075 ext/oci8/oci8.c 			zend_hash_apply(&EG(persistent_list), (apply_func_t) php_oci_persistent_helper TSRMLS_CC);
EG               2179 ext/oci8/oci8.c 		zend_hash_update(&EG(persistent_list), connection->hash_key, strlen(connection->hash_key)+1, (void *)&new_le, sizeof(zend_rsrc_list_entry), NULL);
EG               2186 ext/oci8/oci8.c 		zend_hash_update(&EG(regular_list), connection->hash_key, strlen(connection->hash_key)+1, (void *)&new_le, sizeof(zend_rsrc_list_entry), NULL);
EG               3002 ext/oci8/oci8.c 	if (zend_hash_find(&EG(persistent_list),spool_hashed_details.c, spool_hashed_details.len+1, (void **)&spool_out_le) == FAILURE) {
EG               3013 ext/oci8/oci8.c 		zend_hash_update(&EG(persistent_list), session_pool->spool_hash_key, strlen(session_pool->spool_hash_key)+1,(void *)&spool_le, sizeof(zend_rsrc_list_entry),NULL);
EG                479 ext/odbc/php_odbc.c 	nument = zend_hash_next_free_element(&EG(regular_list));
EG                507 ext/odbc/php_odbc.c 	nument = zend_hash_next_free_element(&EG(persistent_list));
EG               1134 ext/odbc/php_odbc.c 	nument = zend_hash_next_free_element(&EG(regular_list));
EG               1145 ext/odbc/php_odbc.c 	nument = zend_hash_next_free_element(&EG(regular_list));
EG               1155 ext/odbc/php_odbc.c 				zend_hash_apply_with_argument(&EG(persistent_list), 
EG               2591 ext/odbc/php_odbc.c 		if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_len + 1, (void **) &le)	== FAILURE) {
EG               2612 ext/odbc/php_odbc.c 			if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_len + 1, &new_le,
EG               2643 ext/odbc/php_odbc.c 					zend_hash_del(&EG(persistent_list), hashed_details, hashed_len + 1);
EG               2659 ext/odbc/php_odbc.c 		if (zend_hash_find(&EG(regular_list), hashed_details, hashed_len + 1, (void **) &index_ptr) == SUCCESS) {
EG               2676 ext/odbc/php_odbc.c 				zend_hash_del(&EG(regular_list), hashed_details, hashed_len + 1);
EG               2693 ext/odbc/php_odbc.c 		if (zend_hash_update(&EG(regular_list), hashed_details, hashed_len + 1, (void *) &new_index_ptr,
EG               2728 ext/odbc/php_odbc.c 	nument = zend_hash_next_free_element(&EG(regular_list));
EG               2743 ext/odbc/php_odbc.c 		zend_hash_apply_with_argument(&EG(persistent_list),	(apply_func_arg_t) _close_pconn_with_id, (void *) &(Z_LVAL_P(pv_conn)) TSRMLS_CC);	
EG                 11 ext/opcache/Optimizer/block_pass.c 	if (zend_hash_find(EG(zend_constants), name, name_len + 1, (void **) &c) == FAILURE) {
EG                 16 ext/opcache/Optimizer/block_pass.c 		if (zend_hash_find(EG(zend_constants), lookup_name, name_len + 1, (void **) &c) == SUCCESS) {
EG                758 ext/opcache/Optimizer/block_pass.c 					if(zend_hash_find(EG(function_table), Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1, (void **)&function) == SUCCESS) {
EG               1033 ext/opcache/Optimizer/block_pass.c 			er = EG(error_reporting);
EG               1034 ext/opcache/Optimizer/block_pass.c 			EG(error_reporting) = 0;
EG               1045 ext/opcache/Optimizer/block_pass.c 			EG(error_reporting) = er;
EG                 59 ext/opcache/Optimizer/pass1_5.c 				er = EG(error_reporting);
EG                 60 ext/opcache/Optimizer/pass1_5.c 				EG(error_reporting) = 0;
EG                 63 ext/opcache/Optimizer/pass1_5.c 					EG(error_reporting) = er;
EG                 66 ext/opcache/Optimizer/pass1_5.c 				EG(error_reporting) = er;
EG                126 ext/opcache/Optimizer/pass1_5.c 				er = EG(error_reporting);
EG                127 ext/opcache/Optimizer/pass1_5.c 				EG(error_reporting) = 0;
EG                133 ext/opcache/Optimizer/pass1_5.c 					EG(error_reporting) = er;
EG                136 ext/opcache/Optimizer/pass1_5.c 				EG(error_reporting) = er;
EG                226 ext/opcache/Optimizer/pass1_5.c 				zend_bool orig_in_execution = EG(in_execution);
EG                227 ext/opcache/Optimizer/pass1_5.c 				zend_op_array *orig_op_array = EG(active_op_array);
EG                230 ext/opcache/Optimizer/pass1_5.c 				EG(in_execution) = 1;
EG                231 ext/opcache/Optimizer/pass1_5.c 				EG(active_op_array) = op_array;
EG                239 ext/opcache/Optimizer/pass1_5.c 				EG(active_op_array) = orig_op_array;
EG                240 ext/opcache/Optimizer/pass1_5.c 				EG(in_execution) = orig_in_execution;
EG                280 ext/opcache/Optimizer/pass1_5.c 						if (zend_hash_quick_find(EG(class_table), 
EG                381 ext/opcache/Optimizer/pass1_5.c 					if (zend_hash_find(EG(function_table), lc_name, Z_STRLEN(ZEND_OP1_LITERAL(opline - 1)) + 1,
EG                457 ext/opcache/ZendAccelerator.c 	p = EG(zend_constants)->pListHead;
EG                669 ext/opcache/ZendAccelerator.c 	er = EG(error_reporting);
EG                670 ext/opcache/ZendAccelerator.c 	EG(error_reporting) = 0;
EG                676 ext/opcache/ZendAccelerator.c 	EG(error_reporting) = er;
EG                739 ext/opcache/ZendAccelerator.c 	    !EG(opline_ptr) &&
EG                807 ext/opcache/ZendAccelerator.c 				er = EG(error_reporting);
EG                808 ext/opcache/ZendAccelerator.c 				EG(error_reporting) = 0;
EG                814 ext/opcache/ZendAccelerator.c 				EG(error_reporting) = er;
EG               1001 ext/opcache/ZendAccelerator.c         if (EG(in_execution) &&
EG               1261 ext/opcache/ZendAccelerator.c 		if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_info[i].name, jit_auto_globals_info[i].len)) {
EG               1272 ext/opcache/ZendAccelerator.c 	if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_info[3].name, jit_auto_globals_info[3].len)) {
EG               1377 ext/opcache/ZendAccelerator.c 	orig_user_error_handler = EG(user_error_handler);
EG               1381 ext/opcache/ZendAccelerator.c 	EG(class_table) = CG(class_table) = &new_persistent_script->class_table;
EG               1382 ext/opcache/ZendAccelerator.c 	EG(user_error_handler) = NULL;
EG               1407 ext/opcache/ZendAccelerator.c 	EG(class_table) = CG(class_table) = orig_class_table;
EG               1408 ext/opcache/ZendAccelerator.c 	EG(user_error_handler) = orig_user_error_handler;
EG               1495 ext/opcache/ZendAccelerator.c 	if ((EG(opline_ptr) == NULL &&
EG               1499 ext/opcache/ZendAccelerator.c 	    (EG(opline_ptr) && *EG(opline_ptr) &&
EG               1500 ext/opcache/ZendAccelerator.c 	     *EG(opline_ptr) == ZCG(cache_opline) &&
EG               1501 ext/opcache/ZendAccelerator.c 	     (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL &&
EG               1503 ext/opcache/ZendAccelerator.c 	     ((*EG(opline_ptr))->extended_value == ZEND_INCLUDE_ONCE ||
EG               1504 ext/opcache/ZendAccelerator.c 	      (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) {
EG               1506 ext/opcache/ZendAccelerator.c  	     ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
EG               1507 ext/opcache/ZendAccelerator.c  	      (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
EG               1659 ext/opcache/ZendAccelerator.c 			if (!EG(opline_ptr) || !*EG(opline_ptr) ||
EG               1660 ext/opcache/ZendAccelerator.c 			    (*EG(opline_ptr))->opcode != ZEND_INCLUDE_OR_EVAL ||
EG               1662 ext/opcache/ZendAccelerator.c 			    ((*EG(opline_ptr))->extended_value != ZEND_INCLUDE_ONCE &&
EG               1663 ext/opcache/ZendAccelerator.c 			     (*EG(opline_ptr))->extended_value != ZEND_REQUIRE_ONCE)) {
EG               1665 ext/opcache/ZendAccelerator.c  			    ((*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_INCLUDE_ONCE &&
EG               1666 ext/opcache/ZendAccelerator.c  			     (*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_REQUIRE_ONCE)) {
EG               1670 ext/opcache/ZendAccelerator.c 				if (zend_hash_quick_add(&EG(included_files), persistent_script->full_path, persistent_script->full_path_len + 1, persistent_script->hash_value, &dummy, sizeof(void *), NULL) == SUCCESS) {
EG               1818 ext/opcache/ZendAccelerator.c 	if (EG(in_execution)) {
EG               1843 ext/opcache/ZendAccelerator.c 		if (EG(opline_ptr) && *EG(opline_ptr)) {
EG               1844 ext/opcache/ZendAccelerator.c 			zend_op *opline = *EG(opline_ptr);
EG               1940 ext/opcache/ZendAccelerator.c 		if ((!EG(opline_ptr) &&
EG               1942 ext/opcache/ZendAccelerator.c 		    (EG(opline_ptr) &&
EG               1943 ext/opcache/ZendAccelerator.c 		     *EG(opline_ptr) &&
EG               1944 ext/opcache/ZendAccelerator.c              (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL &&
EG               1946 ext/opcache/ZendAccelerator.c              ((*EG(opline_ptr))->extended_value == ZEND_INCLUDE_ONCE ||
EG               1947 ext/opcache/ZendAccelerator.c               (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) {
EG               1949 ext/opcache/ZendAccelerator.c               ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
EG               1950 ext/opcache/ZendAccelerator.c                (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
EG               1960 ext/opcache/ZendAccelerator.c 			if ((EG(opline_ptr) == NULL &&
EG               1963 ext/opcache/ZendAccelerator.c 			    (EG(opline_ptr) &&
EG               1964 ext/opcache/ZendAccelerator.c 			     (ZCG(cache_opline) == *EG(opline_ptr)))) {
EG               1983 ext/opcache/ZendAccelerator.c 					ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
EG               1984 ext/opcache/ZendAccelerator.c 					ZCG(cache_persistent_script) = EG(opline_ptr) ? persistent_script : NULL;
EG               2005 ext/opcache/ZendAccelerator.c 		if ((!EG(opline_ptr) &&
EG               2007 ext/opcache/ZendAccelerator.c 		    (EG(opline_ptr) &&
EG               2008 ext/opcache/ZendAccelerator.c 		     *EG(opline_ptr) &&
EG               2009 ext/opcache/ZendAccelerator.c              (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL &&
EG               2011 ext/opcache/ZendAccelerator.c              ((*EG(opline_ptr))->extended_value == ZEND_INCLUDE_ONCE ||
EG               2012 ext/opcache/ZendAccelerator.c               (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) {
EG               2014 ext/opcache/ZendAccelerator.c               ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
EG               2015 ext/opcache/ZendAccelerator.c                (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
EG               2034 ext/opcache/ZendAccelerator.c 					ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
EG               2051 ext/opcache/ZendAccelerator.c 				ZCG(cache_opline) = EG(opline_ptr) ? *EG(opline_ptr) : NULL;
EG               2073 ext/opcache/ZendAccelerator.c 					ZCG(cache_opline) = (EG(opline_ptr) && key) ? *EG(opline_ptr): NULL;
EG               2219 ext/opcache/ZendAccelerator.c 					if (zvalue->value.ht && (zvalue->value.ht != &EG(symbol_table))) {
EG               2332 ext/opcache/ZendAccelerator.c 	if (EG(full_tables_cleanup)) {
EG               2333 ext/opcache/ZendAccelerator.c 		EG(symbol_table).pDestructor = (dtor_func_t)accel_fast_zval_ptr_dtor;
EG               2337 ext/opcache/ZendAccelerator.c 		if (EG(objects_store).top > 1 || zend_hash_num_elements(&EG(regular_list)) > 0) {
EG               2340 ext/opcache/ZendAccelerator.c 		    old_destructor = EG(symbol_table).pDestructor;
EG               2341 ext/opcache/ZendAccelerator.c 			EG(symbol_table).pDestructor = (dtor_func_t)accel_fast_zval_ptr_dtor;
EG               2343 ext/opcache/ZendAccelerator.c 				zend_hash_graceful_reverse_destroy(&EG(symbol_table));
EG               2345 ext/opcache/ZendAccelerator.c 			EG(symbol_table).pDestructor = old_destructor;
EG               2347 ext/opcache/ZendAccelerator.c 		zend_hash_init(&EG(symbol_table), 0, NULL, NULL, 0);
EG               2348 ext/opcache/ZendAccelerator.c 		old_destructor = EG(function_table)->pDestructor;
EG               2349 ext/opcache/ZendAccelerator.c 		EG(function_table)->pDestructor = NULL;
EG               2350 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(function_table), (apply_func_t) accel_clean_non_persistent_function TSRMLS_CC);
EG               2351 ext/opcache/ZendAccelerator.c 		EG(function_table)->pDestructor = old_destructor;
EG               2352 ext/opcache/ZendAccelerator.c 		old_destructor = EG(class_table)->pDestructor;
EG               2353 ext/opcache/ZendAccelerator.c 		EG(class_table)->pDestructor = NULL;
EG               2354 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(class_table), (apply_func_t) accel_clean_non_persistent_class TSRMLS_CC);
EG               2355 ext/opcache/ZendAccelerator.c 		EG(class_table)->pDestructor = old_destructor;
EG               2356 ext/opcache/ZendAccelerator.c 		old_destructor = EG(zend_constants)->pDestructor;
EG               2357 ext/opcache/ZendAccelerator.c 		EG(zend_constants)->pDestructor = NULL;
EG               2358 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) accel_clean_non_persistent_constant TSRMLS_CC);
EG               2359 ext/opcache/ZendAccelerator.c 		EG(zend_constants)->pDestructor = old_destructor;
EG               2647 ext/opcache/ZendAccelerator.c 	if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entry) == SUCCESS) {
EG               2730 ext/opcache/ZendAccelerator.c 		zend_hash_clean(EG(zend_constants));
EG               2744 ext/opcache/ZendAccelerator.c 	if (zend_hash_find(EG(ini_directives), "include_path", sizeof("include_path"), (void **) &ini_entry) == SUCCESS) {
EG                129 ext/opcache/zend_accelerator_module.c 		if (zend_hash_find(EG(ini_directives),
EG                176 ext/opcache/zend_accelerator_module.c 		if (zend_hash_find(EG(ini_directives),
EG                212 ext/opcache/zend_accelerator_module.c 		if (zend_hash_find(EG(ini_directives),
EG                303 ext/opcache/zend_accelerator_module.c 	if (zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op2.u.constant), Z_STRLEN(EX(opline)->op2.u.constant) + 1, (void **)&pce) == FAILURE ||
EG                304 ext/opcache/zend_accelerator_module.c 	    (zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op1.u.constant), Z_STRLEN(EX(opline)->op1.u.constant), (void**)&pce_orig) == SUCCESS &&
EG                306 ext/opcache/zend_accelerator_module.c 		do_bind_inherited_class(EX(opline), EG(class_table), EX_T(EX(opline)->extended_value).class_entry, 0 TSRMLS_CC);
EG                778 ext/opcache/zend_accelerator_module.c 	orig_execute_data = EG(current_execute_data);
EG                783 ext/opcache/zend_accelerator_module.c 		EG(current_execute_data) = orig_execute_data;
EG                247 ext/opcache/zend_accelerator_util_funcs.c 					if (ast->u.val->value.ht && ast->u.val->value.ht != &EG(symbol_table)) {
EG                307 ext/opcache/zend_accelerator_util_funcs.c 				if (ret->value.ht && ret->value.ht != &EG(symbol_table)) {
EG                431 ext/opcache/zend_accelerator_util_funcs.c 					if (((zval*)p->pDataPtr)->value.ht && ((zval*)p->pDataPtr)->value.ht != &EG(symbol_table)) {
EG                988 ext/opcache/zend_accelerator_util_funcs.c 				do_bind_inherited_class(&op_array->opcodes[opline_num], EG(class_table), *pce, 1 TSRMLS_CC);
EG               1030 ext/opcache/zend_accelerator_util_funcs.c 			if (!zend_hash_exists(EG(zend_constants), name, len + 1)) {
EG                239 ext/opcache/zend_persist.c 		zend_bool orig_in_execution = EG(in_execution);
EG                240 ext/opcache/zend_persist.c 		zend_op_array *orig_op_array = EG(active_op_array);
EG                246 ext/opcache/zend_persist.c 		EG(in_execution) = 1;
EG                247 ext/opcache/zend_persist.c 		EG(active_op_array) = op_array;
EG                251 ext/opcache/zend_persist.c 		EG(active_op_array) = orig_op_array;
EG                252 ext/opcache/zend_persist.c 		EG(in_execution) = orig_in_execution;
EG               1057 ext/openssl/xp_ssl.c 			if (FAILURE == call_user_function_ex(EG(function_table), NULL, *val, &retval, 1, params, 0, NULL TSRMLS_CC)) {
EG               1270 ext/pcntl/pcntl.c 			call_user_function(EG(function_table), NULL, *handle, retval, 1, &param TSRMLS_CC);
EG                935 ext/pcre/php_pcre.c 	if (call_user_function_ex(EG(function_table), NULL, function, &retval_ptr, 1, args, 0, NULL TSRMLS_CC) == SUCCESS && retval_ptr) {
EG                941 ext/pcre/php_pcre.c 		if (!EG(exception)) {
EG                154 ext/pdo/pdo_dbh.c 	} else if (EG(exception) == NULL) {
EG                308 ext/pdo/pdo_dbh.c 			if (SUCCESS == zend_hash_find(&EG(persistent_list), hashkey, plen+1, (void*)&le)) {
EG                402 ext/pdo/pdo_dbh.c 			if (FAILURE == zend_hash_update(&EG(persistent_list),
EG                484 ext/pdo/pdo_dbh.c 		fcc.calling_scope = EG(scope);
EG                323 ext/pdo/pdo_stmt.c 			int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(param->parameter));
EG                767 ext/pdo/pdo_stmt.c 		fcc->calling_scope = EG(scope);
EG                329 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.function_table = EG(function_table);
EG                493 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.function_table = EG(function_table);
EG               1231 ext/pgsql/pgsql.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions TSRMLS_CC);
EG               1330 ext/pgsql/pgsql.c 		if (zend_hash_find(&EG(persistent_list), str.c, str.len+1, (void **) &le)==FAILURE) {  /* we don't */
EG               1361 ext/pgsql/pgsql.c 			if (zend_hash_update(&EG(persistent_list), str.c, str.len+1, (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG               1391 ext/pgsql/pgsql.c 					zend_hash_del(&EG(persistent_list),str.c,str.len+1);
EG               1415 ext/pgsql/pgsql.c 			&& zend_hash_find(&EG(regular_list),str.c,str.len+1,(void **) &index_ptr)==SUCCESS) {
EG               1432 ext/pgsql/pgsql.c 				zend_hash_del(&EG(regular_list),str.c,str.len+1);
EG               1476 ext/pgsql/pgsql.c 		if (zend_hash_update(&EG(regular_list),str.c,str.len+1,(void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG               2447 ext/pgsql/pgsql.c 	if (zend_hash_find(&EG(regular_list), hash_key.c, hash_key.len+1, (void **) &field_table) == SUCCESS) {
EG               2478 ext/pgsql/pgsql.c 		zend_hash_update(&EG(regular_list), hash_key.c, hash_key.len+1, (void *) &new_field_table, sizeof(zend_rsrc_list_entry), NULL);
EG               2529 ext/pgsql/pgsql.c 			Z_STRVAL_P(return_value) = get_field_name(pg_result->conn, PQftype(pgsql_result, field), &EG(regular_list) TSRMLS_CC);
EG               2817 ext/pgsql/pgsql.c 			fcc.calling_scope = EG(scope);
EG                118 ext/phar/phar.c 	if (zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0) == SUCCESS) {
EG                119 ext/phar/phar.c 		EG(regular_list).nNextFreeElement=1;	/* we don't want resource id 0 */
EG                155 ext/phar/phar.c 				zend_hash_graceful_reverse_destroy(&EG(regular_list));
EG                156 ext/phar/phar.c 				memset(&EG(regular_list), 0, sizeof(HashTable));
EG                179 ext/phar/phar.c 	zend_hash_graceful_reverse_destroy(&EG(regular_list));
EG                180 ext/phar/phar.c 	memset(&EG(regular_list), 0, sizeof(HashTable));
EG                318 ext/phar/phar.c 	if (EG(exception) || --phar_data->refcount < 0) {
EG                261 ext/phar/phar_object.c 			if (zend_hash_add(&EG(included_files), name, name_len+1, (void *)&dummy, sizeof(int), NULL) == SUCCESS) {
EG                280 ext/phar/phar_object.c 					zend_hash_del(&EG(included_files), name, name_len+1);
EG                293 ext/phar/phar_object.c 				EG(return_value_ptr_ptr) = &result;
EG                294 ext/phar/phar_object.c 				EG(active_op_array) = new_op_array;
EG                310 ext/phar/phar_object.c 					if (EG(return_value_ptr_ptr) && *EG(return_value_ptr_ptr)) {
EG                311 ext/phar/phar_object.c 						zval_ptr_dtor(EG(return_value_ptr_ptr));
EG                705 ext/phar/phar_object.c 			if (!EG(exception)) {
EG               1260 ext/phar/phar_object.c 	} else if (!EG(exception)) {
EG               1435 ext/phar/phar_object.c 	if (EG(exception)) {
EG               1460 ext/phar/phar_object.c 				if (EG(exception)) {
EG               1588 ext/phar/phar_object.c 			if (EG(exception)) {
EG               1779 ext/phar/phar_object.c 	if (EG(exception)) {
EG               1796 ext/phar/phar_object.c 	if (EG(exception)) {
EG                443 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(active_symbol_table), NULL TSRMLS_CC);
EG                457 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL TSRMLS_CC);
EG                482 ext/readline/readline_cli.c 	char *retval = cli_completion_generator_ht(text, textlen, state, EG(class_table), (void**)&pce TSRMLS_CC);
EG                550 ext/readline/readline_cli.c 				retval = cli_completion_generator_func(lc_text, textlen, &cli_completion_state, pce ? &(*pce)->function_table : EG(function_table) TSRMLS_CC);
EG                556 ext/readline/readline_cli.c 				retval = cli_completion_generator_define(text, textlen, &cli_completion_state, pce ? &(*pce)->constants_table : EG(zend_constants) TSRMLS_CC);
EG                617 ext/readline/readline_cli.c 	EG(exit_status) = 0;
EG                691 ext/readline/readline_cli.c 		if (EG(exception)) {
EG                692 ext/readline/readline_cli.c 			zend_exception_error(EG(exception), E_WARNING TSRMLS_CC);
EG                705 ext/readline/readline_cli.c 	return EG(exit_status);
EG                 98 ext/reflection/php_reflection.c 	if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) {                            \
EG                758 ext/reflection/php_reflection.c 				old_scope = EG(scope);
EG                759 ext/reflection/php_reflection.c 				EG(scope) = fptr->common.scope;
EG                761 ext/reflection/php_reflection.c 				EG(scope) = old_scope;
EG               1121 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _extension_ini_string, 3, &str_ini, indent, module->module_number);
EG               1135 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants);
EG               1174 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) _extension_class_string, 4, &str_classes, sub_indent.string, module, &num_classes);
EG               1452 ext/reflection/php_reflection.c 	if (EG(exception)) {
EG               1477 ext/reflection/php_reflection.c 	if (result == FAILURE && EG(exception) == NULL) {
EG               1502 ext/reflection/php_reflection.c 		if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) {
EG               1666 ext/reflection/php_reflection.c 		if (zend_hash_find(EG(function_table), nsname, name_len + 1, (void **)&fptr) == FAILURE) {
EG               1958 ext/reflection/php_reflection.c 	fcc.calling_scope = EG(scope);
EG               2025 ext/reflection/php_reflection.c 	fcc.calling_scope = EG(scope);
EG               2203 ext/reflection/php_reflection.c 				if (zend_hash_find(EG(function_table), lcname, lcname_len + 1, (void**) &fptr) == FAILURE) {
EG               2645 ext/reflection/php_reflection.c 	old_scope = EG(scope);
EG               2646 ext/reflection/php_reflection.c 	EG(scope) = param->fptr->common.scope;
EG               2648 ext/reflection/php_reflection.c 	EG(scope) = old_scope;
EG               3393 ext/reflection/php_reflection.c 			if (!EG(exception)) {
EG               3952 ext/reflection/php_reflection.c 			if (!EG(exception)) {
EG               4016 ext/reflection/php_reflection.c 	if (zend_get_property_info(ce, &member, 1 TSRMLS_CC) == &EG(std_property_info)) {
EG               4018 ext/reflection/php_reflection.c 		EG(std_property_info).flags = ZEND_ACC_IMPLICIT_PUBLIC;
EG               4019 ext/reflection/php_reflection.c 		reflection_property_factory(ce, &EG(std_property_info), property TSRMLS_CC);
EG               4273 ext/reflection/php_reflection.c 	old_scope = EG(scope);
EG               4274 ext/reflection/php_reflection.c 	EG(scope) = ce;
EG               4276 ext/reflection/php_reflection.c 	EG(scope) = old_scope;
EG               4300 ext/reflection/php_reflection.c 		fci.function_table = EG(function_table);
EG               4311 ext/reflection/php_reflection.c 		fcc.calling_scope = EG(scope);
EG               4381 ext/reflection/php_reflection.c 	old_scope = EG(scope);
EG               4382 ext/reflection/php_reflection.c 	EG(scope) = ce;
EG               4384 ext/reflection/php_reflection.c 	EG(scope) = old_scope;
EG               4405 ext/reflection/php_reflection.c 		fci.function_table = EG(function_table);
EG               4416 ext/reflection/php_reflection.c 		fcc.calling_scope = EG(scope);
EG               5076 ext/reflection/php_reflection.c 		if (member_p != EG(uninitialized_zval_ptr)) {
EG               5389 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _addconstant, 2, return_value, module->module_number);
EG               5423 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) _addinientry, 2, return_value, module->module_number);
EG               5472 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) add_extension_class, 3, return_value, module, 1);
EG               5489 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(class_table) TSRMLS_CC, (apply_func_args_t) add_extension_class, 3, return_value, module, 0);
EG                 53 ext/session/mod_user.c 	if (call_user_function(EG(function_table), NULL, func, retval, argc, argv TSRMLS_CC) == FAILURE) {
EG                305 ext/session/session.c 	if (zend_hash_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER"), (void **) &array) == SUCCESS &&
EG                944 ext/session/session.c 		if (zend_hash_find(&EG(symbol_table), name, namelen + 1, (void **) &tmp) == SUCCESS) {
EG                945 ext/session/session.c 			if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) {
EG               1040 ext/session/session.c 		if (zend_hash_find(&EG(symbol_table), name, namelen + 1, (void **) &tmp) == SUCCESS) {
EG               1041 ext/session/session.c 			if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) {
EG               1467 ext/session/session.c 	zend_hash_del(EG(zend_constants), "sid", sizeof("sid"));
EG               1540 ext/session/session.c 		if (PS(use_cookies) && zend_hash_find(&EG(symbol_table), "_COOKIE", sizeof("_COOKIE"), (void **) &data) == SUCCESS &&
EG               1550 ext/session/session.c 				zend_hash_find(&EG(symbol_table), "_GET", sizeof("_GET"), (void **) &data) == SUCCESS &&
EG               1558 ext/session/session.c 				zend_hash_find(&EG(symbol_table), "_POST", sizeof("_POST"), (void **) &data) == SUCCESS &&
EG                383 ext/simplexml/simplexml.c 		return_value = &EG(uninitialized_zval);
EG               2002 ext/snmp/snmp.c 			retval = EG(uninitialized_zval_ptr);
EG               2068 ext/snmp/snmp.c 				if (value != EG(uninitialized_zval_ptr)) {
EG               2078 ext/snmp/snmp.c 				if (value != EG(uninitialized_zval_ptr)) {
EG               2117 ext/snmp/snmp.c 			val = EG(uninitialized_zval_ptr);
EG                633 ext/soap/php_encoding.c 		if (call_user_function(EG(function_table), NULL, type->map->to_xml, return_value, 1, &data TSRMLS_CC) == FAILURE) {
EG                675 ext/soap/php_encoding.c 		if (call_user_function(EG(function_table), NULL, type->map->to_zval, return_value, 1, &data TSRMLS_CC) == FAILURE) {
EG               1148 ext/soap/php_encoding.c 	str = (char *) safe_emalloc(EG(precision), 1, MAX_LENGTH_OF_DOUBLE + 1);
EG               1149 ext/soap/php_encoding.c 	php_gcvt(Z_DVAL(tmp), EG(precision), '.', 'E', str);
EG               1234 ext/soap/php_encoding.c 	old_scope = EG(scope);
EG               1235 ext/soap/php_encoding.c 	EG(scope) = Z_OBJCE_P(object);
EG               1238 ext/soap/php_encoding.c 	EG(scope) = old_scope;
EG               1250 ext/soap/php_encoding.c 		old_scope = EG(scope);
EG               1251 ext/soap/php_encoding.c 		EG(scope) = Z_OBJCE_P(object);
EG               1253 ext/soap/php_encoding.c 		if (data == EG(uninitialized_zval_ptr)) {
EG               1258 ext/soap/php_encoding.c 			EG(scope) = old_scope;
EG               1264 ext/soap/php_encoding.c 		EG(scope) = old_scope;
EG               1284 ext/soap/php_encoding.c 		old_scope = EG(scope);
EG               1285 ext/soap/php_encoding.c 		EG(scope) = Z_OBJCE_P(object);
EG               1287 ext/soap/php_encoding.c 		EG(scope) = old_scope;
EG               2328 ext/soap/php_encoding.c 		if (EG(exception)) {
EG               2334 ext/soap/php_encoding.c 			if (EG(exception)) {
EG               2340 ext/soap/php_encoding.c 			if (EG(exception)) {
EG               2345 ext/soap/php_encoding.c 			if (EG(exception)) {
EG               2351 ext/soap/php_encoding.c 				if (EG(exception)) {
EG               2363 ext/soap/php_encoding.c 			if (EG(exception)) {
EG               2369 ext/soap/php_encoding.c 		if (EG(exception)) {
EG                194 ext/soap/php_http.c 	old_error_reporting = EG(error_reporting);
EG                195 ext/soap/php_http.c 	EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE);
EG                314 ext/soap/php_http.c 	EG(error_reporting) = old_error_reporting;
EG               1257 ext/soap/php_http.c 		     zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) {
EG               1263 ext/soap/php_http.c 		           zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) {
EG               3220 ext/soap/php_sdl.c 				zend_hash_del(&EG(persistent_list), uri, uri_len+1);
EG                 94 ext/soap/soap.c 	zend_bool _old_in_execution = EG(in_execution); \
EG                 95 ext/soap/soap.c 	zend_execute_data *_old_current_execute_data = EG(current_execute_data); \
EG                 96 ext/soap/soap.c 	void **_old_stack_top = EG(argument_stack)->top; \
EG                106 ext/soap/soap.c 		EG(in_execution) = _old_in_execution; \
EG                107 ext/soap/soap.c 		EG(current_execute_data) = _old_current_execute_data; \
EG                108 ext/soap/soap.c 		if (EG(exception) == NULL || \
EG                109 ext/soap/soap.c 		    Z_TYPE_P(EG(exception)) != IS_OBJECT || \
EG                110 ext/soap/soap.c 		    !instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {\
EG                113 ext/soap/soap.c 		if (_old_stack_top != EG(argument_stack)->top) { \
EG                114 ext/soap/soap.c 			while (EG(argument_stack)->prev != NULL && \
EG                115 ext/soap/soap.c 			       ((char*)_old_stack_top < (char*)EG(argument_stack) || \
EG                116 ext/soap/soap.c 			        (char*) _old_stack_top > (char*)EG(argument_stack)->end)) { \
EG                117 ext/soap/soap.c 				zend_vm_stack tmp = EG(argument_stack)->prev; \
EG                118 ext/soap/soap.c 				efree(EG(argument_stack)); \
EG                119 ext/soap/soap.c 				EG(argument_stack) = tmp; \
EG                121 ext/soap/soap.c 			EG(argument_stack)->top = _old_stack_top; \
EG               1365 ext/soap/soap.c 		ft = EG(function_table);
EG               1436 ext/soap/soap.c 				if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) {
EG               1458 ext/soap/soap.c 		if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) {
EG               1543 ext/soap/soap.c 			if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, &param  TSRMLS_CC) == FAILURE) {
EG               1581 ext/soap/soap.c 			if (zend_hash_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER"), (void **) &server_vars) == SUCCESS &&
EG               1654 ext/soap/soap.c 	if (EG(exception)) {
EG               1656 ext/soap/soap.c 		if (Z_TYPE_P(EG(exception)) == IS_OBJECT &&
EG               1657 ext/soap/soap.c 		    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
EG               1658 ext/soap/soap.c 			soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC);
EG               1706 ext/soap/soap.c 				if (EG(exception)) {
EG               1708 ext/soap/soap.c 					if (Z_TYPE_P(EG(exception)) == IS_OBJECT &&
EG               1709 ext/soap/soap.c 					    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
EG               1710 ext/soap/soap.c 						soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC);
EG               1735 ext/soap/soap.c 					if (EG(exception)) {
EG               1737 ext/soap/soap.c 						if (Z_TYPE_P(EG(exception)) == IS_OBJECT &&
EG               1738 ext/soap/soap.c 						    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
EG               1739 ext/soap/soap.c 							soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC);
EG               1771 ext/soap/soap.c 			function_table = EG(function_table);
EG               1802 ext/soap/soap.c 					call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_params, h->parameters TSRMLS_CC);
EG               1821 ext/soap/soap.c 				} else if (EG(exception)) {
EG               1823 ext/soap/soap.c 					if (Z_TYPE_P(EG(exception)) == IS_OBJECT &&
EG               1824 ext/soap/soap.c 					    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
EG               1827 ext/soap/soap.c 						if (zend_hash_find(Z_OBJPROP_P(EG(exception)), "headerfault", sizeof("headerfault"), (void**)&tmp) == SUCCESS &&
EG               1831 ext/soap/soap.c 						soap_server_fault_ex(function, EG(exception), h TSRMLS_CC);
EG               1862 ext/soap/soap.c 			call_status = call_user_function(EG(function_table), NULL, &function_name, retval, num_params, params TSRMLS_CC);
EG               1869 ext/soap/soap.c 	if (EG(exception)) {
EG               1871 ext/soap/soap.c 		if (Z_TYPE_P(EG(exception)) == IS_OBJECT &&
EG               1872 ext/soap/soap.c 		    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
EG               1873 ext/soap/soap.c 			soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC);
EG               1911 ext/soap/soap.c 	if (EG(exception)) {
EG               1913 ext/soap/soap.c 		if (Z_TYPE_P(EG(exception)) == IS_OBJECT &&
EG               1914 ext/soap/soap.c 		    instanceof_function(Z_OBJCE_P(EG(exception)), soap_fault_class_entry TSRMLS_CC)) {
EG               1915 ext/soap/soap.c 			soap_server_fault_ex(function, EG(exception), NULL TSRMLS_CC);
EG               2133 ext/soap/soap.c 	_old_in_execution = EG(in_execution);
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               2193 ext/soap/soap.c 			old_objects = EG(objects_store).object_buckets;
EG               2194 ext/soap/soap.c 			EG(objects_store).object_buckets = NULL;
EG               2201 ext/soap/soap.c 				EG(in_execution) = _old_in_execution;
EG               2202 ext/soap/soap.c 				EG(current_execute_data) = _old_current_execute_data;
EG               2209 ext/soap/soap.c 			EG(objects_store).object_buckets = old_objects;
EG               2285 ext/soap/soap.c 			EG(in_execution) = _old_in_execution;
EG               2286 ext/soap/soap.c 			EG(current_execute_data) = _old_current_execute_data;
EG               2449 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
EG               2450 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
EG               2451 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
EG               2452 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzcompress", sizeof("gzcompress")) &&
EG               2453 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzencode", sizeof("gzencode"))) {
EG               2805 ext/soap/soap.c 		if (!EG(exception) &&
EG                 77 ext/spl/php_spl.c 		found = zend_hash_find(EG(class_table), lc_name, len +1, (void **) &ce);
EG                282 ext/spl/php_spl.c 		if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL)==SUCCESS) {
EG                290 ext/spl/php_spl.c 			EG(return_value_ptr_ptr) = &result;
EG                291 ext/spl/php_spl.c 			EG(active_op_array) = new_op_array;
EG                292 ext/spl/php_spl.c 			if (!EG(active_symbol_table)) {
EG                300 ext/spl/php_spl.c 			if (!EG(exception)) {
EG                301 ext/spl/php_spl.c 				if (EG(return_value_ptr_ptr)) {
EG                302 ext/spl/php_spl.c 					zval_ptr_dtor(EG(return_value_ptr_ptr));
EG                307 ext/spl/php_spl.c 			return zend_hash_exists(EG(class_table), (char*)lc_name, class_name_len+1);
EG                321 ext/spl/php_spl.c 	zval **original_return_value = EG(return_value_ptr_ptr);
EG                322 ext/spl/php_spl.c 	zend_op **original_opline_ptr = EG(opline_ptr);
EG                323 ext/spl/php_spl.c 	zend_op_array *original_active_op_array = EG(active_op_array);
EG                335 ext/spl/php_spl.c 	while(pos1 && *pos1 && !EG(exception)) {
EG                336 ext/spl/php_spl.c 		EG(return_value_ptr_ptr) = original_return_value;
EG                337 ext/spl/php_spl.c 		EG(opline_ptr) = original_opline_ptr;
EG                338 ext/spl/php_spl.c 		EG(active_op_array) = original_active_op_array;
EG                352 ext/spl/php_spl.c 	EG(return_value_ptr_ptr) = original_return_value;
EG                353 ext/spl/php_spl.c 	EG(opline_ptr) = original_opline_ptr;
EG                354 ext/spl/php_spl.c 	EG(active_op_array) = original_active_op_array;
EG                361 ext/spl/php_spl.c 		if (EG(opline_ptr) && active_opline->opcode != ZEND_FETCH_CLASS) {
EG                442 ext/spl/php_spl.c 			if (zend_hash_exists(EG(class_table), lc_name, class_name_len + 1)) {
EG                585 ext/spl/php_spl.c 		zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr);
EG                587 ext/spl/php_spl.c 		if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */
EG                618 ext/spl/php_spl.c 		zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &EG(autoload_func));
EG                620 ext/spl/php_spl.c 		zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &EG(autoload_func));
EG                676 ext/spl/php_spl.c 				EG(autoload_func) = NULL;
EG                694 ext/spl/php_spl.c 		zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr);
EG                696 ext/spl/php_spl.c 		if (EG(autoload_func) == spl_func_ptr) {
EG                698 ext/spl/php_spl.c 			EG(autoload_func) = NULL;
EG                718 ext/spl/php_spl.c 	if (!EG(autoload_func)) {
EG                719 ext/spl/php_spl.c 		if (zend_hash_find(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME), (void **) &fptr) == SUCCESS) {
EG                727 ext/spl/php_spl.c 	zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &fptr);
EG                729 ext/spl/php_spl.c 	if (EG(autoload_func) == fptr) {
EG                768 ext/spl/php_spl.c 	add_next_index_string(return_value, EG(autoload_func)->common.function_name, 1);
EG                312 ext/spl/spl_array.c 		return &EG(uninitialized_zval_ptr);
EG                317 ext/spl/spl_array.c 		return &EG(error_zval_ptr);;
EG                331 ext/spl/spl_array.c 					retval = &EG(uninitialized_zval_ptr);
EG                363 ext/spl/spl_array.c 					retval = &EG(uninitialized_zval_ptr);
EG                378 ext/spl/spl_array.c 			&EG(error_zval_ptr) : &EG(uninitialized_zval_ptr);
EG                403 ext/spl/spl_array.c 			return EG(uninitialized_zval_ptr);
EG                411 ext/spl/spl_array.c 	if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) && !Z_ISREF_PP(ret) && ret != &EG(uninitialized_zval_ptr)) {
EG                531 ext/spl/spl_array.c 		if (ht == &EG(symbol_table)) {
EG                259 ext/spl/spl_directory.c 	if (EG(exception) || intern->u.dir.dirp == NULL) {
EG                261 ext/spl/spl_directory.c 		if (!EG(exception)) {
EG                292 ext/spl/spl_directory.c 		if (!EG(exception)) {
EG               2121 ext/spl/spl_directory.c 	fci.function_table = EG(function_table);
EG               2152 ext/spl/spl_directory.c 	ret = zend_hash_find(EG(function_table), #func_name, sizeof(#func_name), (void **) &func_ptr); \
EG                 77 ext/spl/spl_engine.h 	fcc.calling_scope = EG(scope);
EG                181 ext/spl/spl_fixedarray.c 				zend_hash_index_update(ht, i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL);
EG                182 ext/spl/spl_fixedarray.c 				Z_ADDREF_P(EG(uninitialized_zval_ptr));
EG                394 ext/spl/spl_fixedarray.c 		return EG(uninitialized_zval_ptr);
EG                678 ext/spl/spl_fixedarray.c 				zend_hash_index_update(Z_ARRVAL_P(return_value), i, (void *)&EG(uninitialized_zval_ptr), sizeof(zval *), NULL);
EG                679 ext/spl/spl_fixedarray.c 				Z_ADDREF_P(EG(uninitialized_zval_ptr));
EG                943 ext/spl/spl_fixedarray.c 			*data = &EG(uninitialized_zval_ptr);
EG                107 ext/spl/spl_heap.c 		if (EG(exception)) {
EG                146 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                257 ext/spl/spl_heap.c 	if (EG(exception)) {
EG                305 ext/spl/spl_heap.c 	if (EG(exception)) {
EG                233 ext/spl/spl_iterators.c 	while (!EG(exception)) {
EG                239 ext/spl/spl_iterators.c 				if (EG(exception)) {
EG                261 ext/spl/spl_iterators.c 				if (EG(exception)) {
EG                297 ext/spl/spl_iterators.c 				if (EG(exception)) {
EG                324 ext/spl/spl_iterators.c 				if (EG(exception)) {
EG                361 ext/spl/spl_iterators.c 					if (EG(exception)) {
EG                375 ext/spl/spl_iterators.c 				if (EG(exception)) {
EG                404 ext/spl/spl_iterators.c 		if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_RecursiveIteratorIterator)) {
EG                414 ext/spl/spl_iterators.c 	if (!EG(exception) && object->beginIteration && !object->in_iteration) {
EG                580 ext/spl/spl_iterators.c 	if (EG(exception)) {
EG               1390 ext/spl/spl_iterators.c 	p = EG(argument_stack).top_element-2;
EG               1402 ext/spl/spl_iterators.c 	if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0, NULL TSRMLS_CC) == SUCCESS && retval_ptr) {
EG               1518 ext/spl/spl_iterators.c 					if (EG(exception)) {
EG               1714 ext/spl/spl_iterators.c 			if (EG(exception)) {
EG               1721 ext/spl/spl_iterators.c 		return EG(exception) ? FAILURE : SUCCESS;
EG               1853 ext/spl/spl_iterators.c 		if (EG(exception)) {
EG               1951 ext/spl/spl_iterators.c 	if (!EG(exception) && retval) {
EG               1973 ext/spl/spl_iterators.c 	if (!EG(exception) && retval) {
EG               2025 ext/spl/spl_iterators.c 	if (EG(exception)) {
EG               2274 ext/spl/spl_iterators.c 	if (!EG(exception)) {
EG               2556 ext/spl/spl_iterators.c 		if (!EG(exception)) {
EG               2708 ext/spl/spl_iterators.c 			if (EG(exception)) {
EG               2720 ext/spl/spl_iterators.c 					if (EG(exception)) {
EG               2738 ext/spl/spl_iterators.c 				if (EG(exception)) {
EG               3555 ext/spl/spl_iterators.c 	if (EG(exception)) {
EG               3562 ext/spl/spl_iterators.c 		if (EG(exception)) {
EG               3568 ext/spl/spl_iterators.c 		if (EG(exception)) {
EG               3571 ext/spl/spl_iterators.c 		if (apply_func(iter, puser TSRMLS_CC) == ZEND_HASH_APPLY_STOP || EG(exception)) {
EG               3576 ext/spl/spl_iterators.c 		if (EG(exception)) {
EG               3585 ext/spl/spl_iterators.c 	return EG(exception) ? FAILURE : SUCCESS;
EG               3594 ext/spl/spl_iterators.c 	if (EG(exception)) {
EG               3603 ext/spl/spl_iterators.c 		if (EG(exception)) {
EG               3621 ext/spl/spl_iterators.c 	if (EG(exception)) {
EG               1106 ext/spl/spl_observer.c 	while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) {
EG               1129 ext/spl/spl_observer.c 	while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) {
EG               1159 ext/spl/spl_observer.c 	while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) {
EG               1195 ext/spl/spl_observer.c 	while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) {
EG                716 ext/sqlite3/sqlite3.c 	fc->fci.function_table = EG(function_table);
EG                889 ext/sqlite3/sqlite3.c 	collation->fci.fci.function_table = EG(function_table);
EG               1062 ext/standard/array.c 	while (!EG(exception) && zend_hash_get_current_data(target_hash, (void **)&args[0]) == SUCCESS) {
EG               1320 ext/standard/array.c 	if (!EG(active_symbol_table)) {
EG               1342 ext/standard/array.c 			var_exists = zend_hash_exists(EG(active_symbol_table), var_name, var_name_len + 1);
EG               1365 ext/standard/array.c 				if (var_exists && var_name_len == sizeof("this")-1  && !strcmp(var_name, "this") && EG(scope) && EG(scope)->name_length != 0) {
EG               1413 ext/standard/array.c 				if (zend_hash_find(EG(active_symbol_table), Z_STRVAL(final_name), Z_STRLEN(final_name) + 1, (void **) &orig_var) == SUCCESS) {
EG               1417 ext/standard/array.c 					zend_hash_update(EG(active_symbol_table), Z_STRVAL(final_name), Z_STRLEN(final_name) + 1, (void **) entry, sizeof(zval *), NULL);
EG               1424 ext/standard/array.c 				ZEND_SET_SYMBOL_WITH_LENGTH(EG(active_symbol_table), Z_STRVAL(final_name), Z_STRLEN(final_name) + 1, data, 1, 0);
EG               1487 ext/standard/array.c 	if (!EG(active_symbol_table)) {
EG               1501 ext/standard/array.c 		php_compact_var(EG(active_symbol_table), return_value, *args[i] TSRMLS_CC);
EG               1815 ext/standard/array.c 	if (ht == &EG(symbol_table)) {
EG               1816 ext/standard/array.c 		zend_reset_all_cv(&EG(symbol_table) TSRMLS_CC);
EG               1883 ext/standard/array.c 	if (key && Z_ARRVAL_P(stack) == &EG(symbol_table)) {
EG               2744 ext/standard/array.c 				if (Z_ARRVAL_P(return_value) == &EG(symbol_table)) {
EG               3051 ext/standard/array.c 	if (return_value->value.ht == &EG(symbol_table)) {
EG               3468 ext/standard/array.c 	if (return_value->value.ht == &EG(symbol_table)) {
EG                 56 ext/standard/assert.c 	if (EG(in_execution)) {
EG                163 ext/standard/assert.c 			old_error_reporting = EG(error_reporting);
EG                164 ext/standard/assert.c 			EG(error_reporting) = 0;
EG                183 ext/standard/assert.c 			EG(error_reporting) = old_error_reporting;
EG               4241 ext/standard/basic_functions.c 		zend_hash_find(&EG(symbol_table), "argv", sizeof("argv"), (void **) &args) != FAILURE) && Z_TYPE_PP(args) == IS_ARRAY
EG               4819 ext/standard/basic_functions.c 	if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, n_params, params, 0, NULL TSRMLS_CC) == SUCCESS) {
EG               4865 ext/standard/basic_functions.c 	if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, num_elems, method_args, 0, NULL TSRMLS_CC) == SUCCESS) {
EG               4889 ext/standard/basic_functions.c 	if (!EG(active_op_array)->scope) {
EG               4895 ext/standard/basic_functions.c 	if (EG(called_scope) &&
EG               4896 ext/standard/basic_functions.c 		instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
EG               4897 ext/standard/basic_functions.c 			fci_cache.called_scope = EG(called_scope);
EG               4925 ext/standard/basic_functions.c 	if (EG(called_scope) &&
EG               4926 ext/standard/basic_functions.c 		instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
EG               4927 ext/standard/basic_functions.c 			fci_cache.called_scope = EG(called_scope);
EG               4976 ext/standard/basic_functions.c 	if (call_user_function(EG(function_table), NULL,
EG               4998 ext/standard/basic_functions.c 		if (call_user_function(	EG(function_table), NULL,
EG               5261 ext/standard/basic_functions.c 	int old_error_reporting = EG(error_reporting);
EG               5272 ext/standard/basic_functions.c 	EG(error_reporting) = E_ERROR;
EG               5280 ext/standard/basic_functions.c 		EG(error_reporting) = old_error_reporting;
EG               5288 ext/standard/basic_functions.c 	EG(error_reporting) = old_error_reporting;
EG               5391 ext/standard/basic_functions.c 	zend_hash_apply_with_arguments(EG(ini_directives) TSRMLS_CC, (apply_func_args_t) php_ini_get_option, 2, return_value, extnumber, details);
EG                 87 ext/standard/dl.c 		EG(full_tables_cleanup) = 1;
EG                184 ext/standard/http.c 					ekey_len = spprintf(&ekey, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(zdata));
EG                662 ext/standard/http_fopen_wrapper.c 	if (!EG(active_symbol_table)) {
EG                670 ext/standard/http_fopen_wrapper.c 		ZEND_SET_SYMBOL(EG(active_symbol_table), "http_response_header", ztmp);
EG                675 ext/standard/http_fopen_wrapper.c 		if(zend_hash_find(EG(active_symbol_table), "http_response_header", sizeof("http_response_header"), (void **) &rh) != SUCCESS || Z_TYPE_PP(rh) != IS_ARRAY) {
EG                 62 ext/standard/incomplete_class.c 		return EG(error_zval_ptr);
EG                 64 ext/standard/incomplete_class.c 		return EG(uninitialized_zval_ptr);
EG                 78 ext/standard/incomplete_class.c 	return &EG(error_zval_ptr);
EG                204 ext/standard/info.c 	if (zend_hash_find(&EG(symbol_table), name, name_length+1, (void **) &data)!=FAILURE
EG               1109 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
EG               1112 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
EG               1115 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
EG               1118 ext/standard/info.c 		if (zend_hash_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW"), (void **) &data) != FAILURE && Z_TYPE_PP(data) == IS_STRING) {
EG                897 ext/standard/streamsfuncs.c 	if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, ptps, 0, NULL TSRMLS_CC)) {
EG               1176 ext/standard/string.c 				str_len = spprintf(&stmp, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(tmp));
EG               4478 ext/standard/string.c 		if (!EG(active_symbol_table)) {
EG               4481 ext/standard/string.c 		Z_ARRVAL(tmp) = EG(active_symbol_table);
EG                110 ext/standard/var.c 		php_printf("%sfloat(%.*G)\n", COMMON, (int) EG(precision), Z_DVAL_PP(struc));
EG                265 ext/standard/var.c 		php_printf("%sdouble(%.*G) refcount(%u)\n", COMMON, (int) EG(precision), Z_DVAL_PP(struc), Z_REFCOUNT_PP(struc));
EG                712 ext/standard/var.c 	if (EG(exception)) {
EG                803 ext/standard/var.c 					if (EG(exception)) {
EG                930 ext/standard/var.c 	if (EG(exception)) {
EG                967 ext/standard/var.c 		if (!EG(exception)) {
EG                451 ext/standard/var_unserializer.c 	if (EG(exception)) {
EG                675 ext/standard/var_unserializer.c 			if (EG(exception)) {
EG                684 ext/standard/var_unserializer.c 		if (EG(exception)) {
EG                705 ext/standard/var_unserializer.c 			if (EG(exception)) {
EG                722 ext/standard/var_unserializer.c 		if (EG(exception)) {
EG                334 ext/sybase_ct/php_sybase_ct.c 	zend_hash_apply(&EG(regular_list), (apply_func_t) _clean_invalid_results TSRMLS_CC);
EG                441 ext/sybase_ct/php_sybase_ct.c 	if (call_user_function_ex(EG(function_table), NULL, callback_name, &retval, 5, args, 0, NULL TSRMLS_CC) == FAILURE) {
EG                765 ext/sybase_ct/php_sybase_ct.c 		if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_length+1, (void **) &le)==FAILURE) {  /* we don't */
EG                793 ext/sybase_ct/php_sybase_ct.c 			if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_details_length+1, (void *) &new_le, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG                855 ext/sybase_ct/php_sybase_ct.c 		if (!new && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length+1, (void **) &index_ptr)==SUCCESS) {
EG                872 ext/sybase_ct/php_sybase_ct.c 				zend_hash_del(&EG(regular_list), hashed_details, hashed_details_length+1);
EG                894 ext/sybase_ct/php_sybase_ct.c 		if (zend_hash_update(&EG(regular_list), hashed_details, hashed_details_length+1, (void *) &new_index_ptr, sizeof(zend_rsrc_list_entry), NULL)==FAILURE) {
EG               1182 ext/sybase_ct/php_sybase_ct.c 	if ((length - 1) <= EG(precision)) {                \
EG                700 ext/wddx/wddx.c 		if (!EG(active_symbol_table)) {
EG                703 ext/wddx/wddx.c 		if (zend_hash_find(EG(active_symbol_table), Z_STRVAL_P(name_var),
EG                994 ext/wddx/wddx.c 						if (zend_hash_find(EG(class_table), Z_STRVAL_P(ent1->data),
EG               1023 ext/wddx/wddx.c 						zend_class_entry *old_scope = EG(scope);
EG               1025 ext/wddx/wddx.c 						EG(scope) = Z_OBJCE_P(ent2->data);
EG               1028 ext/wddx/wddx.c 						EG(scope) = old_scope;
EG                509 ext/xml/xml.c  	if (parser && handler && !EG(exception)) {
EG                521 ext/xml/xml.c  		fci.function_table = EG(function_table);
EG                555 ext/xml/xml.c  			return EG(exception) ? NULL : retval;
EG                178 ext/xmlreader/php_xmlreader.c 			retval = EG(uninitialized_zval_ptr);
EG                233 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                 ap_php_snprintf(buf, BUF_SIZE, "%.*G", (int) EG(precision), XMLRPC_GetValueDouble(node));
EG                308 ext/xsl/xsltprocessor.c 	fci.function_table = EG(function_table);
EG                968 ext/zip/php_zip.c 			retval = EG(uninitialized_zval_ptr);
EG               1070 ext/zip/php_zip.c 			val = EG(uninitialized_zval_ptr);
EG                952 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
EG                962 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
EG                972 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
EG                982 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
EG                991 main/SAPI.c    	if (SG(sapi_started) && EG(in_execution)) {
EG                177 main/fopen_wrappers.c 		if (EG(windows_version_info).dwMajorVersion > 5) {
EG                136 main/main.c    	if (EG(windows_version_info).dwMajorVersion < 5) {
EG                145 main/main.c    	if (EG(windows_version_info).dwMajorVersion < 6) {
EG                165 main/main.c    		EG(precision) = i;
EG                319 main/main.c    		EG(timeout_seconds) = atoi(new_value);
EG                323 main/main.c    	EG(timeout_seconds) = atoi(new_value);
EG                324 main/main.c    	zend_set_timeout(EG(timeout_seconds), 0);
EG                812 main/main.c    	} else if (EG(current_execute_data) &&
EG                813 main/main.c    				EG(current_execute_data)->opline &&
EG                814 main/main.c    				EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL
EG                816 main/main.c    		switch (EG(current_execute_data)->opline->extended_value) {
EG                938 main/main.c    			(!EG(user_error_handler) || !(EG(user_error_handler_error_reporting) & type))) {
EG                939 main/main.c    		if (!EG(active_symbol_table)) {
EG                942 main/main.c    		if (EG(active_symbol_table)) {
EG                946 main/main.c    			zend_hash_update(EG(active_symbol_table), "php_errormsg", sizeof("php_errormsg"), (void **) &tmp, sizeof(zval *), NULL);
EG               1079 main/main.c    	if (EG(error_handling) != EH_NORMAL) {
EG               1101 main/main.c    				if (EG(error_handling) == EH_THROW && !EG(exception)) {
EG               1102 main/main.c    					zend_throw_error_exception(EG(exception_class), buffer, 0, type TSRMLS_CC);
EG               1110 main/main.c    	if (display && (EG(error_reporting) & type || (type & E_CORE))
EG               1229 main/main.c    			zend_bool during_eval = (type == E_PARSE) && (EG(current_execute_data) &&
EG               1230 main/main.c    						EG(current_execute_data)->opline &&
EG               1231 main/main.c    						EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL &&
EG               1232 main/main.c    						EG(current_execute_data)->opline->extended_value == ZEND_EVAL);
EG               1234 main/main.c    				EG(exit_status) = 255;
EG               1255 main/main.c    					zend_objects_store_mark_destructed(&EG(objects_store) TSRMLS_CC);
EG               1271 main/main.c    		if (!EG(active_symbol_table)) {
EG               1274 main/main.c    		if (EG(active_symbol_table)) {
EG               1278 main/main.c    			zend_hash_update(EG(active_symbol_table), "php_errormsg", sizeof("php_errormsg"), (void **) & tmp, sizeof(zval *), NULL);
EG               1494 main/main.c    			if (EG(error_reporting) & E_WARNING) {
EG               1522 main/main.c    			if (EG(error_reporting) & E_WARNING) {
EG               1564 main/main.c    	zend_set_timeout(EG(timeout_seconds), 1);
EG               1599 main/main.c    			zend_set_timeout(EG(timeout_seconds), 1);
EG               1655 main/main.c    			zend_set_timeout(EG(timeout_seconds), 1);
EG               1828 main/main.c    	EG(opline_ptr) = NULL;
EG               1829 main/main.c    	EG(active_op_array) = NULL;
EG               2165 main/main.c    		OSVERSIONINFOEX *osvi = &EG(windows_version_info);
EG               2175 main/main.c    	EG(bailout) = NULL;
EG               2176 main/main.c    	EG(error_reporting) = E_ALL & ~E_NOTICE;
EG               2177 main/main.c    	EG(active_symbol_table) = NULL;
EG               2188 main/main.c    	EG(error_handling)  = EH_NORMAL;
EG               2189 main/main.c    	EG(exception_class) = NULL;
EG               2192 main/main.c    	EG(exception) = NULL;
EG               2193 main/main.c    	EG(objects_store).object_buckets = NULL;
EG               2251 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MAJOR",      EG(windows_version_info).dwMajorVersion, CONST_PERSISTENT | CONST_CS);
EG               2252 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_MINOR",      EG(windows_version_info).dwMinorVersion, CONST_PERSISTENT | CONST_CS);
EG               2253 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_BUILD",      EG(windows_version_info).dwBuildNumber, CONST_PERSISTENT | CONST_CS);
EG               2254 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PLATFORM",   EG(windows_version_info).dwPlatformId, CONST_PERSISTENT | CONST_CS);
EG               2255 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MAJOR",   EG(windows_version_info).wServicePackMajor, CONST_PERSISTENT | CONST_CS);
EG               2256 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SP_MINOR",   EG(windows_version_info).wServicePackMinor, CONST_PERSISTENT | CONST_CS);
EG               2257 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_SUITEMASK",  EG(windows_version_info).wSuiteMask, CONST_PERSISTENT | CONST_CS);
EG               2258 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_WINDOWS_VERSION_PRODUCTTYPE", EG(windows_version_info).wProductType, CONST_PERSISTENT | CONST_CS);
EG               2333 main/main.c    			EG(current_module) = module;
EG               2335 main/main.c    			EG(current_module) = NULL;
EG               2527 main/main.c    	EG(exit_status) = 0;
EG               2568 main/main.c    				zend_hash_add(&EG(included_files), realfile, realfile_len+1, (void *)&dummy, sizeof(int), NULL);
EG               2639 main/main.c    	EG(exit_status) = 0;
EG               2665 main/main.c    	return EG(exit_status);
EG                626 main/output.c  	if (!EG(current_module)) {
EG                640 main/output.c  	if (!EG(current_module)) {
EG                677 main/output.c  	if (!EG(current_module)) {
EG                176 main/php_ini.c 	zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_available, &module_number_available TSRMLS_CC);
EG                180 main/php_ini.c 		zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) php_ini_displayer, (void *) (zend_intptr_t) module_number TSRMLS_CC);
EG                116 main/php_variables.c 	if (symtable1 == EG(active_symbol_table) &&
EG                603 main/php_variables.c 		zend_hash_update(&EG(symbol_table), "argv", sizeof("argv"), &arr, sizeof(zval *), NULL);
EG                604 main/php_variables.c 		zend_hash_update(&EG(symbol_table), "argc", sizeof("argc"), &argc, sizeof(zval *), NULL);
EG                670 main/php_variables.c 	int globals_check = (dest == (&EG(symbol_table)));
EG                733 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL);
EG                759 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL);
EG                782 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL);
EG                801 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL);
EG                816 main/php_variables.c 				if (zend_hash_find(&EG(symbol_table), "argc", sizeof("argc"), (void**)&argc) == SUCCESS &&
EG                817 main/php_variables.c 					zend_hash_find(&EG(symbol_table), "argv", sizeof("argv"), (void**)&argv) == SUCCESS) {
EG                839 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_SERVER], sizeof(zval *), NULL);
EG                860 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_ENV], sizeof(zval *), NULL);
EG                908 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &form_variables, sizeof(zval *), NULL);
EG               1038 main/streams/plain_wrapper.c 	if (EG(windows_version_info).dwMajorVersion >= 5) {
EG                 93 main/streams/streams.c 		zend_hash_apply_with_argument(&EG(regular_list),
EG                104 main/streams/streams.c 	zend_hash_apply(&EG(persistent_list), (apply_func_t)forget_persistent_resource_id_numbers TSRMLS_CC);
EG                121 main/streams/streams.c 	if (zend_hash_find(&EG(persistent_list), (char*)persistent_id, strlen(persistent_id)+1, (void*) &le) == SUCCESS) {
EG                131 main/streams/streams.c 				zend_hash_internal_pointer_reset_ex(&EG(regular_list), &pos);
EG                132 main/streams/streams.c 				while (zend_hash_get_current_data_ex(&EG(regular_list),
EG                135 main/streams/streams.c 						zend_hash_get_current_key_ex(&EG(regular_list), NULL, NULL,
EG                139 main/streams/streams.c 					zend_hash_move_forward_ex(&EG(regular_list), &pos);
EG                324 main/streams/streams.c 		if (FAILURE == zend_hash_update(&EG(persistent_list), (char *)persistent_id,
EG                393 main/streams/streams.c 	if (EG(active)) {
EG                522 main/streams/streams.c 			zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _php_stream_free_persistent, stream TSRMLS_CC);
EG                525 main/streams/streams.c 		if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && (stream->__exposed == 0) && (EG(error_reporting) & E_WARNING)) {
EG                317 main/streams/userspace.c 		fcc.calling_scope = EG(scope);
EG                650 main/streams/userspace.c 	if (EG(exception)) {
EG                703 main/streams/userspace.c 	if (EG(exception)) {
EG                102 sapi/apache_hooks/sapi_apache.c                 call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC);
EG               2521 sapi/cgi/cgi_main.c 					exit_status = EG(exit_status);
EG                680 sapi/cli/php_cli.c 		EG(uninitialized_zval_ptr) = NULL;
EG                995 sapi/cli/php_cli.c 				exit_status = EG(exit_status);
EG               1054 sapi/cli/php_cli.c 				zend_hash_update(&EG(symbol_table), "argi", sizeof("argi"), &argi, sizeof(zval *), NULL);
EG               1065 sapi/cli/php_cli.c 					zend_hash_update(&EG(symbol_table), "argn", sizeof("argn"), &argn, sizeof(zval *), NULL);
EG               1078 sapi/cli/php_cli.c 								exit_status = EG(exit_status);
EG               1127 sapi/cli/php_cli.c 					EG(current_execute_data) = &execute_data;
EG               1131 sapi/cli/php_cli.c 					if (EG(exception)) {
EG               1132 sapi/cli/php_cli.c 						zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", sizeof("message")-1, 0 TSRMLS_CC);
EG               1134 sapi/cli/php_cli.c 						zval_ptr_dtor(&EG(exception));
EG               1135 sapi/cli/php_cli.c 						EG(exception) = NULL;
EG               1183 sapi/cli/php_cli.c 		exit_status = EG(exit_status);
EG               2001 sapi/fpm/fpm/fpm_main.c 			if (EG(exit_status) == 255) {
EG                 31 sapi/fpm/fpm/fpm_php.c 	if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) {
EG                276 sapi/fpm/fpm/fpm_php.c 	if (zend_hash_find(&EG(symbol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_TYPE_PP(data) == IS_ARRAY) {
EG                 65 sapi/fpm/fpm/fpm_php_trace.c 	if (0 > fpm_trace_get_long((long) &EG(current_execute_data), &l)) {
EG                808 sapi/litespeed/lsapi_main.c         EG(uninitialized_zval_ptr) = NULL;
EG                916 sapi/litespeed/lsapi_main.c                             ret = EG(exit_status);
EG               1194 sapi/milter/php_milter.c 		exit_status = EG(exit_status);
EG                271 sapi/phpdbg/phpdbg.c 	} else if (EG(current_execute_data) && EG(active_op_array)) {
EG                272 sapi/phpdbg/phpdbg.c 		zend_ulong opline_num = (EG(current_execute_data)->opline -
EG                273 sapi/phpdbg/phpdbg.c 				EG(active_op_array)->opcodes);
EG                276 sapi/phpdbg/phpdbg.c 				&EG(active_op_array)->opcodes[opline_num+1] TSRMLS_CC);
EG                735 sapi/phpdbg/phpdbg.c 		phpdbg_writeln("Classes\t\t\t%d", zend_hash_num_elements(EG(class_table)));
EG                736 sapi/phpdbg/phpdbg.c 		phpdbg_writeln("Functions\t\t%d", zend_hash_num_elements(EG(function_table)));
EG                737 sapi/phpdbg/phpdbg.c 		phpdbg_writeln("Constants\t\t%d", zend_hash_num_elements(EG(zend_constants)));
EG                738 sapi/phpdbg/phpdbg.c 		phpdbg_writeln("Includes\t\t%d",  zend_hash_num_elements(&EG(included_files)));
EG                746 sapi/phpdbg/phpdbg.c 	if (EG(in_execution)) {
EG                439 sapi/phpdbg/phpdbg_bp.c 	HashTable *func_table = EG(function_table);
EG                443 sapi/phpdbg/phpdbg_bp.c 		if (EG(current_execute_data) == NULL) {
EG                453 sapi/phpdbg/phpdbg_bp.c 			zend_execute_data *execute_data = EG(current_execute_data);
EG                469 sapi/phpdbg/phpdbg_bp.c 		if (zend_hash_find(EG(class_table), zend_str_tolower_dup(new_break->class_name, new_break->class_len), new_break->class_len + 1, (void **)&ce) == FAILURE) {
EG                803 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_find(breaks, (*EG(opline_ptr))->lineno, (void**)&brake) == SUCCESS) {
EG                975 sapi/phpdbg/phpdbg_bp.c 		zval **orig_retval = EG(return_value_ptr_ptr);
EG                976 sapi/phpdbg/phpdbg_bp.c 		zend_op_array *orig_ops = EG(active_op_array);
EG                977 sapi/phpdbg/phpdbg_bp.c 		zend_op **orig_opline = EG(opline_ptr);
EG                991 sapi/phpdbg/phpdbg_bp.c 		EG(return_value_ptr_ptr) = &retval;
EG                992 sapi/phpdbg/phpdbg_bp.c 		EG(active_op_array) = bp->ops;
EG                993 sapi/phpdbg/phpdbg_bp.c 		EG(no_extensions) = 1;
EG                995 sapi/phpdbg/phpdbg_bp.c 		if (!EG(active_symbol_table)) {
EG               1003 sapi/phpdbg/phpdbg_bp.c 			zend_execute(EG(active_op_array) TSRMLS_CC);
EG               1014 sapi/phpdbg/phpdbg_bp.c 			EG(no_extensions)=1;
EG               1015 sapi/phpdbg/phpdbg_bp.c 			EG(return_value_ptr_ptr) = orig_retval;
EG               1016 sapi/phpdbg/phpdbg_bp.c 			EG(active_op_array) = orig_ops;
EG               1017 sapi/phpdbg/phpdbg_bp.c 			EG(opline_ptr) = orig_opline;
EG               1023 sapi/phpdbg/phpdbg_bp.c 		EG(no_extensions)=1;
EG               1024 sapi/phpdbg/phpdbg_bp.c 		EG(return_value_ptr_ptr) = orig_retval;
EG               1025 sapi/phpdbg/phpdbg_bp.c 		EG(active_op_array) = orig_ops;
EG               1026 sapi/phpdbg/phpdbg_bp.c 		EG(opline_ptr) = orig_opline;
EG               1059 sapi/phpdbg/phpdbg_bp.c 		if (execute_data->opline == EG(active_op_array)->opcodes) {
EG                109 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(opline_ptr) = &PHPDBG_EX(opline);
EG                 41 sapi/phpdbg/phpdbg_frame.c 	EG(active_op_array) = PHPDBG_EX(op_array);
EG                 42 sapi/phpdbg/phpdbg_frame.c 	EG(return_value_ptr_ptr) = PHPDBG_EX(original_return_value);
EG                 43 sapi/phpdbg/phpdbg_frame.c 	EG(active_symbol_table) = PHPDBG_EX(symbol_table);
EG                 44 sapi/phpdbg/phpdbg_frame.c 	EG(This) = PHPDBG_EX(current_this);
EG                 45 sapi/phpdbg/phpdbg_frame.c 	EG(scope) = PHPDBG_EX(current_scope);
EG                 46 sapi/phpdbg/phpdbg_frame.c 	EG(called_scope) = PHPDBG_EX(current_called_scope);
EG                 51 sapi/phpdbg/phpdbg_frame.c 	zend_execute_data *execute_data = PHPDBG_FRAME(num)?PHPDBG_FRAME(execute_data):EG(current_execute_data);
EG                 80 sapi/phpdbg/phpdbg_frame.c 		PHPDBG_FRAME(execute_data) = EG(current_execute_data);
EG                 81 sapi/phpdbg/phpdbg_frame.c 		EG(current_execute_data) = execute_data;
EG                 83 sapi/phpdbg/phpdbg_frame.c 		EG(opline_ptr) = &PHPDBG_EX(opline);
EG                 84 sapi/phpdbg/phpdbg_frame.c 		EG(active_op_array) = PHPDBG_EX(op_array);
EG                 85 sapi/phpdbg/phpdbg_frame.c 		PHPDBG_FRAME(execute_data)->original_return_value = EG(return_value_ptr_ptr);
EG                 86 sapi/phpdbg/phpdbg_frame.c 		EG(return_value_ptr_ptr) = PHPDBG_EX(original_return_value);
EG                 87 sapi/phpdbg/phpdbg_frame.c 		EG(active_symbol_table) = PHPDBG_EX(symbol_table);
EG                 88 sapi/phpdbg/phpdbg_frame.c 		EG(This) = PHPDBG_EX(current_this);
EG                 89 sapi/phpdbg/phpdbg_frame.c 		EG(scope) = PHPDBG_EX(current_scope);
EG                 90 sapi/phpdbg/phpdbg_frame.c 		EG(called_scope) = PHPDBG_EX(current_called_scope);
EG                 66 sapi/phpdbg/phpdbg_info.c 		zend_hash_num_elements(&EG(included_files)));
EG                 68 sapi/phpdbg/phpdbg_info.c 	zend_hash_internal_pointer_reset_ex(&EG(included_files), &pos);
EG                 69 sapi/phpdbg/phpdbg_info.c 	while (zend_hash_get_current_key_ex(&EG(included_files), &fname,
EG                 72 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(&EG(included_files), &pos);
EG                 96 sapi/phpdbg/phpdbg_info.c 	if (!EG(active_op_array)) {
EG                101 sapi/phpdbg/phpdbg_info.c 	if (!EG(active_symbol_table)) {
EG                104 sapi/phpdbg/phpdbg_info.c 		if (!EG(active_symbol_table)) {
EG                112 sapi/phpdbg/phpdbg_info.c 	zend_hash_internal_pointer_reset_ex(EG(active_symbol_table), &pos);
EG                113 sapi/phpdbg/phpdbg_info.c 	while (zend_hash_get_current_key_ex(EG(active_symbol_table), &var,
EG                115 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(EG(active_symbol_table), (void **)&data, &pos);
EG                120 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(EG(active_symbol_table), &pos);
EG                124 sapi/phpdbg/phpdbg_info.c 		zend_op_array *ops = EG(active_op_array);
EG                209 sapi/phpdbg/phpdbg_info.c 	if ((EG(in_execution) && EG(active_op_array)) || PHPDBG_G(ops)) {
EG                210 sapi/phpdbg/phpdbg_info.c 		zend_op_array *ops = EG(active_op_array) ? EG(active_op_array) : PHPDBG_G(ops);
EG                290 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(EG(class_table), &position);
EG                291 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(EG(class_table), (void**)&ce, &position) == SUCCESS;
EG                292 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(EG(class_table), &position)) {
EG                343 sapi/phpdbg/phpdbg_info.c 	for (zend_hash_internal_pointer_reset_ex(EG(function_table), &position);
EG                344 sapi/phpdbg/phpdbg_info.c 		zend_hash_get_current_data_ex(EG(function_table), (void**)&zf, &position) == SUCCESS;
EG                345 sapi/phpdbg/phpdbg_info.c 		zend_hash_move_forward_ex(EG(function_table), &position)) {
EG                199 sapi/phpdbg/phpdbg_list.c 	HashTable *func_table = EG(function_table);
EG                206 sapi/phpdbg/phpdbg_list.c 		if (EG(scope)) {
EG                210 sapi/phpdbg/phpdbg_list.c 			func_table = &EG(scope)->function_table;
EG                215 sapi/phpdbg/phpdbg_list.c 	} else if (!EG(function_table)) {
EG                219 sapi/phpdbg/phpdbg_list.c 		func_table = EG(function_table);
EG                 44 sapi/phpdbg/phpdbg_print.c 	if (EG(in_execution) && EG(current_execute_data)) {
EG                 45 sapi/phpdbg/phpdbg_print.c 		phpdbg_print_opline(EG(current_execute_data), 1 TSRMLS_CC);
EG                129 sapi/phpdbg/phpdbg_print.c 	zend_op_array *ops = EG(active_op_array);
EG                131 sapi/phpdbg/phpdbg_print.c 	if (EG(in_execution) && ops) {
EG                214 sapi/phpdbg/phpdbg_print.c 	HashTable *func_table = EG(function_table);
EG                221 sapi/phpdbg/phpdbg_print.c 		if (EG(scope)) {
EG                225 sapi/phpdbg/phpdbg_print.c 			func_table = &EG(scope)->function_table;
EG                230 sapi/phpdbg/phpdbg_print.c 	} else if (!EG(function_table)) {
EG                234 sapi/phpdbg/phpdbg_print.c 		func_table = EG(function_table);
EG                 96 sapi/phpdbg/phpdbg_prompt.c 			fci.symbol_table = EG(active_symbol_table);
EG                388 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
EG                412 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
EG                426 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
EG                434 sapi/phpdbg/phpdbg_prompt.c 				  self = (EG(current_execute_data)->opline - EG(active_op_array)->opcodes);
EG                435 sapi/phpdbg/phpdbg_prompt.c 		zend_op  *opline = &EG(active_op_array)->opcodes[self];
EG                437 sapi/phpdbg/phpdbg_prompt.c 		for (next = self; next < EG(active_op_array)->last; next++) {
EG                438 sapi/phpdbg/phpdbg_prompt.c 			if (EG(active_op_array)->opcodes[next].lineno != opline->lineno) {
EG                441 sapi/phpdbg/phpdbg_prompt.c 					(zend_ulong) &EG(active_op_array)->opcodes[next],
EG                442 sapi/phpdbg/phpdbg_prompt.c 					&EG(active_op_array)->opcodes[next],
EG                454 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
EG                462 sapi/phpdbg/phpdbg_prompt.c 				  self = (EG(current_execute_data)->opline - EG(active_op_array)->opcodes);
EG                464 sapi/phpdbg/phpdbg_prompt.c 		for (next = self; next < EG(active_op_array)->last; next++) {
EG                465 sapi/phpdbg/phpdbg_prompt.c 			switch (EG(active_op_array)->opcodes[next].opcode) {
EG                474 sapi/phpdbg/phpdbg_prompt.c 						(zend_ulong) &EG(active_op_array)->opcodes[next],
EG                475 sapi/phpdbg/phpdbg_prompt.c 						&EG(active_op_array)->opcodes[next],
EG                487 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
EG                495 sapi/phpdbg/phpdbg_prompt.c 				  self = (EG(current_execute_data)->opline - EG(active_op_array)->opcodes);
EG                497 sapi/phpdbg/phpdbg_prompt.c 		for (next = self; next < EG(active_op_array)->last; next++) {
EG                498 sapi/phpdbg/phpdbg_prompt.c 			switch (EG(active_op_array)->opcodes[next].opcode) {
EG                507 sapi/phpdbg/phpdbg_prompt.c 						(zend_ulong) &EG(active_op_array)->opcodes[next],
EG                508 sapi/phpdbg/phpdbg_prompt.c 						&EG(active_op_array)->opcodes[next],
EG                540 sapi/phpdbg/phpdbg_prompt.c 	exception = *EG(exception);
EG                542 sapi/phpdbg/phpdbg_prompt.c 	EG(exception) = NULL;
EG                571 sapi/phpdbg/phpdbg_prompt.c 		EG(active_op_array)->opcodes, filename, lineno);
EG                579 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
EG                585 sapi/phpdbg/phpdbg_prompt.c 		zend_op **orig_opline = EG(opline_ptr);
EG                586 sapi/phpdbg/phpdbg_prompt.c 		zend_op_array *orig_op_array = EG(active_op_array);
EG                587 sapi/phpdbg/phpdbg_prompt.c 		zval **orig_retval_ptr = EG(return_value_ptr_ptr);
EG                589 sapi/phpdbg/phpdbg_prompt.c 		zend_execute_data *ex = EG(current_execute_data);
EG                598 sapi/phpdbg/phpdbg_prompt.c 		EG(active_op_array) = PHPDBG_G(ops);
EG                599 sapi/phpdbg/phpdbg_prompt.c 		EG(return_value_ptr_ptr) = &PHPDBG_G(retval);
EG                600 sapi/phpdbg/phpdbg_prompt.c 		if (!EG(active_symbol_table)) {
EG                645 sapi/phpdbg/phpdbg_prompt.c 			zend_execute(EG(active_op_array) TSRMLS_CC);
EG                649 sapi/phpdbg/phpdbg_prompt.c 			EG(active_op_array) = orig_op_array;
EG                650 sapi/phpdbg/phpdbg_prompt.c 			EG(opline_ptr) = orig_opline;
EG                651 sapi/phpdbg/phpdbg_prompt.c 			EG(return_value_ptr_ptr) = orig_retval_ptr;
EG                660 sapi/phpdbg/phpdbg_prompt.c 			if (EG(exception)) {
EG                664 sapi/phpdbg/phpdbg_prompt.c 			EG(active_op_array) = orig_op_array;
EG                665 sapi/phpdbg/phpdbg_prompt.c 			EG(opline_ptr) = orig_opline;
EG                666 sapi/phpdbg/phpdbg_prompt.c 			EG(return_value_ptr_ptr) = orig_retval_ptr;
EG                712 sapi/phpdbg/phpdbg_prompt.c 	if (!EG(in_execution)) {
EG                757 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Executing\t%s", EG(in_execution) ? "yes" : "no");
EG                758 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
EG                762 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Classes\t\t%d", zend_hash_num_elements(EG(class_table)));
EG                763 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Functions\t%d", zend_hash_num_elements(EG(function_table)));
EG                764 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Constants\t%d", zend_hash_num_elements(EG(zend_constants)));
EG                765 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Included\t%d", zend_hash_num_elements(&EG(included_files)));
EG                886 sapi/phpdbg/phpdbg_prompt.c 		if (zend_hash_find(EG(function_table), lcname, lcname_len+1, (void**) &function) == SUCCESS) {
EG                918 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
EG                925 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Classes\t\t\t%d", zend_hash_num_elements(EG(class_table)));
EG                926 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Functions\t\t%d", zend_hash_num_elements(EG(function_table)));
EG                927 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Constants\t\t%d", zend_hash_num_elements(EG(zend_constants)));
EG                928 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Includes\t\t%d", zend_hash_num_elements(&EG(included_files)));
EG               1030 sapi/phpdbg/phpdbg_prompt.c 						if (!EG(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) {
EG               1059 sapi/phpdbg/phpdbg_prompt.c 	if (EG(in_execution)) {
EG               1105 sapi/phpdbg/phpdbg_prompt.c 		ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last_var * (EG(active_symbol_table) ? 1 : 2)) +
EG               1110 sapi/phpdbg/phpdbg_prompt.c 	EX(Ts) = (temp_variable *)(((char*)EX(CVs)) + ZEND_MM_ALIGNED_SIZE(sizeof(zval**) * op_array->last_var * (EG(active_symbol_table) ? 1 : 2)));
EG               1116 sapi/phpdbg/phpdbg_prompt.c 	EX(symbol_table) = EG(active_symbol_table);
EG               1117 sapi/phpdbg/phpdbg_prompt.c 	EX(prev_execute_data) = EG(current_execute_data);
EG               1118 sapi/phpdbg/phpdbg_prompt.c 	EG(current_execute_data) = execute_data;
EG               1125 sapi/phpdbg/phpdbg_prompt.c 	if (op_array->this_var != -1 && EG(This)) {
EG               1126 sapi/phpdbg/phpdbg_prompt.c  		Z_ADDREF_P(EG(This)); /* For $this pointer */
EG               1127 sapi/phpdbg/phpdbg_prompt.c 		if (!EG(active_symbol_table)) {
EG               1129 sapi/phpdbg/phpdbg_prompt.c 			*EX_CV(op_array->this_var) = EG(This);
EG               1131 sapi/phpdbg/phpdbg_prompt.c 			if (zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), (void**)&EX_CV(op_array->this_var))==FAILURE) {
EG               1132 sapi/phpdbg/phpdbg_prompt.c 				Z_DELREF_P(EG(This));
EG               1137 sapi/phpdbg/phpdbg_prompt.c 	EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(start_op) : op_array->opcodes;
EG               1138 sapi/phpdbg/phpdbg_prompt.c 	EG(opline_ptr) = &EX(opline);
EG               1158 sapi/phpdbg/phpdbg_prompt.c 	zend_bool original_in_execution = EG(in_execution);
EG               1162 sapi/phpdbg/phpdbg_prompt.c 	if (EG(exception)) {
EG               1167 sapi/phpdbg/phpdbg_prompt.c 	EG(in_execution) = 1;
EG               1172 sapi/phpdbg/phpdbg_prompt.c 		execute_data = phpdbg_create_execute_data(EG(active_op_array), 1 TSRMLS_CC);
EG               1174 sapi/phpdbg/phpdbg_prompt.c 	zend_hash_init(&vars, EG(active_op_array)->last, NULL, NULL, 0);
EG               1179 sapi/phpdbg/phpdbg_prompt.c 	zend_hash_init(&vars, EG(active_op_array)->last, NULL, NULL, 0);
EG               1186 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_resolve_op_array_breaks(EG(active_op_array) TSRMLS_CC);
EG               1190 sapi/phpdbg/phpdbg_prompt.c 		if (EG(timed_out)) {
EG               1316 sapi/phpdbg/phpdbg_prompt.c 					EG(in_execution) = original_in_execution;
EG               1321 sapi/phpdbg/phpdbg_prompt.c 					op_array = EG(active_op_array);
EG               1327 sapi/phpdbg/phpdbg_prompt.c 					execute_data = EG(current_execute_data);
EG                189 sapi/phpdbg/phpdbg_utils.c 		zend_hash_find(EG(function_table), lcname, fname_len+1,
EG                422 sapi/phpdbg/phpdbg_utils.c 	if (!EG(active_op_array)) {
EG                427 sapi/phpdbg/phpdbg_utils.c 	if (!EG(active_symbol_table)) {
EG                430 sapi/phpdbg/phpdbg_utils.c 		if (!EG(active_symbol_table)) {
EG                399 sapi/phpdbg/phpdbg_watch.c 	if (EG(This) && len >= 5 && !memcmp("$this", input, 5)) {
EG                400 sapi/phpdbg/phpdbg_watch.c 		zend_hash_add(EG(active_symbol_table), "this", sizeof("this"), &EG(This), sizeof(zval *), NULL);
EG                403 sapi/phpdbg/phpdbg_watch.c 	if (zend_is_auto_global(input, len TSRMLS_CC) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_table), 0, callback, 1 TSRMLS_CC) != FAILURE) {
EG                407 sapi/phpdbg/phpdbg_watch.c 	return phpdbg_watchpoint_parse_input(input, len, EG(active_symbol_table), 0, callback, 0 TSRMLS_CC);
EG                520 sapi/roxen/roxen.c 	zend_hash_update(&EG(symbol_table), name, sizeof(name), 	\
EG                555 sapi/roxen/roxen.c 	zend_hash_update(&EG(symbol_table), buf, buf_len + 1, &zvalue, sizeof(zval *), NULL);