Searched refs:is_only_null (Results 1 – 1 of 1) sorted by relevance
1433 bool is_only_null = (ZEND_TYPE_PURE_MASK(type) == MAY_BE_NULL && !ZEND_TYPE_IS_COMPLEX(type)); in reflection_type_factory() local1451 …erence->legacy_behavior = legacy_behavior && type_kind == NAMED_TYPE && !is_mixed && !is_only_null; in reflection_type_factory()
Completed in 22 milliseconds