Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_types.h401 #define IS_TYPE_COLLECTABLE (1<<3) macro
408 … (IS_ARRAY | (( IS_TYPE_REFCOUNTED | IS_TYPE_COLLECTABLE | IS_TYPE_C…
409 … (IS_OBJECT | (( IS_TYPE_REFCOUNTED | IS_TYPE_COLLECTABLE
470 #define Z_COLLECTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_COLLECTABLE) != 0)
489 #define Z_OPT_COLLECTABLE(zval) ((Z_TYPE_INFO(zval) & (IS_TYPE_COLLECTABLE << Z_TYPE_FLAGS_SHIFT))…

Completed in 10 milliseconds