Searched refs:gc_active (Results 1 – 7 of 7) sorted by relevance
101 zend_bool gc_active; member173 if (GC_ADDRESS((obj)->buffered) && !GC_G(gc_active)) { \
44 gc_globals->gc_active = 0; in gc_globals_ctor_ex()660 if (GC_G(gc_active)) { in gc_collect_cycles()665 GC_G(gc_active) = 1; in gc_collect_cycles()674 GC_G(gc_active) = 0; in gc_collect_cycles()
287 if (GC_G(gc_active)) { in zend_closure_get_properties()
155 if (intern->array && !GC_G(gc_active)) { in spl_fixedarray_object_get_properties()
308 if (!GC_G(gc_active)) { in spl_object_storage_get_properties()
1080 if (GC_G(gc_active)) { in sxe_get_prop_hash()1086 if (GC_G(gc_active)) { in sxe_get_prop_hash()
2134 if (!dateobj->time || GC_G(gc_active)) { in date_object_get_properties()2280 if (!intervalobj->initialized || GC_G(gc_active)) { in date_object_get_properties_interval()
Completed in 62 milliseconds