Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_types.h393 #define IS_TYPE_COLLECTABLE (1<<3) macro
401 … (IS_ARRAY | (( IS_TYPE_REFCOUNTED | IS_TYPE_COLLECTABLE | IS_TYPE_C…
402 … (IS_OBJECT | (( IS_TYPE_REFCOUNTED | IS_TYPE_COLLECTABLE
463 #define Z_COLLECTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_COLLECTABLE) != 0)
485 #define Z_OPT_COLLECTABLE(zval) ((Z_TYPE_INFO(zval) & (IS_TYPE_COLLECTABLE << Z_TYPE_FLAGS_SHIFT))…

Completed in 9 milliseconds