ZVAL_COPY_VALUE  1205 Zend/zend.c    			ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler));
ZVAL_COPY_VALUE  1248 Zend/zend.c    				ZVAL_COPY_VALUE(&EG(user_error_handler), &orig_user_error_handler);
ZVAL_COPY_VALUE  1391 Zend/zend.c    			ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler));
ZVAL_COPY_VALUE    70 Zend/zend_API.c 			ZVAL_COPY_VALUE(param_ptr, &new_tmp);
ZVAL_COPY_VALUE   121 Zend/zend_API.c 		ZVAL_COPY_VALUE(argument_array, param_ptr);
ZVAL_COPY_VALUE   462 Zend/zend_API.c 				ZVAL_COPY_VALUE(arg, &obj);
ZVAL_COPY_VALUE   475 Zend/zend_API.c 					ZVAL_COPY_VALUE(arg, z);
ZVAL_COPY_VALUE  1121 Zend/zend_API.c 					ZVAL_COPY_VALUE(&CE_STATIC_MEMBERS(class_type)[i], q);
ZVAL_COPY_VALUE  1207 Zend/zend_API.c 				ZVAL_COPY_VALUE(slot, prop);
ZVAL_COPY_VALUE  1249 Zend/zend_API.c 				ZVAL_COPY_VALUE(slot, prop);
ZVAL_COPY_VALUE  3422 Zend/zend_API.c 	ZVAL_COPY_VALUE(&fci->function_name, callable);
ZVAL_COPY_VALUE  3636 Zend/zend_API.c 		ZVAL_COPY_VALUE(&ce->default_static_members_table[property_info->offset], property);
ZVAL_COPY_VALUE  3651 Zend/zend_API.c 		ZVAL_COPY_VALUE(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)], property);
ZVAL_COPY_VALUE  3923 Zend/zend_API.c 				ZVAL_COPY_VALUE(property, value);
ZVAL_COPY_VALUE  3930 Zend/zend_API.c 				ZVAL_COPY_VALUE(&garbage, property);
ZVAL_COPY_VALUE  3937 Zend/zend_API.c 				ZVAL_COPY_VALUE(property, value);
ZVAL_COPY_VALUE  4092 Zend/zend_API.c 		ZVAL_COPY_VALUE(&EG(user_error_handler), &saved->user_handler);
ZVAL_COPY_VALUE   601 Zend/zend_API.h 				ZVAL_COPY_VALUE(__z, __zv);		\
ZVAL_COPY_VALUE    66 Zend/zend_ast.c 	ZVAL_COPY_VALUE(&ast->val, zv);
ZVAL_COPY_VALUE   872 Zend/zend_builtin_functions.c 					ZVAL_COPY_VALUE(&val_free, val);
ZVAL_COPY_VALUE  1761 Zend/zend_builtin_functions.c 		ZVAL_COPY_VALUE(&zeh, &EG(user_error_handler));
ZVAL_COPY_VALUE  1773 Zend/zend_builtin_functions.c 		ZVAL_COPY_VALUE(&EG(user_error_handler), tmp);
ZVAL_COPY_VALUE  1831 Zend/zend_builtin_functions.c 		ZVAL_COPY_VALUE(&EG(user_exception_handler), tmp);
ZVAL_COPY_VALUE   174 Zend/zend_closures.c 		ZVAL_COPY_VALUE(return_value, &closure_result);
ZVAL_COPY_VALUE    49 Zend/zend_compile.c 			ZVAL_COPY_VALUE(&(target)->u.constant, CT_CONSTANT(src)); \
ZVAL_COPY_VALUE   433 Zend/zend_compile.c 	ZVAL_COPY_VALUE(CT_CONSTANT_EX(op_array, literal_position), zv);
ZVAL_COPY_VALUE  2042 Zend/zend_compile.c 		ZVAL_COPY_VALUE(&zn.u.constant, zv);
ZVAL_COPY_VALUE  6708 Zend/zend_compile.c 				ZVAL_COPY_VALUE(&last_const_node.u.constant, &elem_node.u.constant);
ZVAL_COPY_VALUE  6726 Zend/zend_compile.c 			ZVAL_COPY_VALUE(&result->u.constant, &last_const_node.u.constant);
ZVAL_COPY_VALUE  6955 Zend/zend_compile.c 		ZVAL_COPY_VALUE(result, zend_ast_get_zval(ast));
ZVAL_COPY_VALUE   732 Zend/zend_exceptions.c 		ZVAL_COPY_VALUE(&fci.function_name, &fname);
ZVAL_COPY_VALUE   663 Zend/zend_execute.c 		ZVAL_COPY_VALUE(&constant, default_value);
ZVAL_COPY_VALUE  1167 Zend/zend_execute.c 						ZVAL_COPY_VALUE(&tmp, value);
ZVAL_COPY_VALUE  1176 Zend/zend_execute.c 								ZVAL_COPY_VALUE(&tmp, Z_REFVAL_P(value));
ZVAL_COPY_VALUE  1216 Zend/zend_execute.c 			ZVAL_COPY_VALUE(&tmp, value);
ZVAL_COPY_VALUE  1252 Zend/zend_execute.c 			ZVAL_COPY_VALUE(&tmp, value);
ZVAL_COPY_VALUE  1285 Zend/zend_execute.c 			ZVAL_COPY_VALUE(z, value);
ZVAL_COPY_VALUE  1375 Zend/zend_execute.c 			ZVAL_COPY_VALUE(z, value);
ZVAL_COPY_VALUE  1421 Zend/zend_execute.c 			ZVAL_COPY_VALUE(z, value);
ZVAL_COPY_VALUE  1465 Zend/zend_execute.c 			ZVAL_COPY_VALUE(z, value);
ZVAL_COPY_VALUE  1757 Zend/zend_execute.c 							ZVAL_COPY_VALUE(result, retval);
ZVAL_COPY_VALUE  2137 Zend/zend_execute.c 					ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE  2252 Zend/zend_execute.c 						ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE  2347 Zend/zend_execute.c 			ZVAL_COPY_VALUE(arg_dst, arg_src);
ZVAL_COPY_VALUE  2389 Zend/zend_execute.c 			ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE    86 Zend/zend_execute.h 				ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   115 Zend/zend_execute.h 	ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   635 Zend/zend_execute_API.c 			ZVAL_COPY_VALUE(p, const_value);
ZVAL_COPY_VALUE   653 Zend/zend_execute_API.c 		ZVAL_COPY_VALUE(p, &tmp);
ZVAL_COPY_VALUE   678 Zend/zend_execute_API.c 	ZVAL_COPY_VALUE(&fci.function_name, function_name);
ZVAL_COPY_VALUE   839 Zend/zend_execute_API.c 		ZVAL_COPY_VALUE(param, arg);
ZVAL_COPY_VALUE  1141 Zend/zend_execute_API.c 				ZVAL_COPY_VALUE(retval_ptr, &local_retval);
ZVAL_COPY_VALUE  1538 Zend/zend_execute_API.c 					ZVAL_COPY_VALUE(var, val);
ZVAL_COPY_VALUE  1540 Zend/zend_execute_API.c 					ZVAL_COPY_VALUE(var, zv);
ZVAL_COPY_VALUE  1601 Zend/zend_execute_API.c 						ZVAL_COPY_VALUE(var, value);
ZVAL_COPY_VALUE  1643 Zend/zend_execute_API.c 						ZVAL_COPY_VALUE(var, value);
ZVAL_COPY_VALUE   598 Zend/zend_hash.c 			ZVAL_COPY_VALUE(data, pData);
ZVAL_COPY_VALUE   622 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&p->val, pData);
ZVAL_COPY_VALUE   746 Zend/zend_hash.c 				ZVAL_COPY_VALUE(&p->val, pData);
ZVAL_COPY_VALUE   789 Zend/zend_hash.c 		ZVAL_COPY_VALUE(&p->val, pData);
ZVAL_COPY_VALUE   808 Zend/zend_hash.c 			ZVAL_COPY_VALUE(&p->val, pData);
ZVAL_COPY_VALUE   834 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&p->val, pData);
ZVAL_COPY_VALUE   936 Zend/zend_hash.c 							ZVAL_COPY_VALUE(&q->val, &p->val);
ZVAL_COPY_VALUE   955 Zend/zend_hash.c 							ZVAL_COPY_VALUE(&q->val, &p->val);
ZVAL_COPY_VALUE  1024 Zend/zend_hash.c 		ZVAL_COPY_VALUE(&tmp, &p->val);
ZVAL_COPY_VALUE  1121 Zend/zend_hash.c 						ZVAL_COPY_VALUE(&tmp, data);
ZVAL_COPY_VALUE  1718 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&q->val, data);
ZVAL_COPY_VALUE  2224 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&val, &p->val);
ZVAL_COPY_VALUE  2228 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&p->val, &q->val);
ZVAL_COPY_VALUE  2232 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&q->val, &val);
ZVAL_COPY_VALUE  2241 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&val, &p->val);
ZVAL_COPY_VALUE  2242 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&p->val, &q->val);
ZVAL_COPY_VALUE  2243 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&q->val, &val);
ZVAL_COPY_VALUE  2251 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&val, &p->val);
ZVAL_COPY_VALUE  2254 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&p->val, &q->val);
ZVAL_COPY_VALUE  2257 Zend/zend_hash.c 	ZVAL_COPY_VALUE(&q->val, &val);
ZVAL_COPY_VALUE   892 Zend/zend_hash.h 		ZVAL_COPY_VALUE(&__fill_bkt->val, _val); \
ZVAL_COPY_VALUE   912 Zend/zend_hash.h 	ZVAL_COPY_VALUE(&p->val, zv);
ZVAL_COPY_VALUE   777 Zend/zend_inheritance.c 				ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE   820 Zend/zend_inheritance.c 				ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE   840 Zend/zend_inheritance.c 			ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE   135 Zend/zend_ini_parser.y 			ZVAL_COPY_VALUE(&tmp, c);
ZVAL_COPY_VALUE    44 Zend/zend_interfaces.c 		ZVAL_COPY_VALUE(&params[0], arg1);
ZVAL_COPY_VALUE    47 Zend/zend_interfaces.c 		ZVAL_COPY_VALUE(&params[1], arg2);
ZVAL_COPY_VALUE   118 Zend/zend_interfaces.c 		ZVAL_COPY_VALUE(arg1, &params[0]);
ZVAL_COPY_VALUE   121 Zend/zend_interfaces.c 		ZVAL_COPY_VALUE(arg2, &params[1]);
ZVAL_COPY_VALUE   691 Zend/zend_object_handlers.c 			ZVAL_COPY_VALUE(OBJ_PROP(zobj, property_offset), value);
ZVAL_COPY_VALUE  1549 Zend/zend_object_handlers.c 					ZVAL_COPY_VALUE(writeobj, &retval);
ZVAL_COPY_VALUE   178 Zend/zend_objects.c 			ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE   215 Zend/zend_objects.c 				ZVAL_COPY_VALUE(&new_prop, prop);
ZVAL_COPY_VALUE   243 Zend/zend_operators.c 			ZVAL_COPY_VALUE(dst, newop);													\
ZVAL_COPY_VALUE   334 Zend/zend_operators.c 					ZVAL_COPY_VALUE(op, &dst);
ZVAL_COPY_VALUE   394 Zend/zend_operators.c 					ZVAL_COPY_VALUE(op, &dst);
ZVAL_COPY_VALUE   414 Zend/zend_operators.c 			ZVAL_COPY_VALUE(&org, op);
ZVAL_COPY_VALUE   419 Zend/zend_operators.c 			ZVAL_COPY_VALUE(op, &org);
ZVAL_COPY_VALUE   479 Zend/zend_operators.c 					ZVAL_COPY_VALUE(op, &dst);
ZVAL_COPY_VALUE   558 Zend/zend_operators.c 				ZVAL_COPY_VALUE(op, &dst);
ZVAL_COPY_VALUE   576 Zend/zend_operators.c 	ZVAL_COPY_VALUE(&entry, op);
ZVAL_COPY_VALUE   611 Zend/zend_operators.c 							ZVAL_COPY_VALUE(op, &arr);
ZVAL_COPY_VALUE   615 Zend/zend_operators.c 							ZVAL_COPY_VALUE(op, &arr);
ZVAL_COPY_VALUE   625 Zend/zend_operators.c 						ZVAL_COPY_VALUE(op, &dst);
ZVAL_COPY_VALUE   672 Zend/zend_operators.c 			ZVAL_COPY_VALUE(&tmp, op);
ZVAL_COPY_VALUE   739 Zend/zend_types.h 		ZVAL_COPY_VALUE(&_ref->val, r);							\
ZVAL_COPY_VALUE   749 Zend/zend_types.h 		ZVAL_COPY_VALUE(&_ref->val, r);							\
ZVAL_COPY_VALUE   909 Zend/zend_types.h 		ZVAL_COPY_VALUE(_z, &ref->val);					\
ZVAL_COPY_VALUE  1237 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  1245 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  1290 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  1336 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  1380 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  1395 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  1419 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  1434 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  3964 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  3978 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  3985 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  4012 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  4067 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  4081 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  4088 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  4197 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(arg, value);
ZVAL_COPY_VALUE  4228 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(arg, value);
ZVAL_COPY_VALUE  4262 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4269 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4302 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4308 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4337 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4383 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4390 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  4532 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(top, arg);
ZVAL_COPY_VALUE  4649 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(param, arg);
ZVAL_COPY_VALUE  4708 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(param, arg);
ZVAL_COPY_VALUE  4746 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(param, EX_CONSTANT(opline->op2));
ZVAL_COPY_VALUE  4940 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), &object_zval);
ZVAL_COPY_VALUE  5177 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  5192 Zend/zend_vm_def.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  5329 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  5357 Zend/zend_vm_def.h 					ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  5750 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  5764 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  5870 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  5909 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  5912 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(array_ptr, array_ref);
ZVAL_COPY_VALUE  6759 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  6799 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  6843 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  7236 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(&c.value, val);
ZVAL_COPY_VALUE  7333 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7367 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7372 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7377 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7395 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7400 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7405 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7455 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&generator->values, val);
ZVAL_COPY_VALUE  7665 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&ref->val, value);
ZVAL_COPY_VALUE  1073 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(top, arg);
ZVAL_COPY_VALUE  1190 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(param, arg);
ZVAL_COPY_VALUE  2214 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(param, EX_CONSTANT(opline->op2));
ZVAL_COPY_VALUE  3096 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  3110 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  3117 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  3144 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  3198 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  3212 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  3219 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  3278 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(arg, value);
ZVAL_COPY_VALUE  3309 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(arg, value);
ZVAL_COPY_VALUE  3370 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), &object_zval);
ZVAL_COPY_VALUE  3522 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  3549 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  3717 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  3730 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  3834 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  3872 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  3875 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(array_ptr, array_ref);
ZVAL_COPY_VALUE  4016 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  4055 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  4098 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  4123 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
ZVAL_COPY_VALUE  6011 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  6026 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  6492 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(&c.value, val);
ZVAL_COPY_VALUE  6549 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6582 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6587 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6592 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6610 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  6615 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  6620 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  6726 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6759 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6764 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6769 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  6787 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  6792 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  6797 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7268 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7301 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7306 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7311 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  7329 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7334 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7339 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  7825 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  7840 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  8166 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  8199 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  8204 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  8209 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  8227 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  8232 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  8237 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  9700 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  9715 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  10022 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  10055 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  10060 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  10065 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  10083 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  10088 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  10093 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  11474 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  11489 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  11786 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  11800 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  11807 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  11834 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  11888 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  11902 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  11909 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  11968 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(arg, value);
ZVAL_COPY_VALUE  11999 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(arg, value);
ZVAL_COPY_VALUE  12054 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  12081 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  12121 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  12134 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  12239 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  12277 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  12280 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(array_ptr, array_ref);
ZVAL_COPY_VALUE  12402 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  12442 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  12486 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  12511 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
ZVAL_COPY_VALUE  12927 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  12942 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  13066 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13099 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13104 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13109 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13127 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13132 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13137 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13243 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13276 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13281 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13286 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13304 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13309 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13314 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13420 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13453 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13458 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13463 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13481 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13486 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13491 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13651 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  13666 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  13790 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13823 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13828 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13833 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  13851 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13856 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  13861 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  14200 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  14215 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  14339 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  14372 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  14377 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  14382 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  14400 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  14405 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  14410 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  14714 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  14729 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  14837 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  14883 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  14927 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  14942 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  14966 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  14981 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  15012 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  15026 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  15033 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  15060 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  15115 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  15129 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  15136 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  15212 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15219 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15252 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15258 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15287 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15333 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15340 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  15396 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(param, arg);
ZVAL_COPY_VALUE  15429 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), &object_zval);
ZVAL_COPY_VALUE  15500 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  15528 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  15568 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  15582 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  15688 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  15727 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  15730 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(array_ptr, array_ref);
ZVAL_COPY_VALUE  16221 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  16261 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  16305 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  16330 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
ZVAL_COPY_VALUE  17014 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  17022 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  17800 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  17815 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  18080 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18114 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18119 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18124 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18142 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18147 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18152 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18286 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18320 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18325 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18330 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18348 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18353 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18358 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18552 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18586 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18591 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18596 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  18614 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18619 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  18624 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  19385 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  19400 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  19541 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  19575 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  19580 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  19585 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  19603 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  19608 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  19613 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  20218 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  20226 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  20956 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  20971 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  21236 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  21270 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  21275 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  21280 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  21298 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  21303 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  21308 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  21880 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  21888 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  22533 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  22548 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  23388 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  23396 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  24378 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24411 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24416 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24421 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24439 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24444 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24449 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24519 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24552 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24557 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24562 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24580 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24585 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24590 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24660 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24693 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24698 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24703 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  24721 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24726 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  24731 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  25199 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  25232 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  25237 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  25242 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  25260 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  25265 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  25270 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  25803 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  25811 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  26686 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  26719 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  26724 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  26729 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  26747 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  26752 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  26757 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  27292 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  27300 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  28203 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  28248 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  28291 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  28306 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  28329 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  28344 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY_VALUE  28592 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  28606 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  28613 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  28640 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX(return_value), retval_ptr);
ZVAL_COPY_VALUE  28694 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  28708 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  28715 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->retval, retval);
ZVAL_COPY_VALUE  28791 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  28798 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  28829 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  28874 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  28881 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(arg, varptr);
ZVAL_COPY_VALUE  28936 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(param, arg);
ZVAL_COPY_VALUE  29093 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  29120 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  29288 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  29301 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(result, array_ptr);
ZVAL_COPY_VALUE  29405 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  29443 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), array_ref);
ZVAL_COPY_VALUE  29446 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(array_ptr, array_ref);
ZVAL_COPY_VALUE  29587 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  29626 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  29669 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(EX_VAR(opline->result.var), value);
ZVAL_COPY_VALUE  29694 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
ZVAL_COPY_VALUE  31019 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  31027 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  32146 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  32161 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  32833 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  32866 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  32871 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  32876 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  32894 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  32899 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  32904 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  32998 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&ref->val, value);
ZVAL_COPY_VALUE  33129 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33162 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33167 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33172 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33190 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  33195 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  33200 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  33802 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33835 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33840 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33845 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  33863 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  33868 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  33873 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  34678 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  34693 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  34997 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  35030 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  35035 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  35040 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  35058 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  35063 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  35068 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  36274 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  36282 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  37230 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  37245 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  37693 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  37726 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  37731 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  37736 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&generator->value, value);
ZVAL_COPY_VALUE  37754 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  37759 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  37764 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&generator->key, key);
ZVAL_COPY_VALUE  38937 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  38945 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(EX_VAR(opline->result.var), zptr);
ZVAL_COPY_VALUE  39811 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE  39826 Zend/zend_vm_execute.h 					ZVAL_COPY_VALUE(&new_expr, expr_ptr);
ZVAL_COPY_VALUE   129 ext/com_dotnet/com_handlers.c 		ZVAL_COPY_VALUE(&args[0], offset);
ZVAL_COPY_VALUE   130 ext/com_dotnet/com_handlers.c 		ZVAL_COPY_VALUE(&args[1], value);
ZVAL_COPY_VALUE   124 ext/com_dotnet/com_iterator.c 	ZVAL_COPY_VALUE(&I->zdata, &ptr);
ZVAL_COPY_VALUE   196 ext/com_dotnet/com_iterator.c 			ZVAL_COPY_VALUE(&I->zdata, &ptr);
ZVAL_COPY_VALUE   230 ext/com_dotnet/com_iterator.c 			ZVAL_COPY_VALUE(&I->zdata, &ptr);
ZVAL_COPY_VALUE   110 ext/com_dotnet/com_saproxy.c 		ZVAL_COPY_VALUE(&args[i-1], offset);
ZVAL_COPY_VALUE   220 ext/com_dotnet/com_saproxy.c 			ZVAL_COPY_VALUE(&args[i-1], &proxy->indices[i]);
ZVAL_COPY_VALUE   222 ext/com_dotnet/com_saproxy.c 		ZVAL_COPY_VALUE(&args[i-1], offset);
ZVAL_COPY_VALUE   223 ext/com_dotnet/com_saproxy.c 		ZVAL_COPY_VALUE(&args[i], value);
ZVAL_COPY_VALUE  1343 ext/curl/interface.c 			ZVAL_COPY_VALUE(&fci.function_name, &t->func_name);
ZVAL_COPY_VALUE  1393 ext/curl/interface.c 			ZVAL_COPY_VALUE(&fci.function_name, &t->func_name);
ZVAL_COPY_VALUE  1450 ext/curl/interface.c 			ZVAL_COPY_VALUE(&fci.function_name, &t->func_name);
ZVAL_COPY_VALUE  1513 ext/curl/interface.c 			ZVAL_COPY_VALUE(&fci.function_name, &t->func_name);
ZVAL_COPY_VALUE  1581 ext/curl/interface.c 			ZVAL_COPY_VALUE(&fci.function_name, &t->func_name);
ZVAL_COPY_VALUE  3080 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3101 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3135 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3152 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3191 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3208 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3294 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3312 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3378 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3396 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3427 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3445 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3480 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3498 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  3527 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, object);
ZVAL_COPY_VALUE  3545 ext/date/php_date.c 	ZVAL_COPY_VALUE(return_value, &new_object);
ZVAL_COPY_VALUE  4583 ext/date/php_date.c 			ZVAL_COPY_VALUE(&abbr_array, abbr_array_p);
ZVAL_COPY_VALUE   344 ext/dom/xpath.c 	ZVAL_COPY_VALUE(&mapptr->baseobj_zv, baseobj);
ZVAL_COPY_VALUE  1947 ext/exif/exif.c 			ZVAL_COPY_VALUE(&tmpi, value);
ZVAL_COPY_VALUE    42 ext/filter/callback_filter.c 		ZVAL_COPY_VALUE(value, &retval);
ZVAL_COPY_VALUE   664 ext/filter/filter.c 		ZVAL_COPY_VALUE(&tmp, filtered);
ZVAL_COPY_VALUE   535 ext/gmp/gmp.c  		ZVAL_COPY_VALUE(&op1_copy, op1);
ZVAL_COPY_VALUE  1845 ext/interbase/ibase_query.c 			ZVAL_COPY_VALUE(return_value, ret);
ZVAL_COPY_VALUE   319 ext/intl/collator/collator_sort.c 	ZVAL_COPY_VALUE(&saved_collator, &INTL_G( current_collator ));
ZVAL_COPY_VALUE   320 ext/intl/collator/collator_sort.c 	ZVAL_COPY_VALUE(&INTL_G( current_collator ), object);
ZVAL_COPY_VALUE   326 ext/intl/collator/collator_sort.c 	ZVAL_COPY_VALUE(&INTL_G( current_collator ), &saved_collator);
ZVAL_COPY_VALUE   509 ext/intl/collator/collator_sort.c 	ZVAL_COPY_VALUE(&garbage, array);
ZVAL_COPY_VALUE    94 ext/json/json_parser.y 				ZVAL_COPY_VALUE(&$$, &$1);
ZVAL_COPY_VALUE    95 ext/json/json_parser.y 				ZVAL_COPY_VALUE(parser->return_value, &$1);
ZVAL_COPY_VALUE   140 ext/json/json_parser.y 				ZVAL_COPY_VALUE(&$$, &$1);
ZVAL_COPY_VALUE   152 ext/json/json_parser.y 				ZVAL_COPY_VALUE(&$$.val, &$3);
ZVAL_COPY_VALUE   164 ext/json/json_parser.y 				ZVAL_COPY_VALUE(&$$, &$3);
ZVAL_COPY_VALUE   194 ext/json/json_parser.y 				ZVAL_COPY_VALUE(&$$, &$1);
ZVAL_COPY_VALUE  2653 ext/ldap/ldap.c 	ZVAL_COPY_VALUE(&cb_args[0], cb_link);
ZVAL_COPY_VALUE   783 ext/libxml/libxml.c 		ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context));
ZVAL_COPY_VALUE   786 ext/libxml/libxml.c 		ZVAL_COPY_VALUE(&LIBXML(stream_context), context);
ZVAL_COPY_VALUE    80 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array);
ZVAL_COPY_VALUE    83 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array);
ZVAL_COPY_VALUE    86 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array);
ZVAL_COPY_VALUE    91 ext/mbstring/mb_gpc.c 			ZVAL_COPY_VALUE(&v_array, destArray);
ZVAL_COPY_VALUE  3772 ext/mbstring/mbstring.c 								ZVAL_COPY_VALUE(&stack[stack_level], var);
ZVAL_COPY_VALUE  3860 ext/mbstring/mbstring.c 							ZVAL_COPY_VALUE(&stack[stack_level], var);
ZVAL_COPY_VALUE   963 ext/mbstring/php_mbregex.c 				ZVAL_COPY_VALUE(&args[0], &subpats);
ZVAL_COPY_VALUE  1282 ext/mysqli/mysqli.c 		ZVAL_COPY_VALUE(&dataset, return_value);
ZVAL_COPY_VALUE   307 ext/mysqli/mysqli_api.c 		ZVAL_COPY_VALUE(&params[i].zv, &args[i + start]);
ZVAL_COPY_VALUE   574 ext/mysqli/mysqli_api.c 			ZVAL_COPY_VALUE(&params[i].zv, &args[i]);
ZVAL_COPY_VALUE   711 ext/mysqli/mysqli_nonapi.c 	ZVAL_COPY_VALUE(out_array, &dest_array);
ZVAL_COPY_VALUE   743 ext/mysqli/mysqli_nonapi.c 	ZVAL_COPY_VALUE(out_array, &proxy);
ZVAL_COPY_VALUE   822 ext/mysqlnd/mysqlnd_ps.c 							ZVAL_COPY_VALUE(result, &current_row[i]);
ZVAL_COPY_VALUE   925 ext/mysqlnd/mysqlnd_ps.c 						ZVAL_COPY_VALUE(result, data);
ZVAL_COPY_VALUE  1115 ext/mysqlnd/mysqlnd_ps.c 						ZVAL_COPY_VALUE(result, data);
ZVAL_COPY_VALUE  1544 ext/mysqlnd/mysqlnd_ps.c 		ZVAL_COPY_VALUE(&stmt->param_bind[param_no].zv, zv);
ZVAL_COPY_VALUE    58 ext/opcache/Optimizer/block_pass.c 			ZVAL_COPY_VALUE(result, &c->value);
ZVAL_COPY_VALUE   326 ext/opcache/Optimizer/compact_literals.c 				ZVAL_COPY_VALUE(&zv, op_array->literals + i);
ZVAL_COPY_VALUE   519 ext/opcache/Optimizer/compact_literals.c 				ZVAL_COPY_VALUE(&zv, op_array->literals + i);
ZVAL_COPY_VALUE   339 ext/opcache/Optimizer/pass1_5.c 							ZVAL_COPY_VALUE(&t, c);
ZVAL_COPY_VALUE   108 ext/opcache/Optimizer/zend_optimizer.c 	ZVAL_COPY_VALUE(&op_array->literals[i], zv);
ZVAL_COPY_VALUE   440 ext/opcache/Optimizer/zend_optimizer.c 								ZVAL_COPY_VALUE(&old_val, val);
ZVAL_COPY_VALUE   443 ext/opcache/Optimizer/zend_optimizer.c 								ZVAL_COPY_VALUE(val, &old_val);
ZVAL_COPY_VALUE  1476 ext/opcache/ZendAccelerator.c 	ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler));
ZVAL_COPY_VALUE   196 ext/opcache/zend_accelerator_util_funcs.c 		ZVAL_COPY_VALUE(&copy->val, zend_ast_get_zval(ast));
ZVAL_COPY_VALUE   268 ext/opcache/zend_accelerator_util_funcs.c 		ZVAL_COPY_VALUE(&q->val, &p->val);
ZVAL_COPY_VALUE   406 ext/opcache/zend_accelerator_util_funcs.c 			ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE   420 ext/opcache/zend_accelerator_util_funcs.c 			ZVAL_COPY_VALUE(dst, src);
ZVAL_COPY_VALUE   666 ext/openssl/openssl.c 		ZVAL_COPY_VALUE(&subitem, val);
ZVAL_COPY_VALUE  3643 ext/openssl/openssl.c 						ZVAL_COPY_VALUE(return_value, zend_list_insert(pkey, le_key));
ZVAL_COPY_VALUE  1634 ext/pcre/php_pcre.c 		ZVAL_COPY_VALUE(return_value, &zv);
ZVAL_COPY_VALUE   519 ext/pdo/pdo_dbh.c 			ZVAL_COPY_VALUE(&ctor_args, item);
ZVAL_COPY_VALUE   525 ext/pdo/pdo_dbh.c 		ZVAL_COPY_VALUE(&ctor_args, &dbh->def_stmt_ctor_args);
ZVAL_COPY_VALUE  1115 ext/pdo/pdo_dbh.c 		ZVAL_COPY_VALUE(&dbh->query_stmt_zval, return_value);
ZVAL_COPY_VALUE   564 ext/pdo/pdo_stmt.c 				ZVAL_COPY_VALUE(dest, (zval *)value);
ZVAL_COPY_VALUE   925 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args);
ZVAL_COPY_VALUE  1074 ext/pdo/pdo_stmt.c 								ZVAL_COPY_VALUE(&cur, curr_val);
ZVAL_COPY_VALUE  1075 ext/pdo/pdo_stmt.c 								ZVAL_COPY_VALUE(curr_val, &arr);
ZVAL_COPY_VALUE  1079 ext/pdo/pdo_stmt.c 								ZVAL_COPY_VALUE(&arr, curr_val);
ZVAL_COPY_VALUE  1135 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val);
ZVAL_COPY_VALUE  1136 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]);
ZVAL_COPY_VALUE  1164 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args);
ZVAL_COPY_VALUE  1178 ext/pdo/pdo_stmt.c 						ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  1180 ext/pdo/pdo_stmt.c 						ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  1201 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&grp, pgrp);
ZVAL_COPY_VALUE  1318 ext/pdo/pdo_stmt.c 	ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args);
ZVAL_COPY_VALUE  1350 ext/pdo/pdo_stmt.c 	ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args);
ZVAL_COPY_VALUE  1401 ext/pdo/pdo_stmt.c 	ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args);
ZVAL_COPY_VALUE  1425 ext/pdo/pdo_stmt.c 				ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */
ZVAL_COPY_VALUE  1456 ext/pdo/pdo_stmt.c 				ZVAL_COPY_VALUE(&stmt->fetch.func.function, arg2);
ZVAL_COPY_VALUE  1524 ext/pdo/pdo_stmt.c 	ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args);
ZVAL_COPY_VALUE   739 ext/pdo_oci/oci_statement.c 	ZVAL_COPY_VALUE(&self->dbh, dbh);
ZVAL_COPY_VALUE   197 ext/pdo_pgsql/pgsql_driver.c 	ZVAL_COPY_VALUE(&self->dbh, dbh);
ZVAL_COPY_VALUE   329 ext/pdo_sqlite/sqlite_driver.c 	ZVAL_COPY_VALUE(&fc->fci.function_name, cb);
ZVAL_COPY_VALUE   432 ext/pdo_sqlite/sqlite_driver.c 			ZVAL_COPY_VALUE(&agg_context->val, &retval);
ZVAL_COPY_VALUE   480 ext/pdo_sqlite/sqlite_driver.c 	ZVAL_COPY_VALUE(&collation->fc.fci.function_name, &collation->callback);
ZVAL_COPY_VALUE  2781 ext/pgsql/pgsql.c 		ZVAL_COPY_VALUE(&dataset, return_value);
ZVAL_COPY_VALUE  1241 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&intern->obj, closure_object);
ZVAL_COPY_VALUE  1263 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&intern->obj, closure_object);
ZVAL_COPY_VALUE  1283 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&intern->obj, closure_object);
ZVAL_COPY_VALUE  1306 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&intern->obj, closure_object);
ZVAL_COPY_VALUE  1375 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&params[0], argument_ptr);
ZVAL_COPY_VALUE  1381 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&params[0], argument_ptr);
ZVAL_COPY_VALUE  1382 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&params[1], argument2_ptr);
ZVAL_COPY_VALUE  1423 ext/reflection/php_reflection.c 	ZVAL_COPY_VALUE(&params[0], &reflector);
ZVAL_COPY_VALUE  1424 ext/reflection/php_reflection.c 	ZVAL_COPY_VALUE(&params[1], output_ptr);
ZVAL_COPY_VALUE  1445 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  1542 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  1648 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&intern->obj, closure);
ZVAL_COPY_VALUE  1952 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  2017 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  2511 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&intern->obj, reference);
ZVAL_COPY_VALUE  2860 ext/reflection/php_reflection.c 	ZVAL_COPY_VALUE(return_value, RT_CONSTANT(&param->fptr->op_array, precv->op2));
ZVAL_COPY_VALUE  3243 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  3362 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  3690 ext/reflection/php_reflection.c 			ZVAL_COPY_VALUE(&intern->obj, argument);
ZVAL_COPY_VALUE  5434 ext/reflection/php_reflection.c 			ZVAL_COPY_VALUE(&garbage, variable_ptr);
ZVAL_COPY_VALUE   363 ext/simplexml/simplexml.c 		ZVAL_COPY_VALUE(rv, &EG(uninitialized_zval));
ZVAL_COPY_VALUE   704 ext/simplexml/simplexml.c 	ZVAL_COPY_VALUE(&sxe->tmp, &ret);
ZVAL_COPY_VALUE  1069 ext/simplexml/simplexml.c 				ZVAL_COPY_VALUE(&iter_data, &sxe->iter.data);
ZVAL_COPY_VALUE  1112 ext/simplexml/simplexml.c 		ZVAL_COPY_VALUE(&sxe->iter.data, &iter_data);
ZVAL_COPY_VALUE  1189 ext/simplexml/simplexml.c 				ZVAL_COPY_VALUE(&iter_data, &sxe->iter.data);
ZVAL_COPY_VALUE  1244 ext/simplexml/simplexml.c 		ZVAL_COPY_VALUE(&sxe->iter.data, &iter_data);
ZVAL_COPY_VALUE  1942 ext/simplexml/simplexml.c 	ZVAL_COPY_VALUE(&data, &sxe->iter.data);
ZVAL_COPY_VALUE  1956 ext/simplexml/simplexml.c 	ZVAL_COPY_VALUE(&sxe->iter.data, &data);
ZVAL_COPY_VALUE   870 ext/snmp/snmp.c 						ZVAL_COPY_VALUE(return_value, &snmpval);
ZVAL_COPY_VALUE  1367 ext/soap/php_encoding.c 						ZVAL_COPY_VALUE(&val, &array);
ZVAL_COPY_VALUE  1375 ext/soap/php_encoding.c 						ZVAL_COPY_VALUE(&val, &array);
ZVAL_COPY_VALUE  2860 ext/soap/php_encoding.c 		ZVAL_COPY_VALUE(ret, &soapvar);
ZVAL_COPY_VALUE  1275 ext/soap/php_http.c 			ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  2945 ext/soap/soap.c 			ZVAL_COPY_VALUE(&real_args[i], param);
ZVAL_COPY_VALUE   261 ext/sockets/sendrecvmsg.c 			ZVAL_COPY_VALUE(zmsg, zres);
ZVAL_COPY_VALUE   403 ext/sockets/sendrecvmsg.c 			ZVAL_COPY_VALUE(result, zv);
ZVAL_COPY_VALUE   836 ext/sockets/sockets.c 	ZVAL_COPY_VALUE(sock_array, &new_hash);
ZVAL_COPY_VALUE  1447 ext/spl/spl_array.c 			ZVAL_COPY_VALUE(&params[1], arg);
ZVAL_COPY_VALUE  1457 ext/spl/spl_array.c 		ZVAL_COPY_VALUE(&params[1], arg);
ZVAL_COPY_VALUE  1851 ext/spl/spl_directory.c 				ZVAL_COPY_VALUE(writeobj, retval_ptr);
ZVAL_COPY_VALUE  1863 ext/spl/spl_directory.c 				ZVAL_COPY_VALUE(writeobj, retval_ptr);
ZVAL_COPY_VALUE   202 ext/spl/spl_dllist.c 	ZVAL_COPY_VALUE(&elem->data, data);
ZVAL_COPY_VALUE   226 ext/spl/spl_dllist.c 	ZVAL_COPY_VALUE(&elem->data, data);
ZVAL_COPY_VALUE   552 ext/spl/spl_dllist.c 		ZVAL_COPY_VALUE(&intern->gc_data[i++], &current->data);
ZVAL_COPY_VALUE   849 ext/spl/spl_dllist.c 			ZVAL_COPY_VALUE(&element->data, value);
ZVAL_COPY_VALUE  1266 ext/spl/spl_dllist.c 		ZVAL_COPY_VALUE(&elem->data, value);
ZVAL_COPY_VALUE   602 ext/spl/spl_fixedarray.c 			ZVAL_COPY_VALUE(&intern->array->elements[index], data);
ZVAL_COPY_VALUE   260 ext/spl/spl_heap.c 	ZVAL_COPY_VALUE(&heap->elements[i], elem);
ZVAL_COPY_VALUE   283 ext/spl/spl_heap.c 	ZVAL_COPY_VALUE(elem, &heap->elements[0]);
ZVAL_COPY_VALUE   306 ext/spl/spl_heap.c 	ZVAL_COPY_VALUE(&heap->elements[i], bottom);
ZVAL_COPY_VALUE   362 ext/spl/spl_iterators.c 				ZVAL_COPY_VALUE(&object->iterators[object->level].zobject, &child);
ZVAL_COPY_VALUE   580 ext/spl/spl_iterators.c 	ZVAL_COPY_VALUE(&intern->iterators[0].zobject, iterator);
ZVAL_COPY_VALUE  1597 ext/spl/spl_iterators.c 		ZVAL_COPY_VALUE(&intern->inner.zobject, zobject);
ZVAL_COPY_VALUE  2011 ext/spl/spl_iterators.c 	ZVAL_COPY_VALUE(&params[0], &intern->current.data);
ZVAL_COPY_VALUE  2012 ext/spl/spl_iterators.c 	ZVAL_COPY_VALUE(&params[1], &intern->current.key);
ZVAL_COPY_VALUE  2013 ext/spl/spl_iterators.c 	ZVAL_COPY_VALUE(&params[2], &intern->inner.zobject);
ZVAL_COPY_VALUE  2695 ext/spl/spl_iterators.c 				ZVAL_COPY_VALUE(&intern->u.caching.zstr, &intern->inner.zobject);
ZVAL_COPY_VALUE  2697 ext/spl/spl_iterators.c 				ZVAL_COPY_VALUE(&intern->u.caching.zstr, &intern->current.data);
ZVAL_COPY_VALUE  2701 ext/spl/spl_iterators.c 				ZVAL_COPY_VALUE(&intern->u.caching.zstr, &expr_copy);
ZVAL_COPY_VALUE   324 ext/spl/spl_observer.c 		ZVAL_COPY_VALUE(&intern->gcdata[i++], &element->obj);
ZVAL_COPY_VALUE   325 ext/spl/spl_observer.c 		ZVAL_COPY_VALUE(&intern->gcdata[i++], &element->inf);
ZVAL_COPY_VALUE   496 ext/sqlite3/sqlite3.c 	ZVAL_COPY_VALUE(&free_item->stmt_obj_zval, return_value);
ZVAL_COPY_VALUE   553 ext/sqlite3/sqlite3.c 	ZVAL_COPY_VALUE(&result->stmt_obj_zval, &stmt);
ZVAL_COPY_VALUE   699 ext/sqlite3/sqlite3.c 	ZVAL_COPY_VALUE(&fc->fci.function_name, cb);
ZVAL_COPY_VALUE   808 ext/sqlite3/sqlite3.c 		ZVAL_COPY_VALUE(&agg_context->zval_context, &retval);
ZVAL_COPY_VALUE   858 ext/sqlite3/sqlite3.c 	ZVAL_COPY_VALUE(&collation->fci.fci.function_name, &collation->cmp_func);
ZVAL_COPY_VALUE  1641 ext/sqlite3/sqlite3.c 	ZVAL_COPY_VALUE(&free_item->stmt_obj_zval, object);
ZVAL_COPY_VALUE  1492 ext/standard/array.c 					ZVAL_COPY_VALUE(&garbage, zv);
ZVAL_COPY_VALUE  1493 ext/standard/array.c 					ZVAL_COPY_VALUE(zv, &args[0]);
ZVAL_COPY_VALUE  1912 ext/standard/array.c 					ZVAL_COPY_VALUE(orig_var, entry);
ZVAL_COPY_VALUE  1925 ext/standard/array.c 					ZVAL_COPY_VALUE(orig_var, entry);
ZVAL_COPY_VALUE  2692 ext/standard/array.c 					ZVAL_COPY_VALUE(&q->val, &p->val);
ZVAL_COPY_VALUE  2707 ext/standard/array.c 					ZVAL_COPY_VALUE(&q->val, &p->val);
ZVAL_COPY_VALUE  3829 ext/standard/array.c 	ZVAL_COPY_VALUE(&args[0], a);
ZVAL_COPY_VALUE  3830 ext/standard/array.c 	ZVAL_COPY_VALUE(&args[1], b);
ZVAL_COPY_VALUE  5131 ext/standard/array.c 		ZVAL_COPY_VALUE(return_value, &result);
ZVAL_COPY_VALUE  5148 ext/standard/array.c 			ZVAL_COPY_VALUE(&result, &retval);
ZVAL_COPY_VALUE  3852 ext/standard/basic_functions.c 		ZVAL_COPY_VALUE(return_value, c);
ZVAL_COPY_VALUE  4783 ext/standard/basic_functions.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  4812 ext/standard/basic_functions.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  4845 ext/standard/basic_functions.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  4873 ext/standard/basic_functions.c 		ZVAL_COPY_VALUE(return_value, &retval);
ZVAL_COPY_VALUE  5719 ext/standard/basic_functions.c 	ZVAL_COPY_VALUE(&tick_fe.arguments[0], function);
ZVAL_COPY_VALUE   410 ext/standard/browscap.c 				ZVAL_COPY_VALUE(found_browser_entry, browser);
ZVAL_COPY_VALUE   414 ext/standard/browscap.c 			ZVAL_COPY_VALUE(found_browser_entry, browser);
ZVAL_COPY_VALUE   428 ext/standard/formatted_print.c 		ZVAL_COPY_VALUE(&newargs[0], z_format);
ZVAL_COPY_VALUE   431 ext/standard/formatted_print.c 			ZVAL_COPY_VALUE(&newargs[i], zv);
ZVAL_COPY_VALUE   239 ext/standard/info.c 				ZVAL_COPY_VALUE(&tmp2, tmp);
ZVAL_COPY_VALUE  1758 ext/standard/string.c 		ZVAL_COPY_VALUE(return_value, &tmp);
ZVAL_COPY_VALUE  4613 ext/standard/string.c 		ZVAL_COPY_VALUE(arrayArg, &ret);
ZVAL_COPY_VALUE   375 ext/standard/user_filters.c 	ZVAL_COPY_VALUE(&filter->abstract, &obj);
ZVAL_COPY_VALUE   276 ext/sysvmsg/sysvmsg.c 	ZVAL_COPY_VALUE(return_value, zend_list_insert(mq, le_sysvmsg));
ZVAL_COPY_VALUE   379 ext/sysvmsg/sysvmsg.c 				ZVAL_COPY_VALUE(out_message, &tmp);
ZVAL_COPY_VALUE   499 ext/tidy/tidy.c 	ZVAL_COPY_VALUE(&conv, value);
ZVAL_COPY_VALUE   248 ext/tokenizer/tokenizer.c 			ZVAL_COPY_VALUE(return_value, &token_stream);
ZVAL_COPY_VALUE   840 ext/wddx/wddx.c 					ZVAL_COPY_VALUE(&ent.data, field);
ZVAL_COPY_VALUE   952 ext/wddx/wddx.c 						ZVAL_COPY_VALUE(&ent2->data, &obj);
ZVAL_COPY_VALUE   487 ext/xml/xml.c  		ZVAL_COPY_VALUE(&fci.function_name, handler);
ZVAL_COPY_VALUE  1440 ext/xml/xml.c  	ZVAL_COPY_VALUE(&parser->data, xdata);
ZVAL_COPY_VALUE  1443 ext/xml/xml.c  		ZVAL_COPY_VALUE(&parser->info, info);
ZVAL_COPY_VALUE   885 ext/xmlrpc/xmlrpc-epi-php.c 		ZVAL_COPY_VALUE(&pData->php_function, php_function);
ZVAL_COPY_VALUE   889 ext/xmlrpc/xmlrpc-epi-php.c 	ZVAL_COPY_VALUE(&callback_params[0], &pData->xmlrpc_method);
ZVAL_COPY_VALUE   890 ext/xmlrpc/xmlrpc-epi-php.c 	ZVAL_COPY_VALUE(&callback_params[1], &xmlrpc_params);
ZVAL_COPY_VALUE   891 ext/xmlrpc/xmlrpc-epi-php.c 	ZVAL_COPY_VALUE(&callback_params[2], &pData->caller_params);
ZVAL_COPY_VALUE   917 ext/xmlrpc/xmlrpc-epi-php.c 	ZVAL_COPY_VALUE(&callback_params[0], &pData->caller_params);
ZVAL_COPY_VALUE  1065 ext/xmlrpc/xmlrpc-epi-php.c 		ZVAL_COPY_VALUE(&data.caller_params, caller_params);
ZVAL_COPY_VALUE  1371 ext/xmlrpc/xmlrpc-epi-php.c 					ZVAL_COPY_VALUE(newvalue, val);
ZVAL_COPY_VALUE  1374 ext/xmlrpc/xmlrpc-epi-php.c 				ZVAL_COPY_VALUE(newvalue, value);
ZVAL_COPY_VALUE   322 ext/xsl/xsltprocessor.c 	ZVAL_COPY_VALUE(&fci.function_name, &handler);
ZVAL_COPY_VALUE   873 main/SAPI.c    		ZVAL_COPY_VALUE(&cb, &SG(callback_func));
ZVAL_COPY_VALUE   213 main/php_variables.c 		ZVAL_COPY_VALUE(&gpc_element, val);
ZVAL_COPY_VALUE   379 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array);
ZVAL_COPY_VALUE   383 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array);
ZVAL_COPY_VALUE   387 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array);
ZVAL_COPY_VALUE   392 main/php_variables.c 			ZVAL_COPY_VALUE(&array, destArray);
ZVAL_COPY_VALUE   752 main/streams/memory.c 		ZVAL_COPY_VALUE(&ts->meta, &meta);
ZVAL_COPY_VALUE   588 sapi/cli/php_cli.c 	ZVAL_COPY_VALUE(&ic.value, &zin);
ZVAL_COPY_VALUE   594 sapi/cli/php_cli.c 	ZVAL_COPY_VALUE(&oc.value, &zout);
ZVAL_COPY_VALUE   600 sapi/cli/php_cli.c 	ZVAL_COPY_VALUE(&ec.value, &zerr);