Home
last modified time | relevance | path

Searched refs:gc_active (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_gc.h101 zend_bool gc_active; member
173 if (GC_ADDRESS((obj)->buffered) && !GC_G(gc_active)) { \
H A Dzend_gc.c44 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()
H A Dzend_closures.c287 if (GC_G(gc_active)) { in zend_closure_get_properties()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c155 if (intern->array && !GC_G(gc_active)) { in spl_fixedarray_object_get_properties()
H A Dspl_observer.c308 if (!GC_G(gc_active)) { in spl_object_storage_get_properties()
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c1080 if (GC_G(gc_active)) { in sxe_get_prop_hash()
1086 if (GC_G(gc_active)) { in sxe_get_prop_hash()
/PHP-5.3/ext/date/
H A Dphp_date.c2134 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 37 milliseconds