Home
last modified time | relevance | path

Searched refs:ret_info (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_execute.c1061 zend_internal_arg_info *ret_info = zf->internal_function.arg_info - 1; in zend_verify_internal_return_type() local
1065 if (ZEND_TYPE_CODE(ret_info->type) == IS_VOID) { in zend_verify_internal_return_type()
1073 if (UNEXPECTED(!zend_check_type(ret_info->type, ret, &ce, &dummy_cache_slot, NULL, NULL, 1))) { in zend_verify_internal_return_type()
1084 zend_arg_info *ret_info = zf->common.arg_info - 1; in zend_verify_return_type() local
1087 if (UNEXPECTED(!zend_check_type(ret_info->type, ret, &ce, cache_slot, NULL, NULL, 1))) { in zend_verify_return_type()
1094 zend_arg_info *ret_info = zf->common.arg_info - 1; in zend_verify_missing_return_type() local
1096 if (ZEND_TYPE_IS_SET(ret_info->type) && UNEXPECTED(ZEND_TYPE_CODE(ret_info->type) != IS_VOID)) { in zend_verify_missing_return_type()
1098 if (ZEND_TYPE_IS_CLASS(ret_info->type)) { in zend_verify_missing_return_type()
1102 …ce = zend_fetch_class(ZEND_TYPE_NAME(ret_info->type), (ZEND_FETCH_CLASS_AUTO | ZEND_FETCH_CLASS_NO… in zend_verify_missing_return_type()
H A Dzend_vm_def.h3790 zend_arg_info *ret_info = EX(func)->common.arg_info - 1; variable
3806 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
3807 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
3808 && ZEND_TYPE_CODE(ret_info->type) != IS_ITERABLE
3809 && !ZEND_SAME_FAKE_TYPE(ZEND_TYPE_CODE(ret_info->type), Z_TYPE_P(retval_ptr))
H A Dzend_vm_execute.h8782 if (UNEXPECTED(!ZEND_TYPE_IS_CLASS(ret_info->type)
8783 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
8784 && ZEND_TYPE_CODE(ret_info->type) != IS_ITERABLE
19408 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
19409 && ZEND_TYPE_CODE(ret_info->type) != IS_ITERABLE
27547 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
27548 && ZEND_TYPE_CODE(ret_info->type) != IS_ITERABLE
34364 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
34365 && ZEND_TYPE_CODE(ret_info->type) != IS_ITERABLE
47199 && ZEND_TYPE_CODE(ret_info->type) != IS_CALLABLE
[all …]
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c827 zend_arg_info *ret_info = op_array->arg_info - 1; in zend_optimizer_replace_by_const() local
828 if (ZEND_TYPE_IS_CLASS(ret_info->type) in zend_optimizer_replace_by_const()
829 || ZEND_TYPE_CODE(ret_info->type) == IS_CALLABLE in zend_optimizer_replace_by_const()
830 || !ZEND_SAME_FAKE_TYPE(ZEND_TYPE_CODE(ret_info->type), Z_TYPE_P(val)) in zend_optimizer_replace_by_const()
H A Dzend_inference.c3438 zend_arg_info *ret_info = op_array->arg_info - 1; in zend_update_type_info() local
3440 tmp = zend_fetch_arg_info(script, ret_info, &ce); in zend_update_type_info()
3856 zend_arg_info *ret_info = op_array->arg_info - 1; in zend_init_func_return_info() local
3859 ret->type = zend_fetch_arg_info(script, ret_info, &ret->ce); in zend_init_func_return_info()

Completed in 174 milliseconds