Home
last modified time | relevance | path

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

/php-src/ext/opcache/tests/
H A Dbug76446.phpt2 Bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval_gc_flags((str)->gc)
/php-src/Zend/
H A Dzend_types.h744 static zend_always_inline uint32_t zval_gc_flags(uint32_t gc_type_info) { in zval_gc_flags() function
754 #define GC_FLAGS(p) zval_gc_flags(GC_TYPE_INFO(p))
1298 ZEND_ASSERT(!(zval_gc_flags((p)->u.type_info) & GC_IMMUTABLE)); \
1299 …ZEND_ASSERT((zval_gc_flags((p)->u.type_info) & (GC_PERSISTENT|GC_PERSISTENT_LOCAL)) != GC_PERSISTE…
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst203 /* zval_gc_flags(zval.value->gc.u.type_info) (common flags) */

Completed in 14 milliseconds