Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_persist_calc.c185 if (ZEND_TYPE_HAS_LIST(*type)) { in zend_persist_type_calc()
191 if (ZEND_TYPE_HAS_LIST(*single_type)) { in zend_persist_type_calc()
H A Dzend_persist.c345 if (ZEND_TYPE_HAS_LIST(*type)) { in zend_persist_type()
358 if (ZEND_TYPE_HAS_LIST(*single_type)) { in zend_persist_type()
H A Dzend_file_cache.c441 if (ZEND_TYPE_HAS_LIST(*type)) {
1285 if (ZEND_TYPE_HAS_LIST(*type)) {
H A DZendAccelerator.c617 if (ZEND_TYPE_HAS_LIST(*single_type)) { in accel_copy_permanent_list_types()
/PHP-8.3/Zend/Optimizer/
H A Dcompact_literals.c65 if (ZEND_TYPE_HAS_LIST(arg_info->type)) { in type_num_classes()
78 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in type_num_classes()
H A Ddfa_pass.c277 if (ZEND_TYPE_HAS_LIST(*single_type)) { in can_elide_list_type()
/PHP-8.3/Zend/
H A Dzend_types.h180 #define ZEND_TYPE_HAS_LIST(t) \ macro
225 if (ZEND_TYPE_HAS_LIST(type)) { \
H A Dzend_execute.c943 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_intersection_for_property_or_class_constant_class_type()
954 if (ZEND_TYPE_HAS_LIST(member_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
968 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_and_resolve_property_or_class_constant_class_type()
1129 if (UNEXPECTED(ZEND_TYPE_HAS_LIST(*type))) { in zend_check_type_slow()
1141 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_check_type_slow()
H A Dzend_opcode.c112 if (ZEND_TYPE_HAS_LIST(type)) { in zend_type_release()
H A Dzend_compile.c1337 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*single_type)); in add_intersection_type()
1364 } else if (ZEND_TYPE_HAS_LIST(type)) { in zend_type_to_string_resolved()
1372 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_type_to_string_resolved()
2547 if (ZEND_TYPE_HAS_LIST(type)) { in zend_type_get_num_classes()
2560 ZEND_ASSERT(!ZEND_TYPE_HAS_LIST(*list_type)); in zend_type_get_num_classes()
6617 if (ZEND_TYPE_IS_COMPLEX(type) && !ZEND_TYPE_HAS_LIST(type)) { in zend_compile_typename_ex()
H A Dzend_inheritance.c88 if (ZEND_TYPE_HAS_LIST(*type)) { in zend_type_copy_ctor()
559 if (ZEND_TYPE_HAS_LIST(*single_type)) { in register_unresolved_classes()
H A Dzend_API.c2783 } else if (ZEND_TYPE_HAS_LIST(*current)) { in ZEND_END_ARG_INFO()
2786 ZEND_ASSERT(!ZEND_TYPE_HAS_LITERAL_NAME(*inner) && !ZEND_TYPE_HAS_LIST(*inner)); in ZEND_END_ARG_INFO()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1341 if (ZEND_TYPE_HAS_LIST(type)) { in get_type_kind()
3120 if (ZEND_TYPE_HAS_LIST(param->type)) { in ZEND_METHOD()
3179 ZEND_ASSERT(ZEND_TYPE_HAS_LIST(param->type)); in ZEND_METHOD()

Completed in 188 milliseconds