Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dcompact_literals.c72 zend_type *list_type; in type_num_classes() local
74 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(arg_info->type), list_type) { in type_num_classes()
75 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in type_num_classes()
76 count += ZEND_TYPE_LIST(*list_type)->num_types; in type_num_classes()
78 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in type_num_classes()
/php-src/Zend/
H A Dzend_execute.c942 zend_type *list_type; in zend_check_intersection_for_property_or_class_constant_class_type() local
944 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_for_property_or_class_constant_class_type()
945 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_intersection_for_property_or_class_constant_class_type()
957 zend_type *list_type; in zend_check_and_resolve_property_or_class_constant_class_type() local
963 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
965 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
970 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_and_resolve_property_or_class_constant_class_type()
1104 zend_type *list_type; in zend_check_intersection_type_from_cache_slot() local
1132 zend_type *list_type; in zend_check_type_slow() local
1137 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_type_slow()
[all …]
H A Dzend_opcode.c113 zend_type *list_type; in zend_type_release() local
114 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_release()
115 zend_type_release(*list_type, persistent); in zend_type_release()
H A Dzend_compile.c1386 zend_type *list_type; in zend_type_to_string_resolved() local
1387 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_to_string_resolved()
1388 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_type_to_string_resolved()
1392 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_type_to_string_resolved()
1393 ZEND_ASSERT(ZEND_TYPE_HAS_NAME(*list_type)); in zend_type_to_string_resolved()
1394 zend_string *name = ZEND_TYPE_NAME(*list_type); in zend_type_to_string_resolved()
2567 zend_type *list_type; in zend_type_get_num_classes() local
2569 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_get_num_classes()
2570 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_type_get_num_classes()
2571 count += ZEND_TYPE_LIST(*list_type)->num_types; in zend_type_get_num_classes()
[all …]
H A Dzend_inheritance.c81 zend_type *list_type; in zend_type_list_copy_ctor() local
82 ZEND_TYPE_LIST_FOREACH(new_list, list_type) { in zend_type_list_copy_ctor()
83 zend_type_copy_ctor(list_type, use_arena, persistent); in zend_type_list_copy_ctor()
/php-src/ext/opcache/
H A Dzend_file_cache.c447 zend_type *list_type; local
448 ZEND_TYPE_LIST_FOREACH(list, list_type) {
449 zend_file_cache_serialize_type(list_type, script, info, buf);
1291 zend_type *list_type; local
1292 ZEND_TYPE_LIST_FOREACH(list, list_type) {
1293 zend_file_cache_unserialize_type(list_type, scope, script, buf);
/php-src/ext/reflection/
H A Dphp_reflection.c3167 zend_type *list_type; in ZEND_METHOD() local
3168 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(param->type), list_type) { in ZEND_METHOD()
3169 append_type(return_value, *list_type); in ZEND_METHOD()
3218 zend_type *list_type; in ZEND_METHOD() local
3228 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(param->type), list_type) { in ZEND_METHOD()
3229 append_type(return_value, *list_type); in ZEND_METHOD()

Completed in 84 milliseconds