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.c1081 zend_type_list *intersection_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type() local
1082 intersection_list->num_types = 2; in create_test_dnf_type()
1083 intersection_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Traversable, 0, 0); in create_test_dnf_type()
1084 intersection_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Countable, 0, 0); in create_test_dnf_type()
1088 union_list->types[1] = (zend_type) ZEND_TYPE_INIT_INTERSECTION(intersection_list, 0); in create_test_dnf_type()

Completed in 17 milliseconds