X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=f9e89b798c1bd5b7357c781b2303cc7d9e1df29f;hp=298240269d506f4e93110933128639d865b8d64e;hb=7474b3e23338ea03bcd65551959e2582cc455f9f;hpb=9c71742e3aa27507196cf34daa9eeecde8545a40 diff --git a/php_psi.h b/php_psi.h index 2982402..f9e89b7 100644 --- a/php_psi.h +++ b/php_psi.h @@ -37,7 +37,7 @@ void psi_to_double(zval *return_value, token_t t, impl_val *ret_val, decl_var *v void psi_to_string(zval *return_value, token_t t, impl_val *ret_val, decl_var *var); ZEND_RESULT_CODE psi_parse_args(zend_execute_data *execute_data, impl *impl); -impl_val *psi_do_let(decl_arg *darg); +void *psi_do_let(decl_arg *darg); void psi_do_set(zval *return_value, set_func *func, decl_vars *vars); void psi_do_return(impl *impl, impl_val *ret_val, zval *return_value); void psi_do_free(free_stmt *fre);