Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h43 #define MAY_BE_STATIC (1 << IS_STATIC) macro
H A Dzend_execute.c977 if ((ZEND_TYPE_PURE_MASK(member_type) & MAY_BE_STATIC)) { in zend_check_and_resolve_property_or_class_constant_class_type()
983 } 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()
1006 ZEND_ASSERT(!(type_mask & (MAY_BE_CALLABLE|MAY_BE_STATIC|MAY_BE_NEVER|MAY_BE_VOID))); in i_zend_check_property_type()
1168 if ((type_mask & MAY_BE_STATIC) && zend_value_instanceof_static(arg)) { in zend_check_type_slow()
1489 …if (((ZEND_TYPE_PURE_MASK(c->type) & MAY_BE_STATIC) || ZEND_TYPE_IS_COMPLEX(c->type)) && Z_TYPE_P(… in zend_check_class_constant_type()
3532 ZEND_ASSERT(!(type_mask & (MAY_BE_CALLABLE|MAY_BE_STATIC))); in i_zend_verify_type_assignable_zval()
H A Dzend_inheritance.c654 if ((added_types & MAY_BE_STATIC) in zend_perform_covariant_type_check()
657 added_types &= ~MAY_BE_STATIC; in zend_perform_covariant_type_check()
H A Dzend_API.c2640 if (extra_types & MAY_BE_STATIC) { in zend_check_magic_method_return_type()
2641 extra_types &= ~MAY_BE_STATIC; in zend_check_magic_method_return_type()
H A Dzend_compile.c1410 if (type_mask & MAY_BE_STATIC) { in zend_type_to_string_resolved()
6884 ((!has_only_iterable_class && ZEND_TYPE_IS_COMPLEX(type)) || (type_mask & MAY_BE_STATIC))) { in zend_compile_typename_ex()
/php-src/ext/reflection/
H A Dphp_reflection.c3134 && !(ZEND_TYPE_FULL_MASK(param->type) & MAY_BE_STATIC)); in ZEND_METHOD()
3179 if (type_mask & MAY_BE_STATIC) { in ZEND_METHOD()
3180 append_type_mask(return_value, MAY_BE_STATIC); in ZEND_METHOD()
/php-src/Zend/Optimizer/
H A Dzend_inference.c2368 if (type_mask & MAY_BE_STATIC) { in zend_convert_type_declaration_mask()

Completed in 138 milliseconds