X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Freturn_exp.h;h=b76313a72e46090fb596b74726b480d467316217;hp=864a7986d61defadaab79fcd740aab0e4232a74b;hb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;hpb=d57dd73ddbd960613cfc06bc4c9473b71d3598ef diff --git a/src/types/return_exp.h b/src/types/return_exp.h index 864a798..b76313a 100644 --- a/src/types/return_exp.h +++ b/src/types/return_exp.h @@ -41,6 +41,6 @@ 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_validate_scope *scope); -const char *psi_return_exp_get_decl_name(struct psi_return_exp *exp); +zend_string *psi_return_exp_get_decl_name(struct psi_return_exp *exp); #endif /* RETURN_EXP_H */