Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_types.h919 #define Z_COLLECTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_COLLECTABLE) != 0) macro
920 #define Z_COLLECTABLE_P(zval_p) Z_COLLECTABLE(*(zval_p))

Completed in 13 milliseconds