Home
last modified time | relevance | path

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

/PHP-8.3/ext/zend_test/
H A Dtest.c1102 zend_type_list *union_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type() local
1103 union_list->num_types = 2; in create_test_dnf_type()
1104 union_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Iterator, 0, 0); in create_test_dnf_type()
1105 union_list->types[1] = (zend_type) ZEND_TYPE_INIT_INTERSECTION(intersection_list, 0); in create_test_dnf_type()
1106 return (zend_type) ZEND_TYPE_INIT_UNION(union_list, 0); in create_test_dnf_type()

Completed in 7 milliseconds