ZVAL_COPY_VALUE   774 Zend/zend.h    		ZVAL_COPY_VALUE(z, v);					\
ZVAL_COPY_VALUE   823 Zend/zend.h    	ZVAL_COPY_VALUE(*ppzv_dest, pzv_src);		\
ZVAL_COPY_VALUE   603 Zend/zend_API.h 		ZVAL_COPY_VALUE(__z, __zv);				\
ZVAL_COPY_VALUE   533 Zend/zend_execute.c 				ZVAL_COPY_VALUE(*value_ptr_ptr, value_ptr);
ZVAL_COPY_VALUE   553 Zend/zend_execute.c 			ZVAL_COPY_VALUE(*variable_ptr_ptr, variable_ptr);
ZVAL_COPY_VALUE   739 Zend/zend_execute.c 		ZVAL_COPY_VALUE(value, orig_value);
ZVAL_COPY_VALUE   746 Zend/zend_execute.c 		ZVAL_COPY_VALUE(value, orig_value);
ZVAL_COPY_VALUE   808 Zend/zend_execute.c 			ZVAL_COPY_VALUE(&tmp, value);
ZVAL_COPY_VALUE   856 Zend/zend_execute.c 			ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   858 Zend/zend_execute.c 			ZVAL_COPY_VALUE(&garbage, variable_ptr);
ZVAL_COPY_VALUE   859 Zend/zend_execute.c 			ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   890 Zend/zend_execute.c 			ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   893 Zend/zend_execute.c 			ZVAL_COPY_VALUE(&garbage, variable_ptr);
ZVAL_COPY_VALUE   894 Zend/zend_execute.c 			ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   948 Zend/zend_execute.c 				ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE   951 Zend/zend_execute.c 				ZVAL_COPY_VALUE(&garbage, variable_ptr);
ZVAL_COPY_VALUE   952 Zend/zend_execute.c 				ZVAL_COPY_VALUE(variable_ptr, value);
ZVAL_COPY_VALUE  1241 Zend/zend_execute.c 							ZVAL_COPY_VALUE(overloaded_result, tmp);
ZVAL_COPY_VALUE  1328 Zend/zend_execute.c 					ZVAL_COPY_VALUE(&tmp, dim);
ZVAL_COPY_VALUE   551 Zend/zend_execute_API.c 		ZVAL_COPY_VALUE(p, &const_value);
ZVAL_COPY_VALUE   225 Zend/zend_variables.c 				ZVAL_COPY_VALUE(tmp, *p);
ZVAL_COPY_VALUE   736 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE   760 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE   911 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(retval, *var_ptr);
ZVAL_COPY_VALUE   954 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(retval, *var_ptr);
ZVAL_COPY_VALUE  1018 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  3729 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(retval, &c->value);
ZVAL_COPY_VALUE  3739 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  3757 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  3776 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  3896 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  3920 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(result, &var_copy);
ZVAL_COPY_VALUE  3925 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  3958 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(tmp_inc_filename, inc_filename);
ZVAL_COPY_VALUE  4104 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  4612 Zend/zend_vm_def.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  4769 Zend/zend_vm_def.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  4926 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  4986 Zend/zend_vm_def.h 	ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  5396 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&tmp, val);
ZVAL_COPY_VALUE  2871 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  2895 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, &var_copy);
ZVAL_COPY_VALUE  2900 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  2933 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(tmp_inc_filename, inc_filename);
ZVAL_COPY_VALUE  3246 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  3304 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  3630 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  3989 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(retval, &c->value);
ZVAL_COPY_VALUE  3999 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  4017 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  4036 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  4172 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  4250 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  4324 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, val);
ZVAL_COPY_VALUE  5520 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  5947 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  6025 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  6272 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  6667 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  6745 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  8237 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  8261 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, &var_copy);
ZVAL_COPY_VALUE  8266 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  8299 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(tmp_inc_filename, inc_filename);
ZVAL_COPY_VALUE  8641 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  8701 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  9048 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  9500 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  9578 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  10804 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  11233 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  11311 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  11558 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  11828 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  11906 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  12964 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(retval, *var_ptr);
ZVAL_COPY_VALUE  13007 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(retval, *var_ptr);
ZVAL_COPY_VALUE  13606 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  13630 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, &var_copy);
ZVAL_COPY_VALUE  13635 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  13668 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(tmp_inc_filename, inc_filename);
ZVAL_COPY_VALUE  14112 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  14172 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  14911 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  14935 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  14986 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  15960 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(retval, &c->value);
ZVAL_COPY_VALUE  15970 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  15988 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  16007 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  16143 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  16358 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  16515 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  17425 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  17449 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  18615 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  19525 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  19549 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  19600 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  20724 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  20939 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  21096 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  21593 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  22157 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  22235 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  23160 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  23184 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  24401 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  25121 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  25145 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  25611 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(retval, &c->value);
ZVAL_COPY_VALUE  25621 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  25639 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  25658 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, *value);
ZVAL_COPY_VALUE  25920 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  26535 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  26559 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  27242 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  27857 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  27881 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  28564 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  29610 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  29634 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  30315 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  30663 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(retval, *var_ptr);
ZVAL_COPY_VALUE  30705 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(retval, *var_ptr);
ZVAL_COPY_VALUE  31275 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  31299 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, &var_copy);
ZVAL_COPY_VALUE  31304 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(result, expr);
ZVAL_COPY_VALUE  31337 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(tmp_inc_filename, inc_filename);
ZVAL_COPY_VALUE  31650 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  31708 Zend/zend_vm_execute.h 	ZVAL_COPY_VALUE(&EX_T(opline->result.var).tmp_var, value);
ZVAL_COPY_VALUE  32445 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  32469 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  32520 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  33454 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  33667 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  33824 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  34730 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  34754 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  35787 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  36693 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  36717 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  36768 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  37760 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  37973 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  38130 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE  38623 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp_varname, varname);
ZVAL_COPY_VALUE  39061 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  39139 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(&tmp, varname);
ZVAL_COPY_VALUE  40041 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, *zptr);
ZVAL_COPY_VALUE  40065 Zend/zend_vm_execute.h 			ZVAL_COPY_VALUE(retval, z);
ZVAL_COPY_VALUE  41148 Zend/zend_vm_execute.h 				ZVAL_COPY_VALUE(&tmp, offset);
ZVAL_COPY_VALUE   579 ext/gmp/gmp.c  		ZVAL_COPY_VALUE(&op1_copy, op1);
ZVAL_COPY_VALUE   312 ext/sockets/conversions.c 		ZVAL_COPY_VALUE(&lzval, arr_value);
ZVAL_COPY_VALUE   549 ext/sockets/conversions.c 		ZVAL_COPY_VALUE(&lzval, zaddr_str);
ZVAL_COPY_VALUE   606 ext/sockets/conversions.c 		ZVAL_COPY_VALUE(&lzval, zaddr_str);
ZVAL_COPY_VALUE   664 ext/sockets/conversions.c 		ZVAL_COPY_VALUE(&lzval, path);
ZVAL_COPY_VALUE  1272 ext/sockets/conversions.c 			ZVAL_COPY_VALUE(&lzval, zv);
ZVAL_COPY_VALUE   255 ext/sockets/sendrecvmsg.c 			ZVAL_COPY_VALUE(zmsg, zres);
ZVAL_COPY_VALUE   397 ext/sockets/sendrecvmsg.c 			ZVAL_COPY_VALUE(result, zv);
ZVAL_COPY_VALUE  4490 ext/standard/string.c 		ZVAL_COPY_VALUE(arrayArg, &ret);