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.c938 zend_type *list_type; in zend_check_intersection_for_property_or_class_constant_class_type() local
940 ZEND_TYPE_LIST_FOREACH(intersection_type_list, list_type) { in zend_check_intersection_for_property_or_class_constant_class_type()
941 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_intersection_for_property_or_class_constant_class_type()
953 zend_type *list_type; in zend_check_and_resolve_property_or_class_constant_class_type() local
959 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
961 scope, ZEND_TYPE_LIST(*list_type), value_ce)) { in zend_check_and_resolve_property_or_class_constant_class_type()
966 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_and_resolve_property_or_class_constant_class_type()
1100 zend_type *list_type; in zend_check_intersection_type_from_cache_slot() local
1128 zend_type *list_type; in zend_check_type_slow() local
1133 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.c1388 zend_type *list_type; in zend_type_to_string_resolved() local
1389 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_to_string_resolved()
1390 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_type_to_string_resolved()
1394 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_type_to_string_resolved()
1395 ZEND_ASSERT(ZEND_TYPE_HAS_NAME(*list_type)); in zend_type_to_string_resolved()
1396 zend_string *name = ZEND_TYPE_NAME(*list_type); in zend_type_to_string_resolved()
2569 zend_type *list_type; in zend_type_get_num_classes() local
2571 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(type), list_type) { in zend_type_get_num_classes()
2572 if (ZEND_TYPE_IS_INTERSECTION(*list_type)) { in zend_type_get_num_classes()
2573 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.c3162 zend_type *list_type; in ZEND_METHOD() local
3163 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(param->type), list_type) { in ZEND_METHOD()
3164 append_type(return_value, *list_type); in ZEND_METHOD()
3213 zend_type *list_type; in ZEND_METHOD() local
3223 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(param->type), list_type) { in ZEND_METHOD()
3224 append_type(return_value, *list_type); in ZEND_METHOD()

Completed in 100 milliseconds