Home
last modified time | relevance | path

Searched refs:refcount__gc (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_gc.c162 zv->refcount__gc++; in gc_zval_possible_root()
164 zv->refcount__gc--; in gc_zval_possible_root()
215 zv->refcount__gc++; in gc_zobj_possible_root()
217 zv->refcount__gc--; in gc_zobj_possible_root()
315 pz->refcount__gc++; in zval_scan_black()
344 pz->refcount__gc++; in zobj_scan_black()
358 pz->refcount__gc++; in zobj_scan_black()
422 pz->refcount__gc--; in zval_mark_grey()
464 pz->refcount__gc--; in zobj_mark_grey()
686 pz->refcount__gc++; in zval_collect_white()
[all …]
H A Dzend.h335 zend_uint refcount__gc; member
397 return pz->refcount__gc; in zval_refcount_p()
401 return pz->refcount__gc = rc; in zval_set_refcount_p()
405 return ++pz->refcount__gc; in zval_addref_p()
409 return --pz->refcount__gc; in zval_delref_p()
742 (z)->refcount__gc = 1; \
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h147 #define PZ_REFCOUNT_P(pz) (pz)->refcount__gc
148 #define PZ_SET_REFCOUNT_P(pz, v) (pz)->refcount__gc = (v)
149 #define PZ_ADDREF_P(pz) ++((pz)->refcount__gc)
150 #define PZ_DELREF_P(pz) --((pz)->refcount__gc)
/PHP-5.5/
H A D.gdbinit176 printf "(refcount=%d", $zvalue->refcount__gc

Completed in 18 milliseconds