Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1316 uint32_t type_mask_without_null = ZEND_TYPE_PURE_MASK_WITHOUT_NULL(type); in is_union_type() local
1318 return type_mask_without_null != 0; in is_union_type()
1320 if (type_mask_without_null == MAY_BE_BOOL) { in is_union_type()
1324 return (type_mask_without_null & (type_mask_without_null - 1)) != 0; in is_union_type()

Completed in 20 milliseconds