refcount__gc      130 ext/opcache/ZendAccelerator.h #define PZ_REFCOUNT_P(pz)				(pz)->refcount__gc
refcount__gc      131 ext/opcache/ZendAccelerator.h #define PZ_SET_REFCOUNT_P(pz, v)		(pz)->refcount__gc = (v)
refcount__gc      132 ext/opcache/ZendAccelerator.h #define PZ_ADDREF_P(pz)					++((pz)->refcount__gc)
refcount__gc      133 ext/opcache/ZendAccelerator.h #define PZ_DELREF_P(pz)					--((pz)->refcount__gc)