Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_type_info.h43 #define MAY_BE_STATIC (1 << IS_STATIC) macro
H A Dzend_execute.c946 ZEND_ASSERT(!(type_mask & (MAY_BE_CALLABLE|MAY_BE_STATIC))); in i_zend_check_property_type()
1106 if ((type_mask & MAY_BE_STATIC) && zend_value_instanceof_static(arg)) { in zend_check_type_slow()
3424 ZEND_ASSERT(!(type_mask & (MAY_BE_CALLABLE|MAY_BE_STATIC))); in i_zend_verify_type_assignable_zval()
H A Dzend_inheritance.c651 if ((added_types & MAY_BE_STATIC) in zend_perform_covariant_type_check()
654 added_types &= ~MAY_BE_STATIC; in zend_perform_covariant_type_check()
H A Dzend_API.c2511 if (extra_types & MAY_BE_STATIC) { in zend_check_magic_method_return_type()
2512 extra_types &= ~MAY_BE_STATIC; in zend_check_magic_method_return_type()
H A Dzend_compile.c1260 if (type_mask & MAY_BE_STATIC) { in zend_type_to_string_resolved()
6556 ((!has_only_iterable_class && ZEND_TYPE_IS_COMPLEX(type)) || (type_mask & MAY_BE_STATIC))) { in zend_compile_typename()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c3113 && !(ZEND_TYPE_FULL_MASK(param->type) & MAY_BE_STATIC)); in ZEND_METHOD()
3158 if (type_mask & MAY_BE_STATIC) { in ZEND_METHOD()
3159 append_type_mask(return_value, MAY_BE_STATIC); in ZEND_METHOD()
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2363 if (type_mask & MAY_BE_STATIC) { in zend_convert_type_declaration_mask()

Completed in 109 milliseconds