From: Rasmus Lerdorf Date: Sun, 19 Jul 2015 14:04:40 +0000 (-0700) Subject: wddx_add_vars() returns a bool X-Git-Tag: php-7.0.0beta2~6^2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3760cb6a598b4d1220a6f7cd8ea63aa013617e1b;p=php wddx_add_vars() returns a bool --- 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) {