refcount__gc      337 Zend/zend.h    	zend_uint refcount__gc;
refcount__gc      399 Zend/zend.h    	return pz->refcount__gc;
refcount__gc      403 Zend/zend.h    	return pz->refcount__gc = rc;
refcount__gc      407 Zend/zend.h    	return ++pz->refcount__gc;
refcount__gc      411 Zend/zend.h    	return --pz->refcount__gc;
refcount__gc      751 Zend/zend.h    	(z)->refcount__gc = 1;	\
refcount__gc      162 Zend/zend_gc.c 				zv->refcount__gc++;
refcount__gc      164 Zend/zend_gc.c 				zv->refcount__gc--;
refcount__gc      215 Zend/zend_gc.c 				zv->refcount__gc++;
refcount__gc      217 Zend/zend_gc.c 				zv->refcount__gc--;
refcount__gc      290 Zend/zend_gc.c 							pz->refcount__gc++;
refcount__gc      315 Zend/zend_gc.c 			pz->refcount__gc++;
refcount__gc      344 Zend/zend_gc.c 					pz->refcount__gc++;
refcount__gc      358 Zend/zend_gc.c 				pz->refcount__gc++;
refcount__gc      397 Zend/zend_gc.c 								pz->refcount__gc--;
refcount__gc      422 Zend/zend_gc.c 				pz->refcount__gc--;
refcount__gc      452 Zend/zend_gc.c 						pz->refcount__gc--;
refcount__gc      464 Zend/zend_gc.c 					pz->refcount__gc--;
refcount__gc      513 Zend/zend_gc.c 		if (pz->refcount__gc > 0) {
refcount__gc      653 Zend/zend_gc.c 						pz->refcount__gc++;
refcount__gc      663 Zend/zend_gc.c 								zv->refcount__gc++;
refcount__gc      686 Zend/zend_gc.c 		pz->refcount__gc++;
refcount__gc      693 Zend/zend_gc.c 				pz->refcount__gc++;
refcount__gc      727 Zend/zend_gc.c 							pz->refcount__gc++;
refcount__gc      739 Zend/zend_gc.c 						pz->refcount__gc++;
refcount__gc      148 ext/opcache/ZendAccelerator.h 	#define PZ_REFCOUNT_P(pz)				(pz)->refcount__gc
refcount__gc      149 ext/opcache/ZendAccelerator.h 	#define PZ_SET_REFCOUNT_P(pz, v)		(pz)->refcount__gc = (v)
refcount__gc      150 ext/opcache/ZendAccelerator.h 	#define PZ_ADDREF_P(pz)					++((pz)->refcount__gc)
refcount__gc      151 ext/opcache/ZendAccelerator.h 	#define PZ_DELREF_P(pz)					--((pz)->refcount__gc)
refcount__gc      644 sapi/phpdbg/phpdbg_watch.c 					int removed = ((zval *)oldPtr)->refcount__gc != watch->addr.zv->refcount__gc && !zend_symtable_exists(watch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1);
refcount__gc      646 sapi/phpdbg/phpdbg_watch.c 					int show_ref = ((zval *)oldPtr)->refcount__gc != watch->addr.zv->refcount__gc || ((zval *)oldPtr)->is_ref__gc != watch->addr.zv->is_ref__gc;
refcount__gc      658 sapi/phpdbg/phpdbg_watch.c 						phpdbg_writeln("Old refcount: %d; Old is_ref: %d", ((zval *)oldPtr)->refcount__gc, ((zval *)oldPtr)->is_ref__gc);
refcount__gc      681 sapi/phpdbg/phpdbg_watch.c 						phpdbg_writeln("New refcount: %d; New is_ref: %d", watch->addr.zv->refcount__gc, watch->addr.zv->is_ref__gc);