Home
last modified time | relevance | path

Searched refs:GC_PERSISTENT_LOCAL (Results 1 – 3 of 3) sorted by relevance

/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst208 #define GC_PERSISTENT_LOCAL (1<<8) /* persistent, but thread-local */
226 The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``GC_PERSISTENT`` value is only accessible in one
/php-src/Zend/
H A Dzend_types.h780 #define GC_PERSISTENT_LOCAL (1<<8) /* persistent, but thread-local */ macro
1299 …ZEND_ASSERT((zval_gc_flags((p)->u.type_info) & (GC_PERSISTENT|GC_PERSISTENT_LOCAL)) != GC_PERSISTE…
1304 GC_ADD_FLAGS(p, GC_PERSISTENT_LOCAL); \
H A Dzend_hash.c955 if (GC_FLAGS(ht) & GC_PERSISTENT_LOCAL) { in _zend_hash_str_add_or_update_i()

Completed in 29 milliseconds