Home
last modified time | relevance | path

Searched refs:type_list (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.0/ext/zend_test/
H A Dtest.c479 zend_type_list *type_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in PHP_MINIT_FUNCTION() local
480 type_list->num_types = 2; in PHP_MINIT_FUNCTION()
481 type_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_name1, 0, 0); in PHP_MINIT_FUNCTION()
482 type_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(class_name2, 0, 0); in PHP_MINIT_FUNCTION()
483 zend_type type = ZEND_TYPE_INIT_PTR(type_list, _ZEND_TYPE_LIST_BIT, 1, 0); in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds