Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dtest_arginfo.h707 zend_type_list *property_classUnionProp_type_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in register_class__ZendTestClass() local
708 property_classUnionProp_type_list->num_types = 2; in register_class__ZendTestClass()
709property_classUnionProp_type_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestClass()
710property_classUnionProp_type_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestClass()
711 …zend_type property_classUnionProp_type = ZEND_TYPE_INIT_UNION(property_classUnionProp_type_list, M… in register_class__ZendTestClass()
839 zend_type_list *property_classUnionProp_type_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in register_class__ZendTestTrait() local
840 property_classUnionProp_type_list->num_types = 2; in register_class__ZendTestTrait()
841property_classUnionProp_type_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestTrait()
842property_classUnionProp_type_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestTrait()
843 …zend_type property_classUnionProp_type = ZEND_TYPE_INIT_UNION(property_classUnionProp_type_list, 0… in register_class__ZendTestTrait()

Completed in 24 milliseconds