Z_COUNTED         359 Zend/zend_gc.c 			ref = Z_COUNTED(((zend_reference*)ref)->val);
Z_COUNTED         470 Zend/zend_gc.c 				ref = Z_COUNTED(((zend_reference*)ref)->val);
Z_COUNTED         591 Zend/zend_gc.c 					ref = Z_COUNTED(((zend_reference*)ref)->val);
Z_COUNTED         781 Zend/zend_gc.c 				ref = Z_COUNTED(((zend_reference*)ref)->val);
Z_COUNTED         938 Zend/zend_gc.c 				ref = Z_COUNTED(((zend_reference*)ref)->val);
Z_COUNTED         364 Zend/zend_types.h #define Z_COUNTED_P(zval_p)			Z_COUNTED(*(zval_p))
Z_COUNTED         377 Zend/zend_types.h #define Z_GC_TYPE(zval)				GC_TYPE(Z_COUNTED(zval))
Z_COUNTED         380 Zend/zend_types.h #define Z_GC_FLAGS(zval)			GC_FLAGS(Z_COUNTED(zval))
Z_COUNTED         383 Zend/zend_types.h #define Z_GC_INFO(zval)				GC_INFO(Z_COUNTED(zval))
Z_COUNTED         386 Zend/zend_types.h #define Z_GC_TYPE_INFO(zval)		GC_TYPE_INFO(Z_COUNTED(zval))