Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dtest.c1154 zend_type_list *union_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type() local
1155 union_list->num_types = 2; in create_test_dnf_type()
1156 union_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Iterator, 0, 0); in create_test_dnf_type()
1157 union_list->types[1] = (zend_type) ZEND_TYPE_INIT_INTERSECTION(intersection_list, 0); in create_test_dnf_type()
1158 return (zend_type) ZEND_TYPE_INIT_UNION(union_list, 0); in create_test_dnf_type()

Completed in 11 milliseconds