Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_types.h485 #define Z_OPT_COLLECTABLE(zval) ((Z_TYPE_INFO(zval) & (IS_TYPE_COLLECTABLE << Z_TYPE_FLAGS_SHIFT))… macro
486 #define Z_OPT_COLLECTABLE_P(zval_p) Z_OPT_COLLECTABLE(*(zval_p))

Completed in 9 milliseconds