Home
last modified time | relevance | path

Searched refs:Z_TYPE_FLAGS_MASK (Results 1 – 2 of 2) sorted by path

/php-src/Zend/
H A Dzend_types.h700 #define Z_TYPE_FLAGS_MASK 0xff00 macro
802 # define Z_TYPE_INFO_REFCOUNTED(t) (((t) & Z_TYPE_FLAGS_MASK) != 0)
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11320 if_refcounted = ir_IF(ir_AND_U32(type, ir_CONST_U32(Z_TYPE_FLAGS_MASK)));
11342 if_refcounted2 = ir_IF(ir_AND_U32(type2, ir_CONST_U32(Z_TYPE_FLAGS_MASK)));

Completed in 63 milliseconds