X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=066d9d69d8371e6dba77a6572a7fa4b79fac3ac0;hp=b4b96e872f59ff8cd43cfcaea5f6d8fcdbfdee63;hb=5d54598329a4d04dd0080bc1252d1de85a7befef;hpb=6a8a77b52b636041de54d1022016b4f2aa510c05 diff --git a/php_psi.h b/php_psi.h index b4b96e8..066d9d6 100644 --- a/php_psi.h +++ b/php_psi.h @@ -32,11 +32,11 @@ int psi_internal_type(impl_type *type); zend_internal_arg_info *psi_internal_arginfo(impl *impl); size_t psi_num_min_args(impl *impl); -void psi_to_bool(zval *return_value, token_t t, impl_val *ret_val, set_value *set, decl_var *var); -void psi_to_int(zval *return_value, token_t t, impl_val *ret_val, set_value *set, decl_var *var); -void psi_to_double(zval *return_value, token_t t, impl_val *ret_val, set_value *set, decl_var *var); -void psi_to_string(zval *return_value, token_t t, impl_val *ret_val, set_value *set, decl_var *var); -void psi_to_array(zval *return_value, token_t t, impl_val *ret_val, set_value *set, decl_var *var); +void psi_to_bool(zval *return_value, set_value *set, impl_val *ret_val); +void psi_to_int(zval *return_value, set_value *set, impl_val *ret_val); +void psi_to_double(zval *return_value, set_value *set, impl_val *ret_val); +void psi_to_string(zval *return_value, set_value *set, impl_val *ret_val); +void psi_to_array(zval *return_value, set_value *set, impl_val *ret_val); void psi_call(zend_execute_data *execute_data, zval *return_value, impl *impl);