From 3760cb6a598b4d1220a6f7cd8ea63aa013617e1b Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 19 Jul 2015 07:04:40 -0700 Subject: [PATCH] wddx_add_vars() returns a bool --- ext/wddx/wddx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 33298727b7..693ccef7b1 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -1200,7 +1200,7 @@ PHP_FUNCTION(wddx_packet_end) } /* }}} */ -/* {{{ proto int wddx_add_vars(resource packet_id, mixed var_names [, mixed ...]) +/* {{{ proto bool wddx_add_vars(resource packet_id, mixed var_names [, mixed ...]) Serializes given variables and adds them to packet given by packet_id */ PHP_FUNCTION(wddx_add_vars) { -- 2.50.1