ZVAL_COPY        1183 Zend/zend_API.c 			ZVAL_COPY(dst, src);
ZVAL_COPY        3494 Zend/zend_API.c 			ZVAL_COPY(params, arg);
ZVAL_COPY        3525 Zend/zend_API.c 			ZVAL_COPY(&fci->params[i], &argv[i]);
ZVAL_COPY        3550 Zend/zend_API.c 			ZVAL_COPY(&fci->params[i], arg);
ZVAL_COPY        4041 Zend/zend_API.c 	ZVAL_COPY(&current->user_handler, &EG(user_error_handler));
ZVAL_COPY         599 Zend/zend_API.h 				ZVAL_COPY(__z, __zv);			\
ZVAL_COPY         604 Zend/zend_API.h 			ZVAL_COPY(__z, Z_REFVAL_P(__zv));	\
ZVAL_COPY         422 Zend/zend_ast.c 		ZVAL_COPY(&new->val, zend_ast_get_zval(ast));
ZVAL_COPY         476 Zend/zend_builtin_functions.c 		ZVAL_COPY(return_value, arg);
ZVAL_COPY         852 Zend/zend_builtin_functions.c 			ZVAL_COPY(&val_free, val);
ZVAL_COPY        1734 Zend/zend_builtin_functions.c 		ZVAL_COPY(return_value, &EG(user_error_handler));
ZVAL_COPY        1745 Zend/zend_builtin_functions.c 	ZVAL_COPY(&EG(user_error_handler), error_handler);
ZVAL_COPY        1802 Zend/zend_builtin_functions.c 		ZVAL_COPY(return_value, &EG(user_exception_handler));
ZVAL_COPY        1812 Zend/zend_builtin_functions.c 	ZVAL_COPY(&EG(user_exception_handler), exception_handler);
ZVAL_COPY         615 Zend/zend_closures.c 			ZVAL_COPY(&closure->this_ptr, this_ptr);
ZVAL_COPY        7115 Zend/zend_compile.c 			ZVAL_COPY(&result->u.constant, zend_ast_get_zval(ast));
ZVAL_COPY        7421 Zend/zend_compile.c 						ZVAL_COPY(&result, el);
ZVAL_COPY        7428 Zend/zend_compile.c 						ZVAL_COPY(&result, el);
ZVAL_COPY         383 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY(getThis(), "file"));
ZVAL_COPY         395 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY(getThis(), "line"));
ZVAL_COPY         407 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY(getThis(), "message"));
ZVAL_COPY         419 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY(getThis(), "code"));
ZVAL_COPY         431 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY(getThis(), "trace"));
ZVAL_COPY         443 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY(getThis(), "severity"));
ZVAL_COPY         680 Zend/zend_exceptions.c 	ZVAL_COPY(return_value, GET_PROPERTY_SILENT(getThis(), "previous"));
ZVAL_COPY         102 Zend/zend_execute.c 			ZVAL_COPY(__zv, Z_INDIRECT_P(__zv));	\
ZVAL_COPY        1141 Zend/zend_execute.c 					ZVAL_COPY(retval, value);
ZVAL_COPY        1197 Zend/zend_execute.c 					ZVAL_COPY(retval, value);
ZVAL_COPY        1227 Zend/zend_execute.c 		ZVAL_COPY(retval, value);
ZVAL_COPY        1261 Zend/zend_execute.c 		ZVAL_COPY(retval, value);
ZVAL_COPY        1293 Zend/zend_execute.c 			ZVAL_COPY(retval, &res);
ZVAL_COPY        1379 Zend/zend_execute.c 			ZVAL_COPY(result, Z_REFVAL_P(z));
ZVAL_COPY        1381 Zend/zend_execute.c 			ZVAL_COPY(result, z);
ZVAL_COPY        1431 Zend/zend_execute.c 			ZVAL_COPY(result, z);
ZVAL_COPY        1473 Zend/zend_execute.c 			ZVAL_COPY(result, z);
ZVAL_COPY        1817 Zend/zend_execute.c 		ZVAL_COPY(result, retval);
ZVAL_COPY        1889 Zend/zend_execute.c 					ZVAL_COPY(result, retval);
ZVAL_COPY         522 Zend/zend_generators.c 						ZVAL_COPY(&root->value, &root->node.parent->value);
ZVAL_COPY         523 Zend/zend_generators.c 						ZVAL_COPY(ZEND_CALL_VAR(root->execute_data, yield_from->result.var), &root->node.parent->retval);
ZVAL_COPY         567 Zend/zend_generators.c 		ZVAL_COPY(&generator->value, value);
ZVAL_COPY         600 Zend/zend_generators.c 		ZVAL_COPY(&generator->value, value);
ZVAL_COPY         806 Zend/zend_generators.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY         830 Zend/zend_generators.c 		ZVAL_COPY(return_value, key);
ZVAL_COPY         882 Zend/zend_generators.c 		ZVAL_COPY(root->send_target, value);
ZVAL_COPY         892 Zend/zend_generators.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY         932 Zend/zend_generators.c 			ZVAL_COPY(return_value, value);
ZVAL_COPY         966 Zend/zend_generators.c 	ZVAL_COPY(return_value, &generator->retval);
ZVAL_COPY        1033 Zend/zend_generators.c 		ZVAL_COPY(key, zv);
ZVAL_COPY        1087 Zend/zend_generators.c 	ZVAL_COPY(&iterator->data, object);
ZVAL_COPY         800 Zend/zend_inheritance.c 			ZVAL_COPY(dst, src);
ZVAL_COPY         273 Zend/zend_interfaces.c 	ZVAL_COPY(&iterator->it.data, object);
ZVAL_COPY         562 Zend/zend_object_handlers.c 			ZVAL_COPY(&tmp_object, object);
ZVAL_COPY         657 Zend/zend_object_handlers.c 			ZVAL_COPY(&tmp_object, object);
ZVAL_COPY         684 Zend/zend_object_handlers.c 				ZVAL_COPY(&tmp, Z_REFVAL_P(value));
ZVAL_COPY         914 Zend/zend_object_handlers.c 			ZVAL_COPY(&tmp_object, object);
ZVAL_COPY        1479 Zend/zend_object_handlers.c 			ZVAL_COPY(&tmp_object, object);
ZVAL_COPY         145 Zend/zend_operators.c 		ZVAL_COPY(op, Z_REFVAL_P(op));
ZVAL_COPY         219 Zend/zend_operators.c 				ZVAL_COPY(&(holder), op);										\
ZVAL_COPY         201 Zend/zend_variables.c 			ZVAL_COPY(p, Z_REFVAL_P(p));
ZVAL_COPY         212 Zend/zend_variables.c 			ZVAL_COPY(p, Z_REFVAL_P(p));
ZVAL_COPY         753 Zend/zend_vm_def.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY         827 Zend/zend_vm_def.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY         866 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        1174 Zend/zend_vm_def.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        1312 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        1358 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        1616 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        1839 Zend/zend_vm_def.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        1845 Zend/zend_vm_def.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        1859 Zend/zend_vm_def.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        1973 Zend/zend_vm_def.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        1979 Zend/zend_vm_def.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        1993 Zend/zend_vm_def.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        2093 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        2103 Zend/zend_vm_def.h 				ZVAL_COPY(result, retval);
ZVAL_COPY        2194 Zend/zend_vm_def.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        2275 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        2335 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), variable_ptr);
ZVAL_COPY        3902 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), retval_ptr);
ZVAL_COPY        3924 Zend/zend_vm_def.h 				ZVAL_COPY(retval_ref, retval_ptr);
ZVAL_COPY        3972 Zend/zend_vm_def.h 			ZVAL_COPY(EX(return_value), retval_ptr);
ZVAL_COPY        4075 Zend/zend_vm_def.h 		ZVAL_COPY(&generator->retval, retval);
ZVAL_COPY        4256 Zend/zend_vm_def.h 		ZVAL_COPY(arg, varptr);
ZVAL_COPY        4377 Zend/zend_vm_def.h 		ZVAL_COPY(arg, varptr);
ZVAL_COPY        4450 Zend/zend_vm_def.h 				ZVAL_COPY(top, Z_REFVAL_P(arg));
ZVAL_COPY        4452 Zend/zend_vm_def.h 				ZVAL_COPY(top, arg);
ZVAL_COPY        4900 Zend/zend_vm_def.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        4958 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), &object_zval);
ZVAL_COPY        5081 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        5084 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        5144 Zend/zend_vm_def.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        5147 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        5375 Zend/zend_vm_def.h 					ZVAL_COPY(result, expr);
ZVAL_COPY        6836 Zend/zend_vm_def.h 		ZVAL_COPY(EX_VAR(opline->result.var), Z_REFVAL_P(value));
ZVAL_COPY        7358 Zend/zend_vm_def.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        7374 Zend/zend_vm_def.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        7402 Zend/zend_vm_def.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        7484 Zend/zend_vm_def.h 					ZVAL_COPY(EX_VAR(opline->result.var), &new_gen->retval);
ZVAL_COPY        7726 Zend/zend_vm_def.h 				ZVAL_COPY(&tmp, value);
ZVAL_COPY         991 Zend/zend_vm_execute.h 				ZVAL_COPY(top, Z_REFVAL_P(arg));
ZVAL_COPY         993 Zend/zend_vm_execute.h 				ZVAL_COPY(top, arg);
ZVAL_COPY        3104 Zend/zend_vm_execute.h 			ZVAL_COPY(EX(return_value), retval_ptr);
ZVAL_COPY        3206 Zend/zend_vm_execute.h 		ZVAL_COPY(&generator->retval, retval);
ZVAL_COPY        3388 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), &object_zval);
ZVAL_COPY        3567 Zend/zend_vm_execute.h 					ZVAL_COPY(result, expr);
ZVAL_COPY        4091 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), Z_REFVAL_P(value));
ZVAL_COPY        4150 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), &new_gen->retval);
ZVAL_COPY        4227 Zend/zend_vm_execute.h 				ZVAL_COPY(&tmp, value);
ZVAL_COPY        5078 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5234 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5240 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5254 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5306 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5312 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5326 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        5394 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        5404 Zend/zend_vm_execute.h 				ZVAL_COPY(result, retval);
ZVAL_COPY        5867 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        5915 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        5918 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        5978 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        5981 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        6574 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        6589 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        6617 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        6751 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        6766 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        6794 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        7012 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        7293 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        7308 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        7336 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        7518 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        7761 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), retval_ptr);
ZVAL_COPY        7783 Zend/zend_vm_execute.h 				ZVAL_COPY(retval_ref, retval_ptr);
ZVAL_COPY        8191 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        8206 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        8234 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        9024 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        9030 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        9044 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        9096 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        9102 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        9116 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        9663 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        10047 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        10062 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        10090 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        10844 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        10850 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        10864 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        10917 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        10923 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        10937 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        11437 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        11794 Zend/zend_vm_execute.h 			ZVAL_COPY(EX(return_value), retval_ptr);
ZVAL_COPY        11896 Zend/zend_vm_execute.h 		ZVAL_COPY(&generator->retval, retval);
ZVAL_COPY        12099 Zend/zend_vm_execute.h 					ZVAL_COPY(result, expr);
ZVAL_COPY        12479 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), Z_REFVAL_P(value));
ZVAL_COPY        12538 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), &new_gen->retval);
ZVAL_COPY        12746 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        12752 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        12766 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        13091 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        13106 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        13134 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        13268 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        13283 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        13311 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        13445 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        13460 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        13488 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        13587 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), retval_ptr);
ZVAL_COPY        13609 Zend/zend_vm_execute.h 				ZVAL_COPY(retval_ref, retval_ptr);
ZVAL_COPY        13815 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        13830 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        13858 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        14019 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        14025 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        14039 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        14364 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        14379 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        14407 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        14532 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        14538 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        14552 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        14859 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        14905 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        15020 Zend/zend_vm_execute.h 			ZVAL_COPY(EX(return_value), retval_ptr);
ZVAL_COPY        15123 Zend/zend_vm_execute.h 		ZVAL_COPY(&generator->retval, retval);
ZVAL_COPY        15206 Zend/zend_vm_execute.h 		ZVAL_COPY(arg, varptr);
ZVAL_COPY        15327 Zend/zend_vm_execute.h 		ZVAL_COPY(arg, varptr);
ZVAL_COPY        15447 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), &object_zval);
ZVAL_COPY        15546 Zend/zend_vm_execute.h 					ZVAL_COPY(result, expr);
ZVAL_COPY        16298 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), Z_REFVAL_P(value));
ZVAL_COPY        16359 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), &new_gen->retval);
ZVAL_COPY        16533 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        16607 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        16645 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        16952 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        17201 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        17207 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        17221 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        17438 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        17519 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        17704 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        17707 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        17767 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        17770 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        18105 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        18121 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        18149 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        18244 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        18311 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        18327 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        18355 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        18450 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        18510 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), variable_ptr);
ZVAL_COPY        18577 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        18593 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        18621 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        18721 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        19101 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        19321 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), retval_ptr);
ZVAL_COPY        19343 Zend/zend_vm_execute.h 				ZVAL_COPY(retval_ref, retval_ptr);
ZVAL_COPY        19566 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        19582 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        19610 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        19737 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        19811 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        19849 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        20156 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        20405 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        20411 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        20425 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        20642 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        20723 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        20783 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), variable_ptr);
ZVAL_COPY        21261 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        21277 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        21305 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        21396 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        21470 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        21509 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        21817 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        22068 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        22074 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        22088 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        22306 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        22943 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        23017 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        23326 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        23466 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        23472 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        23486 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        23599 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        23605 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        23619 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        23918 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        23921 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), &c->value);
ZVAL_COPY        23981 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        23984 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        24403 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        24418 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        24446 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        24544 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        24559 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        24587 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        24685 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        24700 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        24728 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        24828 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        25095 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), retval_ptr);
ZVAL_COPY        25117 Zend/zend_vm_execute.h 				ZVAL_COPY(retval_ref, retval_ptr);
ZVAL_COPY        25224 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        25239 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        25267 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        25358 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        25432 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        25741 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        25881 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        25887 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        25901 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        26014 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        26020 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        26034 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        26711 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        26726 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        26754 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        26845 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        26919 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        27229 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        27371 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        27377 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        27391 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        27505 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        27511 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        27525 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        28225 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        28270 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        28600 Zend/zend_vm_execute.h 			ZVAL_COPY(EX(return_value), retval_ptr);
ZVAL_COPY        28702 Zend/zend_vm_execute.h 		ZVAL_COPY(&generator->retval, retval);
ZVAL_COPY        28785 Zend/zend_vm_execute.h 		ZVAL_COPY(arg, varptr);
ZVAL_COPY        28868 Zend/zend_vm_execute.h 		ZVAL_COPY(arg, varptr);
ZVAL_COPY        29138 Zend/zend_vm_execute.h 					ZVAL_COPY(result, expr);
ZVAL_COPY        29662 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), Z_REFVAL_P(value));
ZVAL_COPY        29721 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), &new_gen->retval);
ZVAL_COPY        29798 Zend/zend_vm_execute.h 				ZVAL_COPY(&tmp, value);
ZVAL_COPY        30538 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        30612 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        30650 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        30957 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        31196 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31419 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31425 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31439 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31552 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31558 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31572 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        31671 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        31681 Zend/zend_vm_execute.h 				ZVAL_COPY(result, retval);
ZVAL_COPY        31772 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        31853 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        32109 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        32858 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        32873 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        32901 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        33087 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        33154 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        33169 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        33197 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        33415 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        33477 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        33537 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), variable_ptr);
ZVAL_COPY        33827 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        33842 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        33870 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        33970 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        34362 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        34535 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        34614 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), retval_ptr);
ZVAL_COPY        34636 Zend/zend_vm_execute.h 				ZVAL_COPY(retval_ref, retval_ptr);
ZVAL_COPY        35022 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        35037 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        35065 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        35793 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        35867 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        35905 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        36212 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        36489 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        36495 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        36509 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        36622 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        36628 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        36642 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        36798 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        36879 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        36939 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), variable_ptr);
ZVAL_COPY        37193 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        37718 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, value_ptr);
ZVAL_COPY        37733 Zend/zend_vm_execute.h 				ZVAL_COPY(&generator->value, Z_REFVAL_P(value));
ZVAL_COPY        37761 Zend/zend_vm_execute.h 			ZVAL_COPY(&generator->key, Z_REFVAL_P(key));
ZVAL_COPY        38453 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        38527 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        38566 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), var_ptr);
ZVAL_COPY        38874 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), zptr);
ZVAL_COPY        39153 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        39159 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        39173 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        39287 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        39293 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        39307 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        39464 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        39774 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        40814 Zend/zend_vm_execute.h 				ZVAL_COPY(&tmp, value);
ZVAL_COPY        41574 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        41688 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        41694 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        41708 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        41734 Zend/zend_vm_execute.h 			ZVAL_COPY(EX_VAR(opline->result.var), value);
ZVAL_COPY        41744 Zend/zend_vm_execute.h 				ZVAL_COPY(result, retval);
ZVAL_COPY        42009 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        42573 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        42984 Zend/zend_vm_execute.h 		ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        43880 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        43886 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        43900 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        44157 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY        45025 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        45031 Zend/zend_vm_execute.h 					ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        45045 Zend/zend_vm_execute.h 				ZVAL_COPY(EX_VAR(opline->result.var), retval);
ZVAL_COPY        45304 Zend/zend_vm_execute.h 			ZVAL_COPY(op1, Z_REFVAL_P(op1));
ZVAL_COPY         553 ext/com_dotnet/com_saproxy.c 	ZVAL_COPY(&I->proxy_obj, object);
ZVAL_COPY         549 ext/com_dotnet/com_wrapper.c 		ZVAL_COPY(&disp->object, object);
ZVAL_COPY          82 ext/curl/curl_file.c 	ZVAL_COPY(return_value, res);
ZVAL_COPY        1967 ext/curl/interface.c 		ZVAL_COPY(&dupch->handlers->passwd, &ch->handlers->passwd);
ZVAL_COPY        1972 ext/curl/interface.c 		ZVAL_COPY(&dupch->handlers->write->func_name, &ch->handlers->write->func_name);
ZVAL_COPY        1975 ext/curl/interface.c 		ZVAL_COPY(&dupch->handlers->read->func_name, &ch->handlers->read->func_name);
ZVAL_COPY        1978 ext/curl/interface.c 		ZVAL_COPY(&dupch->handlers->write_header->func_name, &ch->handlers->write_header->func_name);
ZVAL_COPY        1989 ext/curl/interface.c 			ZVAL_COPY(&dupch->handlers->progress->func_name, &ch->handlers->progress->func_name);
ZVAL_COPY        2000 ext/curl/interface.c 			ZVAL_COPY(&dupch->handlers->fnmatch->func_name, &ch->handlers->fnmatch->func_name);
ZVAL_COPY        2355 ext/curl/interface.c 						ZVAL_COPY(&ch->handlers->write->stream, zvalue);
ZVAL_COPY        2373 ext/curl/interface.c 						ZVAL_COPY(&ch->handlers->write_header->stream, zvalue);;
ZVAL_COPY        2391 ext/curl/interface.c 						ZVAL_COPY(&ch->handlers->read->stream, zvalue);
ZVAL_COPY        2402 ext/curl/interface.c 						ZVAL_COPY(&ch->handlers->std_err, zvalue);
ZVAL_COPY        2515 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->write_header->func_name, zvalue);
ZVAL_COPY        2646 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->progress->func_name, zvalue);
ZVAL_COPY        2655 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->read->func_name, zvalue);
ZVAL_COPY        2673 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->write->func_name, zvalue);
ZVAL_COPY        2695 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->passwd, zvalue);
ZVAL_COPY        2768 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->fnmatch->func_name, zvalue);
ZVAL_COPY        1953 ext/date/php_date.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY         232 ext/dba/dba.c  		ZVAL_COPY(&tmp, key);
ZVAL_COPY         204 ext/dom/dom_iterators.c 					ZVAL_COPY(&iterator->curobj, entry);
ZVAL_COPY         271 ext/dom/dom_iterators.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY         285 ext/dom/dom_iterators.c 					ZVAL_COPY(&iterator->curobj, entry);
ZVAL_COPY         137 ext/dom/nodelist.c 						ZVAL_COPY(return_value, entry);
ZVAL_COPY         445 ext/dom/php_dom.c 			ZVAL_COPY(&value, &object_value);
ZVAL_COPY          37 ext/filter/callback_filter.c 	ZVAL_COPY(&args[0], value);
ZVAL_COPY         413 ext/filter/filter.c 			ZVAL_COPY(value, tmp);
ZVAL_COPY         749 ext/filter/filter.c 				ZVAL_COPY(return_value, def);
ZVAL_COPY         160 ext/intl/resourcebundle/resourcebundle_iterator.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY        1005 ext/ldap/ldap.c 		ZVAL_COPY(&resultentry->res, result);
ZVAL_COPY        1037 ext/ldap/ldap.c 		ZVAL_COPY(&resultentry_next->res, &resultentry->res);
ZVAL_COPY        2481 ext/ldap/ldap.c 		ZVAL_COPY(&resultentry->res, result);
ZVAL_COPY        2514 ext/ldap/ldap.c 		ZVAL_COPY(&resultentry_next->res, &resultentry->res);
ZVAL_COPY        2709 ext/ldap/ldap.c 	ZVAL_COPY(&ld->rebindproc, callback);
ZVAL_COPY         962 ext/libxml/libxml.c 	ZVAL_COPY(&LIBXML(stream_context), arg);
ZVAL_COPY         309 ext/mysqli/mysqli.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY         344 ext/mysqli/mysqli.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY        1089 ext/mysqli/mysqli.c 	ZVAL_COPY(&stmt->link_handle, mysql_link);
ZVAL_COPY         254 ext/mysqli/mysqli_api.c 				ZVAL_COPY(&stmt->param.vars[i], &args[i+start]);
ZVAL_COPY         559 ext/mysqli/mysqli_api.c 			ZVAL_COPY(&stmt->result.vars[i], &args[i]);
ZVAL_COPY        1907 ext/mysqli/mysqli_api.c 	ZVAL_COPY(&stmt->link_handle, mysql_link);
ZVAL_COPY        2452 ext/mysqli/mysqli_api.c 	ZVAL_COPY(&stmt->link_handle, mysql_link);
ZVAL_COPY          57 ext/mysqli/mysqli_result_iterator.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY         108 ext/mysqli/mysqli_warning.c 	ZVAL_COPY(&w->reason, reason);
ZVAL_COPY         213 ext/mysqli/mysqli_warning.c 	ZVAL_COPY(retval, &w->reason);
ZVAL_COPY         229 ext/mysqli/mysqli_warning.c 	ZVAL_COPY(retval, &w->sqlstate);
ZVAL_COPY         523 ext/mysqlnd/mysqlnd_ps_codec.c 		ZVAL_COPY(&(*copies)[current], original);
ZVAL_COPY         605 ext/mysqlnd/mysqlnd_ps_codec.c 				ZVAL_COPY(&tmp_data_copy, tmp_data);
ZVAL_COPY        1838 ext/mysqlnd/mysqlnd_result.c 	ZVAL_COPY(return_value, entry);
ZVAL_COPY        3262 ext/openssl/openssl.c 			ZVAL_COPY(&tmp, zphrase);
ZVAL_COPY        1384 ext/pcre/php_pcre.c 						ZVAL_COPY(&replace_str, &Z_ARRVAL_P(replace)->arData[replace_idx].val);
ZVAL_COPY        1563 ext/pcre/php_pcre.c 		ZVAL_COPY(return_value, subject);
ZVAL_COPY        1616 ext/pcre/php_pcre.c 			ZVAL_COPY(return_value, subject);
ZVAL_COPY         792 ext/pdo/pdo_dbh.c 				ZVAL_COPY(&dbh->def_stmt_ctor_args, item);
ZVAL_COPY         268 ext/pdo/pdo_stmt.c 	ZVAL_COPY(return_value, &stmt->lazy_object_ref);
ZVAL_COPY         478 ext/pdo/pdo_stmt.c 			ZVAL_COPY(&param.parameter, tmp);
ZVAL_COPY         980 ext/pdo/pdo_stmt.c 				ZVAL_COPY(return_value, &stmt->fetch.into);
ZVAL_COPY        1568 ext/pdo/pdo_stmt.c 	ZVAL_COPY(&param.parameter, parameter);
ZVAL_COPY        1606 ext/pdo/pdo_stmt.c 	ZVAL_COPY(&param.parameter, parameter);
ZVAL_COPY        1976 ext/pdo/pdo_stmt.c 				ZVAL_COPY(&stmt->fetch.into, &args[skip+1]);
ZVAL_COPY        2461 ext/pdo/pdo_stmt.c 	ZVAL_COPY(&I->iter.data, object);
ZVAL_COPY         550 ext/pdo_sqlite/sqlite_driver.c 		ZVAL_COPY(&func->func, callback);
ZVAL_COPY         626 ext/pdo_sqlite/sqlite_driver.c 		ZVAL_COPY(&func->step, step_callback);
ZVAL_COPY         628 ext/pdo_sqlite/sqlite_driver.c 		ZVAL_COPY(&func->fini, fini_callback);
ZVAL_COPY         679 ext/pdo_sqlite/sqlite_driver.c 		ZVAL_COPY(&collation->callback, callback);
ZVAL_COPY        1977 ext/pgsql/pgsql.c 				ZVAL_COPY(&tmp_val, tmp);
ZVAL_COPY        2180 ext/pgsql/pgsql.c 				ZVAL_COPY(&tmp_val, tmp);
ZVAL_COPY        4247 ext/pgsql/pgsql.c 					ZVAL_COPY(&tmp, value);
ZVAL_COPY        4271 ext/pgsql/pgsql.c 					ZVAL_COPY(&tmp, value);
ZVAL_COPY        4962 ext/pgsql/pgsql.c 				ZVAL_COPY(&tmp_val, tmp);
ZVAL_COPY        5139 ext/pgsql/pgsql.c 				ZVAL_COPY(&tmp_val, tmp);
ZVAL_COPY        3977 ext/phar/phar_object.c 			ZVAL_COPY(return_value, &phar_obj->archive->metadata);
ZVAL_COPY        4011 ext/phar/phar_object.c 	ZVAL_COPY(&phar_obj->archive->metadata, metadata);
ZVAL_COPY        4675 ext/phar/phar_object.c 			ZVAL_COPY(return_value, &entry_obj->entry->metadata);
ZVAL_COPY        4721 ext/phar/phar_object.c 	ZVAL_COPY(&entry_obj->entry->metadata, metadata);
ZVAL_COPY         230 ext/phar/stream.c 				ZVAL_COPY(&idata->internal_file->metadata, metadata);
ZVAL_COPY         530 ext/readline/readline.c 	ZVAL_COPY(&_readline_completion, arg);
ZVAL_COPY         583 ext/readline/readline.c 	ZVAL_COPY(&_prepped_callback, callback);
ZVAL_COPY        1714 ext/reflection/php_reflection.c 			ZVAL_COPY(return_value, closure_this);
ZVAL_COPY        1754 ext/reflection/php_reflection.c 		ZVAL_COPY(return_value, &intern->obj);
ZVAL_COPY        1983 ext/reflection/php_reflection.c 		ZVAL_COPY(&params[argc], val);
ZVAL_COPY        2169 ext/reflection/php_reflection.c 	ZVAL_COPY(&intern->obj, generator);
ZVAL_COPY        2285 ext/reflection/php_reflection.c 		ZVAL_COPY(return_value, &ex->This);
ZVAL_COPY        3145 ext/reflection/php_reflection.c 			ZVAL_COPY(return_value, obj);
ZVAL_COPY        3294 ext/reflection/php_reflection.c 		ZVAL_COPY(&params[argc], val);
ZVAL_COPY        3505 ext/reflection/php_reflection.c 	ZVAL_COPY(return_value, name);
ZVAL_COPY        3805 ext/reflection/php_reflection.c 			ZVAL_COPY(return_value, def_value);
ZVAL_COPY        3813 ext/reflection/php_reflection.c 		ZVAL_COPY(return_value, prop);
ZVAL_COPY        3844 ext/reflection/php_reflection.c 	ZVAL_COPY(variable_ptr, value);
ZVAL_COPY        4722 ext/reflection/php_reflection.c 				ZVAL_COPY(&params[argc], val);
ZVAL_COPY        5127 ext/reflection/php_reflection.c 	ZVAL_COPY(return_value, name);
ZVAL_COPY        5436 ext/reflection/php_reflection.c 			ZVAL_COPY(variable_ptr, value);
ZVAL_COPY        1967 ext/session/session.c 		ZVAL_COPY(&PS(mod_user_names).names[i], &args[i]);
ZVAL_COPY        2821 ext/session/session.c 		ZVAL_COPY(dest, ppid);
ZVAL_COPY         520 ext/simplexml/simplexml.c 					ZVAL_COPY(&zval_copy, value);
ZVAL_COPY        2430 ext/simplexml/simplexml.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY          86 ext/simplexml/sxe.c 	ZVAL_COPY(return_value, data);
ZVAL_COPY         176 ext/simplexml/sxe.c 	ZVAL_COPY(return_value, data);
ZVAL_COPY         684 ext/snmp/snmp.c 		ZVAL_COPY(snmpval, &val);
ZVAL_COPY        1972 ext/snmp/snmp.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY        2008 ext/snmp/snmp.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY        2232 ext/snmp/snmp.c 	ZVAL_COPY(&ztmp, newval); \
ZVAL_COPY        2251 ext/snmp/snmp.c 		ZVAL_COPY(&ztmp, newval);
ZVAL_COPY        2284 ext/snmp/snmp.c 		ZVAL_COPY(&ztmp, newval);
ZVAL_COPY         363 ext/soap/php_encoding.c 				ZVAL_COPY(data, data_ptr);
ZVAL_COPY         384 ext/soap/php_packet_soap.c 				ZVAL_COPY(return_value, tmp);
ZVAL_COPY         387 ext/soap/php_packet_soap.c 				ZVAL_COPY(return_value, tmp);
ZVAL_COPY         297 ext/soap/php_sdl.c 						ZVAL_COPY(&ctx->old_header, header);
ZVAL_COPY        1102 ext/soap/soap.c 				ZVAL_COPY(&new_enc->details.map->to_xml, to_xml);
ZVAL_COPY        1105 ext/soap/soap.c 				ZVAL_COPY(&new_enc->details.map->to_xml, &enc->details.map->to_xml);
ZVAL_COPY        1108 ext/soap/soap.c 				ZVAL_COPY(&new_enc->details.map->to_zval, to_zval);
ZVAL_COPY        1111 ext/soap/soap.c 				ZVAL_COPY(&new_enc->details.map->to_zval, &enc->details.map->to_zval);
ZVAL_COPY        1322 ext/soap/soap.c 				ZVAL_COPY(&service->soap_class.argv[i], &argv[i]);
ZVAL_COPY        1352 ext/soap/soap.c 	ZVAL_COPY(&service->soap_object, obj);
ZVAL_COPY        2800 ext/soap/soap.c 				ZVAL_COPY(return_value, fault);
ZVAL_COPY        2808 ext/soap/soap.c 				ZVAL_COPY(return_value, fault);
ZVAL_COPY         314 ext/sockets/conversions.c 		ZVAL_COPY(&lzval, (zval *)arr_value);
ZVAL_COPY        2348 ext/sockets/sockets.c 	ZVAL_COPY(&retsock->zstream, zstream);
ZVAL_COPY         538 ext/spl/php_spl.c 			ZVAL_COPY(&alfi.closure, zcallable);
ZVAL_COPY         184 ext/spl/spl_array.c 				ZVAL_COPY(&intern->array, orig);
ZVAL_COPY         188 ext/spl/spl_array.c 			ZVAL_COPY(&intern->array, orig);
ZVAL_COPY         724 ext/spl/spl_array.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1113 ext/spl/spl_array.c 				ZVAL_COPY(&intern->array, array);
ZVAL_COPY        1124 ext/spl/spl_array.c 			ZVAL_COPY(&intern->array, array);
ZVAL_COPY        1157 ext/spl/spl_array.c 	ZVAL_COPY(&iterator->it.data, object);
ZVAL_COPY        1533 ext/spl/spl_array.c 	ZVAL_COPY(return_value, entry);
ZVAL_COPY        1626 ext/spl/spl_directory.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY        1825 ext/spl/spl_directory.c 	ZVAL_COPY(&iterator->intern.data, object);
ZVAL_COPY        2139 ext/spl/spl_directory.c 			ZVAL_COPY(return_value, value);
ZVAL_COPY        2176 ext/spl/spl_directory.c 				ZVAL_COPY(&intern->u.file.current_zval, value);
ZVAL_COPY        2440 ext/spl/spl_directory.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY         260 ext/spl/spl_dllist.c 	ZVAL_COPY(ret, &tail->data);
ZVAL_COPY         313 ext/spl/spl_dllist.c 	ZVAL_COPY(ret, &head->data);
ZVAL_COPY         658 ext/spl/spl_dllist.c 	ZVAL_COPY(return_value, value);
ZVAL_COPY         682 ext/spl/spl_dllist.c 	ZVAL_COPY(return_value, value);
ZVAL_COPY         803 ext/spl/spl_dllist.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1127 ext/spl/spl_dllist.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1312 ext/spl/spl_dllist.c 	ZVAL_COPY(&iterator->intern.it.data, object);
ZVAL_COPY         141 ext/spl/spl_fixedarray.c 		ZVAL_COPY(&to->elements[i], &from->elements[i]);
ZVAL_COPY         405 ext/spl/spl_fixedarray.c 		ZVAL_COPY(&intern->array->elements[index], value);
ZVAL_COPY         706 ext/spl/spl_fixedarray.c 			ZVAL_COPY(&array->elements[num_index], element);
ZVAL_COPY         717 ext/spl/spl_fixedarray.c 			ZVAL_COPY(&array->elements[i], element);
ZVAL_COPY         809 ext/spl/spl_fixedarray.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1007 ext/spl/spl_fixedarray.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1037 ext/spl/spl_fixedarray.c 	ZVAL_COPY(&iterator->intern.it.data, object);
ZVAL_COPY         692 ext/spl/spl_heap.c 	ZVAL_COPY(return_value, value_out);
ZVAL_COPY         730 ext/spl/spl_heap.c 	ZVAL_COPY(return_value, value_out);
ZVAL_COPY         844 ext/spl/spl_heap.c 	ZVAL_COPY(return_value, value);
ZVAL_COPY        1033 ext/spl/spl_heap.c 		ZVAL_COPY(return_value, element);
ZVAL_COPY        1060 ext/spl/spl_heap.c 		ZVAL_COPY(return_value, data);
ZVAL_COPY        1098 ext/spl/spl_heap.c 	ZVAL_COPY(&iterator->intern.it.data, object);
ZVAL_COPY        1122 ext/spl/spl_heap.c 	ZVAL_COPY(&iterator->intern.it.data, object);
ZVAL_COPY         458 ext/spl/spl_iterators.c 	ZVAL_COPY(&iterator->intern.data, zobject);
ZVAL_COPY         499 ext/spl/spl_iterators.c 					ZVAL_COPY(&caching_it_flags, user_caching_it_flags);
ZVAL_COPY         669 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, data);
ZVAL_COPY         722 ext/spl/spl_iterators.c 	ZVAL_COPY(return_value, value);
ZVAL_COPY         739 ext/spl/spl_iterators.c 	ZVAL_COPY(return_value, zobject);
ZVAL_COPY        1079 ext/spl/spl_iterators.c 			ZVAL_COPY(return_value, data);
ZVAL_COPY        1221 ext/spl/spl_iterators.c 			ZVAL_COPY(return_value, data);
ZVAL_COPY        1595 ext/spl/spl_iterators.c 		ZVAL_COPY(&intern->inner.zobject, zobject);
ZVAL_COPY        1640 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1704 ext/spl/spl_iterators.c 			ZVAL_COPY(&intern->current.data, data);
ZVAL_COPY        1790 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        1818 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        2091 ext/spl/spl_iterators.c 				ZVAL_COPY(&tmp_replacement, replacement);
ZVAL_COPY        2257 ext/spl/spl_iterators.c 		ZVAL_COPY(&args[0], &retval);
ZVAL_COPY        2799 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, &intern->current.key);
ZVAL_COPY        2803 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, &intern->current.data);
ZVAL_COPY        2865 ext/spl/spl_iterators.c 	ZVAL_COPY(return_value, value);
ZVAL_COPY        2930 ext/spl/spl_iterators.c 	ZVAL_COPY(return_value, &intern->u.caching.zcache);
ZVAL_COPY        3081 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY        3186 ext/spl/spl_iterators.c 		ZVAL_COPY(return_value, data);
ZVAL_COPY        3329 ext/spl/spl_iterators.c 		ZVAL_COPY(&intern->inner.zobject, it);
ZVAL_COPY        3469 ext/spl/spl_iterators.c 	ZVAL_COPY(return_value, value);
ZVAL_COPY         175 ext/spl/spl_observer.c 			ZVAL_COPY(&pelement->inf, inf);
ZVAL_COPY         183 ext/spl/spl_observer.c 	ZVAL_COPY(&element.obj, obj);
ZVAL_COPY         185 ext/spl/spl_observer.c 		ZVAL_COPY(&element.inf, inf);
ZVAL_COPY         453 ext/spl/spl_observer.c 		ZVAL_COPY(return_value, value);
ZVAL_COPY         625 ext/spl/spl_observer.c 	ZVAL_COPY(return_value, &element->obj);
ZVAL_COPY         642 ext/spl/spl_observer.c 	ZVAL_COPY(return_value, &element->inf);
ZVAL_COPY         661 ext/spl/spl_observer.c 	ZVAL_COPY(&element->inf, inf);
ZVAL_COPY         483 ext/sqlite3/sqlite3.c 	ZVAL_COPY(&stmt_obj->db_obj_zval, object);
ZVAL_COPY         538 ext/sqlite3/sqlite3.c 	ZVAL_COPY(&stmt_obj->db_obj_zval, object);
ZVAL_COPY         936 ext/sqlite3/sqlite3.c 		ZVAL_COPY(&func->func, callback_func);
ZVAL_COPY         993 ext/sqlite3/sqlite3.c 		ZVAL_COPY(&func->step, step_callback);
ZVAL_COPY         994 ext/sqlite3/sqlite3.c 		ZVAL_COPY(&func->fini, fini_callback);
ZVAL_COPY        1042 ext/sqlite3/sqlite3.c 		ZVAL_COPY(&collation->cmp_func, callback_func);
ZVAL_COPY        1431 ext/sqlite3/sqlite3.c 	ZVAL_COPY(&param.parameter, parameter);
ZVAL_COPY        1466 ext/sqlite3/sqlite3.c 	ZVAL_COPY(&param.parameter, parameter);
ZVAL_COPY        1581 ext/sqlite3/sqlite3.c 			ZVAL_COPY(&result->stmt_obj_zval, object);
ZVAL_COPY        1628 ext/sqlite3/sqlite3.c 	ZVAL_COPY(&stmt_obj->db_obj_zval, db_zval);
ZVAL_COPY         985 ext/standard/array.c 	ZVAL_COPY(&args[0], &f->val);
ZVAL_COPY         986 ext/standard/array.c 	ZVAL_COPY(&args[1], &s->val);
ZVAL_COPY        1171 ext/standard/array.c 		ZVAL_COPY(return_value, entry);
ZVAL_COPY        1205 ext/standard/array.c 		ZVAL_COPY(return_value, entry);
ZVAL_COPY        1239 ext/standard/array.c 		ZVAL_COPY(return_value, entry);
ZVAL_COPY        1273 ext/standard/array.c 		ZVAL_COPY(return_value, entry);
ZVAL_COPY        1304 ext/standard/array.c 	ZVAL_COPY(return_value, entry);
ZVAL_COPY        1349 ext/standard/array.c 				ZVAL_COPY(return_value, result);
ZVAL_COPY        1370 ext/standard/array.c 		ZVAL_COPY(return_value, min);
ZVAL_COPY        1396 ext/standard/array.c 				ZVAL_COPY(return_value, result);
ZVAL_COPY        1417 ext/standard/array.c 		ZVAL_COPY(return_value, max);
ZVAL_COPY        1431 ext/standard/array.c 		ZVAL_COPY(&args[2], userdata);
ZVAL_COPY        1481 ext/standard/array.c 			ZVAL_COPY(&args[0], zv);
ZVAL_COPY        1831 ext/standard/array.c 	ZVAL_COPY(&var_array, var_array_param);
ZVAL_COPY        1948 ext/standard/array.c 			ZVAL_COPY(&data, value_ptr);
ZVAL_COPY        2552 ext/standard/array.c 		ZVAL_COPY(&new_var, &args[i]);
ZVAL_COPY        2606 ext/standard/array.c 	ZVAL_COPY(return_value, val);
ZVAL_COPY        2667 ext/standard/array.c 	ZVAL_COPY(return_value, val);
ZVAL_COPY        3021 ext/standard/array.c 					ZVAL_COPY(&tmp, src_zval);
ZVAL_COPY        3626 ext/standard/array.c 		ZVAL_COPY(return_value, input);
ZVAL_COPY        3768 ext/standard/array.c 		ZVAL_COPY(return_value, array);
ZVAL_COPY        4685 ext/standard/array.c 		ZVAL_COPY(return_value, &args[0]);
ZVAL_COPY        5054 ext/standard/array.c 		ZVAL_COPY(&entry_n, entry);
ZVAL_COPY        5083 ext/standard/array.c 		ZVAL_COPY(&entry_n, entry);
ZVAL_COPY        5140 ext/standard/array.c 		ZVAL_COPY(&args[0], &result);
ZVAL_COPY        5141 ext/standard/array.c 		ZVAL_COPY(&args[1], operand);
ZVAL_COPY        5209 ext/standard/array.c 				ZVAL_COPY(&args[0], operand);
ZVAL_COPY        5287 ext/standard/array.c 			ZVAL_COPY(return_value, &arrays[0]);
ZVAL_COPY        5299 ext/standard/array.c 			ZVAL_COPY(&arg, zv);
ZVAL_COPY        5349 ext/standard/array.c 							ZVAL_COPY(&zv, &Z_ARRVAL(arrays[i])->arData[pos].val);
ZVAL_COPY        5375 ext/standard/array.c 							ZVAL_COPY(&params[i], &Z_ARRVAL(arrays[i])->arData[pos].val);
ZVAL_COPY         347 ext/standard/assert.c 			ZVAL_COPY(return_value, &ASSERTG(callback));
ZVAL_COPY         355 ext/standard/assert.c 			ZVAL_COPY(&ASSERTG(callback), value);
ZVAL_COPY         677 ext/standard/http_fopen_wrapper.c 			ZVAL_COPY(&response_header, response_header_ptr);
ZVAL_COPY         914 ext/standard/http_fopen_wrapper.c 			ZVAL_COPY(&stream->wrapperdata, &response_header);
ZVAL_COPY         915 ext/standard/streamsfuncs.c 		ZVAL_COPY(&context->notifier->ptr, tmp);
ZVAL_COPY         982 ext/standard/streamsfuncs.c 	ZVAL_COPY(return_value, &context->options);
ZVAL_COPY        1763 ext/standard/string.c 			ZVAL_COPY(return_value, element);
ZVAL_COPY        4156 ext/standard/string.c 				ZVAL_COPY(&result, subject_entry);
ZVAL_COPY          72 ext/standard/var_unserializer.c 	ZVAL_COPY(tmp_var, rval);
ZVAL_COPY        1241 ext/standard/var_unserializer.c 	ZVAL_COPY(rval, rval_ref);
ZVAL_COPY        1284 ext/standard/var_unserializer.c 		ZVAL_COPY(rval, rval_ref);
ZVAL_COPY        1287 ext/standard/var_unserializer.c 		ZVAL_COPY(rval, rval_ref);
ZVAL_COPY        1073 ext/wddx/wddx.c 		ZVAL_COPY(return_value, &ent->data);
ZVAL_COPY         471 ext/xml/xml.c  	ZVAL_COPY(handler, data);
ZVAL_COPY         730 ext/xml/xml.c  			ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY         815 ext/xml/xml.c  			ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY         862 ext/xml/xml.c  			ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY         954 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY         971 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY         992 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY        1016 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY        1040 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY        1065 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY        1082 ext/xml/xml.c  		ZVAL_COPY(&args[0], &parser->index);
ZVAL_COPY        1145 ext/xml/xml.c  	ZVAL_COPY(&parser->index, return_value);
ZVAL_COPY        1190 ext/xml/xml.c  	ZVAL_COPY(&parser->object, mythis);
ZVAL_COPY         564 ext/xmlrpc/xmlrpc-epi-php.c 						ZVAL_COPY(&val_arr, &val);
ZVAL_COPY        1110 ext/xmlrpc/xmlrpc-epi-php.c 			ZVAL_COPY(return_value, &data.return_data);
ZVAL_COPY         215 ext/xsl/php_xsl.c 		ZVAL_COPY(wrapper, wrapper_in);
ZVAL_COPY         849 ext/zip/php_zip.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY         883 ext/zip/php_zip.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY         922 ext/zip/php_zip.c 		ZVAL_COPY(&tmp_member, member);
ZVAL_COPY         139 main/SAPI.c    	ZVAL_COPY(&SG(callback_func), callback_func);
ZVAL_COPY         497 main/output.c  				ZVAL_COPY(&user->zoh, output_handler);
ZVAL_COPY         392 main/streams/userspace.c 		ZVAL_COPY(&stream->wrapperdata, &us->object);
ZVAL_COPY         462 main/streams/userspace.c 		ZVAL_COPY(&stream->wrapperdata, &us->object);