Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_types.h792 #define IS_TYPE_COLLECTABLE (1<<1) macro
811 …(IS_ARRAY | (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT) | (IS_TYPE_COLLECTABLE << Z_TYPE_F…
812 …(IS_OBJECT | (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT) | (IS_TYPE_COLLECTABLE << Z_TYPE_F…
919 #define Z_COLLECTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_COLLECTABLE) != 0)
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1252 return ir_IF(ir_AND_U8(jit_Z_TYPE_FLAGS_ref(jit, addr_ref), ir_CONST_U8(IS_TYPE_COLLECTABLE))); in jit_if_COLLECTABLE_ref()

Completed in 48 milliseconds