Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dcompact_literals.c68 return ZEND_TYPE_LIST(arg_info->type)->num_types; in type_num_classes()
74 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(arg_info->type), list_type) { in type_num_classes()
76 count += ZEND_TYPE_LIST(*list_type)->num_types; in type_num_classes()
/PHP-8.3/Zend/
H A Dzend_opcode.c114 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_release()
118 pefree(ZEND_TYPE_LIST(type), persistent); in zend_type_release()
H A Dzend_types.h204 #define ZEND_TYPE_LIST(t) \ macro
226 zend_type_list *_list = ZEND_TYPE_LIST(type); \
H A Dzend_execute.c958 scope, ZEND_TYPE_LIST(member_type), value_ce); in zend_check_and_resolve_property_or_class_constant_class_type()
960 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(member_type), list_type) { in zend_check_and_resolve_property_or_class_constant_class_type()
963 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
1132 …return zend_check_intersection_type_from_cache_slot(ZEND_TYPE_LIST(*type), Z_OBJCE_P(arg), &cache_… in zend_check_type_slow()
1134 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(*type), list_type) { in zend_check_type_slow()
1136 …if (zend_check_intersection_type_from_cache_slot(ZEND_TYPE_LIST(*list_type), Z_OBJCE_P(arg), &cach… in zend_check_type_slow()
H A Dzend_compile.c1363 str = add_intersection_type(str, ZEND_TYPE_LIST(type), scope, /* is_bracketed */ false); in zend_type_to_string_resolved()
1367 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_to_string_resolved()
1369 str = add_intersection_type(str, ZEND_TYPE_LIST(*list_type), scope, /* is_bracketed */ true); in zend_type_to_string_resolved()
2550 return ZEND_TYPE_LIST(type)->num_types; in zend_type_get_num_classes()
2556 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_get_num_classes()
2558 count += ZEND_TYPE_LIST(*list_type)->num_types; in zend_type_get_num_classes()
6507 zend_type_list *l_type_list = ZEND_TYPE_LIST(left_type); in zend_are_intersection_types_redundant()
6508 zend_type_list *r_type_list = ZEND_TYPE_LIST(right_type); in zend_are_intersection_types_redundant()
H A Dzend_inheritance.c70 const zend_type_list *const old_list = ZEND_TYPE_LIST(*parent_type); in zend_type_list_copy_ctor()
/PHP-8.3/ext/opcache/
H A Dzend_persist_calc.c186 ADD_SIZE(ZEND_TYPE_LIST_SIZE(ZEND_TYPE_LIST(*type)->num_types)); in zend_persist_type_calc()
H A Dzend_file_cache.c442 zend_type_list *list = ZEND_TYPE_LIST(*type);
1286 zend_type_list *list = ZEND_TYPE_LIST(*type);
H A Dzend_persist.c346 zend_type_list *list = ZEND_TYPE_LIST(*type); in zend_persist_type()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c3122 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(param->type), list_type) { in ZEND_METHOD()
3182 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(param->type), list_type) { in ZEND_METHOD()

Completed in 131 milliseconds