X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.h;h=b76313a72e46090fb596b74726b480d467316217;hb=b0fdc1f1b8ae5ec4d3f47741b523fa6a60ae32bb;hp=bbd180484787b6923529b3c30a9509a01abe7bef;hpb=b78637d9020222f1032349f231c0dc84a69797bc;p=m6w6%2Fext-psi diff --git a/src/types/return_exp.h b/src/types/return_exp.h index bbd1804..b76313a 100644 --- a/src/types/return_exp.h +++ b/src/types/return_exp.h @@ -40,7 +40,7 @@ void psi_return_exp_dump(int fd, struct psi_return_exp *exp); void psi_return_exp_exec(struct psi_return_exp *exp, zval *return_value, struct psi_call_frame *frame); bool psi_return_exp_validate(struct psi_data *data, struct psi_return_exp *exp, - struct psi_impl *impl); -const char *psi_return_exp_get_decl_name(struct psi_return_exp *exp); + struct psi_validate_scope *scope); +zend_string *psi_return_exp_get_decl_name(struct psi_return_exp *exp); #endif /* RETURN_EXP_H */