is_ref__gc        339 Zend/zend.h    	zend_uchar is_ref__gc;
is_ref__gc        415 Zend/zend.h    	return pz->is_ref__gc;
is_ref__gc        419 Zend/zend.h    	return pz->is_ref__gc = 1;
is_ref__gc        423 Zend/zend.h    	return pz->is_ref__gc = 0;
is_ref__gc        427 Zend/zend.h    	return pz->is_ref__gc = isref;
is_ref__gc        752 Zend/zend.h    	(z)->is_ref__gc = 0;
is_ref__gc        152 ext/opcache/ZendAccelerator.h 	#define PZ_ISREF_P(pz)					(pz)->is_ref__gc
is_ref__gc        155 ext/opcache/ZendAccelerator.h 	#define PZ_SET_ISREF_TO_P(pz, isref)	(pz)->is_ref__gc = (isref)
is_ref__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;
is_ref__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);
is_ref__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);