Searched refs:Z_COUNTED (Results 1 – 4 of 4) sorted by relevance
698 #define Z_COUNTED(zval) (zval).value.counted macro699 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p))766 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))769 #define Z_GC_FLAGS(zval) GC_FLAGS(Z_COUNTED(zval))772 #define Z_GC_INFO(zval) GC_INFO(Z_COUNTED(zval))774 #define Z_GC_TYPE_INFO(zval) GC_TYPE_INFO(Z_COUNTED(zval))884 #define Z_IS_RECURSIVE(zval) GC_IS_RECURSIVE(Z_COUNTED(zval))885 #define Z_PROTECT_RECURSION(zval) GC_PROTECT_RECURSION(Z_COUNTED(zval))886 #define Z_UNPROTECT_RECURSION(zval) GC_UNPROTECT_RECURSION(Z_COUNTED(zval))
334 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(tmp)); in zend_register_persistent_resource_ex()
979 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan_black()1154 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_mark_grey()1364 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_scan()1607 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_collect_white()1685 ref = Z_COUNTED(((zend_reference*)ref)->val); in gc_remove_nested_data_from_buffer()
1545 GC_MAKE_PERSISTENT_LOCAL(Z_COUNTED(attrz));
Completed in 24 milliseconds