Home
last modified time | relevance | path

Searched refs:member_type (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_execute.c954 const zend_class_entry *scope, zend_type member_type, const zend_class_entry *value_ce) { in zend_check_and_resolve_property_or_class_constant_class_type() argument
955 if (ZEND_TYPE_HAS_LIST(member_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
957 if (ZEND_TYPE_IS_INTERSECTION(member_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
959 scope, ZEND_TYPE_LIST(member_type), value_ce); in zend_check_and_resolve_property_or_class_constant_class_type()
961 ZEND_TYPE_LIST_FOREACH(ZEND_TYPE_LIST(member_type), list_type) { in zend_check_and_resolve_property_or_class_constant_class_type()
976 if ((ZEND_TYPE_PURE_MASK(member_type) & MAY_BE_STATIC)) { in zend_check_and_resolve_property_or_class_constant_class_type()
982 } else if ((ZEND_TYPE_PURE_MASK(member_type) & MAY_BE_STATIC) && value_ce == scope) { in zend_check_and_resolve_property_or_class_constant_class_type()
984 } else if (ZEND_TYPE_HAS_NAME(member_type)) { in zend_check_and_resolve_property_or_class_constant_class_type()
985 const zend_class_entry *ce = zend_ce_from_type(scope, &member_type); in zend_check_and_resolve_property_or_class_constant_class_type()
/PHP-8.2/build/
H A Dphp_cxx_compile_stdcxx.m4402 using member = typename T::member_type;

Completed in 22 milliseconds