Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dtest.c1046 zend_type_list *intersection_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type() local
1047 intersection_list->num_types = 2; in create_test_dnf_type()
1048 intersection_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Traversable, 0, 0); in create_test_dnf_type()
1049 intersection_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Countable, 0, 0); in create_test_dnf_type()
1053 union_list->types[1] = (zend_type) ZEND_TYPE_INIT_INTERSECTION(intersection_list, 0); in create_test_dnf_type()

Completed in 8 milliseconds