]> granicus.if.org Git - php/commitdiff
wddx_add_vars() returns a bool
authorRasmus Lerdorf <rasmus@php.net>
Sun, 19 Jul 2015 14:04:40 +0000 (07:04 -0700)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 19 Jul 2015 14:05:03 +0000 (07:05 -0700)
ext/wddx/wddx.c

index 33298727b7ce9ee11e78e76ed45a5a74b78ba131..693ccef7b1c679165342be850295f6319b37b7cb 100644 (file)
@@ -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)
 {