Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_inheritance.c90 } else if (ZEND_TYPE_HAS_NAME(*type)) { in zend_type_copy_ctor()
359 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_type_permits_self()
427 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_is_intersection_subtype_of_class()
508 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_is_class_subtype_of_type()
550 if (ZEND_TYPE_HAS_NAME(single_type)) { in get_class_from_type()
563 if (ZEND_TYPE_HAS_NAME(*single_type)) { in register_unresolved_classes()
H A Dzend_opcode.c120 } else if (ZEND_TYPE_HAS_NAME(type)) { in zend_type_release()
H A Dzend_types.h174 #define ZEND_TYPE_HAS_NAME(t) \ macro
H A Dzend_API.c2835 if (ZEND_TYPE_HAS_NAME(*current)) { in ZEND_END_ARG_INFO()
2843 if (ZEND_TYPE_HAS_NAME(*inner)) { in ZEND_END_ARG_INFO()
2925 if (ZEND_TYPE_HAS_NAME(info->type)) { in zend_register_functions()
H A Dzend_compile.c1358 ZEND_ASSERT(ZEND_TYPE_HAS_NAME(*single_type)); in add_intersection_type()
1393 ZEND_ASSERT(ZEND_TYPE_HAS_NAME(*list_type)); in zend_type_to_string_resolved()
1399 } else if (ZEND_TYPE_HAS_NAME(type)) { in zend_type_to_string_resolved()
1490 if (ZEND_TYPE_HAS_NAME(*single_type) in zend_mark_function_as_generator()
H A Dzend_execute.c927 ZEND_ASSERT(ZEND_TYPE_HAS_NAME(*type)); in zend_ce_from_type()
985 } else if (ZEND_TYPE_HAS_NAME(member_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
/php-src/ext/opcache/
H A Dzend_persist_calc.c194 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_persist_type_calc()
H A Dzend_file_cache.c451 } else if (ZEND_TYPE_HAS_NAME(*type)) {
1295 } else if (ZEND_TYPE_HAS_NAME(*type)) {
H A Dzend_persist.c360 if (ZEND_TYPE_HAS_NAME(*single_type)) { in zend_persist_type()
H A DZendAccelerator.c621 if (ZEND_TYPE_HAS_NAME(*single_type)) { in accel_copy_permanent_list_types()
/php-src/ext/reflection/
H A Dphp_reflection.c237 if (ZEND_TYPE_HAS_NAME(type_ref->type)) { in reflection_free_objects_storage()
1442 if (ZEND_TYPE_HAS_NAME(type)) { in reflection_type_factory()
2688 if (ZEND_TYPE_HAS_NAME(param->arg_info->type)) { in ZEND_METHOD()
3171 } else if (ZEND_TYPE_HAS_NAME(param->type)) { in ZEND_METHOD()
/php-src/Zend/Optimizer/
H A Ddfa_pass.c281 if (ZEND_TYPE_HAS_NAME(*single_type)) { in can_elide_list_type()
H A Dzend_inference.c2393 if (ZEND_TYPE_HAS_NAME(type)) { in zend_convert_type()

Completed in 149 milliseconds