Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_inheritance.c326 ZEND_ASSERT(ZEND_TYPE_IS_SET(fe_type) && ZEND_TYPE_IS_SET(proto_type)); in zend_perform_covariant_type_check()
402 if (!ZEND_TYPE_IS_SET(fe_arg_info->type)) { in zend_do_perform_arg_type_hint_check()
407 if (!ZEND_TYPE_IS_SET(proto_arg_info->type)) { in zend_do_perform_arg_type_hint_check()
530 if (ZEND_TYPE_IS_SET(arg_info->type) && ZEND_TYPE_ALLOW_NULL(arg_info->type)) { in zend_append_type_hint()
982 if (UNEXPECTED(ZEND_TYPE_IS_SET(parent_info->type))) { in do_inherit_property()
990 …} else if (UNEXPECTED(ZEND_TYPE_IS_SET(child_info->type) && !ZEND_TYPE_IS_SET(parent_info->type)))… in do_inherit_property()
2562 if ((parent_info->flags & ZEND_ACC_PRIVATE) || !ZEND_TYPE_IS_SET(parent_info->type)) { in zend_can_early_bind()
2569 if (ZEND_TYPE_IS_SET(child_info->type)) { in zend_can_early_bind()
H A Dzend_types.h126 #define ZEND_TYPE_IS_SET(t) \ macro
H A Dzend_API.c2215 if (ZEND_TYPE_IS_SET(info->type)) { in zend_register_functions()
2279 if (ZEND_TYPE_IS_SET(reg_function->common.arg_info[i].type)) { in zend_register_functions()
3704 if (ZEND_TYPE_IS_SET(type)) { in zend_declare_typed_property()
H A Dzend_execute.c1018 if (!ZEND_TYPE_IS_SET(type)) { in zend_check_type()
1254 if (ZEND_TYPE_IS_SET(ret_info->type) && UNEXPECTED(ZEND_TYPE_CODE(ret_info->type) != IS_VOID)) { in zend_verify_missing_return_type()
H A Dzend_compile.c2107 if (ZEND_TYPE_IS_SET(return_info->type)) { in zend_emit_return_type_check()
6143 if (ZEND_TYPE_IS_SET(type) && !Z_CONSTANT(value_zv)) { in zend_compile_prop_decl()
6175 } else if (!ZEND_TYPE_IS_SET(type)) { in zend_compile_prop_decl()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2576 RETVAL_BOOL(ZEND_TYPE_IS_SET(param->arg_info->type)); in ZEND_METHOD()
2592 if (!ZEND_TYPE_IS_SET(param->arg_info->type)) { in ZEND_METHOD()
5684 if (!ZEND_TYPE_IS_SET(ref->prop.type)) { in ZEND_METHOD()
5705 RETVAL_BOOL(ZEND_TYPE_IS_SET(ref->prop.type)); in ZEND_METHOD()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2396 if (prop_info && ZEND_TYPE_IS_SET(prop_info->type)) { in zend_fetch_prop_type()
4706 return ZEND_TYPE_IS_SET(cur_arg_info->type); in zend_may_throw()

Completed in 97 milliseconds