Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dtest_arginfo.h629 zend_type_list *property_classUnionProp_type_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in register_class__ZendTestClass()
642 zend_type_list *property_classIntersectionProp_type_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in register_class__ZendTestClass()
751 zend_type_list *property_classUnionProp_type_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in register_class__ZendTestTrait()
H A Dtest.c1046 zend_type_list *intersection_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type()
1050 zend_type_list *union_list = malloc(ZEND_TYPE_LIST_SIZE(2)); in create_test_dnf_type()
/php-src/Zend/
H A Dzend_types.h143 } zend_type_list; typedef
205 ((zend_type_list *) (t).ptr)
208 (sizeof(zend_type_list) + ((num_types) - 1) * sizeof(zend_type))
226 zend_type_list *_list = ZEND_TYPE_LIST(type); \
H A Dzend_compile.c1350 zend_type_list *intersection_type_list, zend_class_entry *scope, in add_intersection_type()
6686 zend_type_list *l_type_list = ZEND_TYPE_LIST(left_type); in zend_are_intersection_types_redundant()
6687 zend_type_list *r_type_list = ZEND_TYPE_LIST(right_type); in zend_are_intersection_types_redundant()
6688 zend_type_list *smaller_type_list, *larger_type_list; in zend_are_intersection_types_redundant()
6749 static void zend_is_type_list_redundant_by_single_type(zend_type_list *type_list, zend_type type) in zend_is_type_list_redundant_by_single_type()
6779 zend_type_list *type_list; in zend_compile_typename_ex()
6871 zend_type_list *list = zend_arena_alloc( in zend_compile_typename_ex()
6892 zend_type_list *type_list; in zend_compile_typename_ex()
6943 zend_type_list *dnf_type_list = zend_arena_alloc(&CG(arena), ZEND_TYPE_LIST_SIZE(1)); in zend_compile_typename_ex()
H A Dzend_inheritance.c70 const zend_type_list *const old_list = ZEND_TYPE_LIST(*parent_type); in zend_type_list_copy_ctor()
72 zend_type_list *new_list = use_arena in zend_type_list_copy_ctor()
H A Dzend_execute.c940 …const zend_class_entry *scope, zend_type_list *intersection_type_list, const zend_class_entry *val… in zend_check_intersection_for_property_or_class_constant_class_type()
1099 static bool zend_check_intersection_type_from_cache_slot(zend_type_list *intersection_type_list, in zend_check_intersection_type_from_cache_slot()
H A Dzend_API.c3076 zend_type_list *list = malloc(ZEND_TYPE_LIST_SIZE(num_types)); in zend_register_functions()
/php-src/ext/opcache/
H A Dzend_file_cache.c442 zend_type_list *list = ZEND_TYPE_LIST(*type);
1287 zend_type_list *list = ZEND_TYPE_LIST(*type);
H A Dzend_persist.c344 zend_type_list *list = ZEND_TYPE_LIST(*type); in zend_persist_type()

Completed in 303 milliseconds