Searched refs:intersection_list (Results 1 – 1 of 1) sorted by relevance
1172 zend_type_list *intersection_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type() local1173 intersection_list->num_types = 2; in create_test_dnf_type()1174 intersection_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Traversable, 0, 0); in create_test_dnf_type()1175 intersection_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Countable, 0, 0); in create_test_dnf_type()1179 union_list->types[1] = (zend_type) ZEND_TYPE_INIT_INTERSECTION(intersection_list, 0); in create_test_dnf_type()
Completed in 8 milliseconds