Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1332 zend_bool is_union = is_union_type(type); in reflection_type_factory() local
1335 …reflection_instantiate(is_union && !is_mixed ? reflection_union_type_ptr : reflection_named_type_p… in reflection_type_factory()
1339 reference->legacy_behavior = legacy_behavior && !is_union && !is_mixed; in reflection_type_factory()
/PHP-8.0/Zend/
H A Dzend_compile.c1250 zend_bool is_union = !str || memchr(ZSTR_VAL(str), '|', ZSTR_LEN(str)) != NULL; in zend_type_to_string_resolved() local
1251 if (!is_union) { in zend_type_to_string_resolved()

Completed in 42 milliseconds