_z2               851 Zend/zend_types.h 		const zval *_z2 = (v);							\
_z2               852 Zend/zend_types.h 		zend_refcounted *_gc = Z_COUNTED_P(_z2);		\
_z2               853 Zend/zend_types.h 		uint32_t _t = Z_TYPE_INFO_P(_z2);				\
_z2               854 Zend/zend_types.h 		ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t);			\
_z2               860 Zend/zend_types.h 		const zval *_z2 = (v);							\
_z2               861 Zend/zend_types.h 		zend_refcounted *_gc = Z_COUNTED_P(_z2);		\
_z2               862 Zend/zend_types.h 		uint32_t _t = Z_TYPE_INFO_P(_z2);				\
_z2               863 Zend/zend_types.h 		ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t);			\
_z2               872 Zend/zend_types.h 		const zval *_z2 = (v);							\
_z2               873 Zend/zend_types.h 		zend_refcounted *_gc = Z_COUNTED_P(_z2);		\
_z2               874 Zend/zend_types.h 		uint32_t _t = Z_TYPE_INFO_P(_z2);				\
_z2               875 Zend/zend_types.h 		ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t);			\