diff options
author | Egon Schmid <eschmid@php.net> | 2000-06-16 18:14:51 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-06-16 18:14:51 +0000 |
commit | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (patch) | |
tree | a184097a607fd1bcce459a66ada582e7e2a487dd | |
parent | 33f94999756591d98d9061105496e7255e4f43da (diff) | |
download | php-git-c6ddfd4440ad412059e49dc69f9c7e98de57d65c.tar.gz |
Protos looks now equal in both versions.
-rw-r--r-- | ext/wddx/wddx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index a8072922e0..3692b9fa25 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -835,7 +835,7 @@ PHP_FUNCTION(wddx_serialize_value) /* }}} */ -/* {{{ proto string wddx_serialize_vars(mixed var_name [, ...]) +/* {{{ proto string wddx_serialize_vars(mixed var_name [, mixed ...]) Creates a new packet and serializes given variables into a struct */ PHP_FUNCTION(wddx_serialize_vars) { @@ -953,7 +953,7 @@ PHP_FUNCTION(wddx_packet_end) /* }}} */ -/* {{{ proto int wddx_add_vars(int packet_id [, mixed var_names [, ...]]) +/* {{{ proto int wddx_add_vars(int packet_id [, mixed var_names [, mixed ...]]) Serializes given variables and adds them to packet given by packet_id */ PHP_FUNCTION(wddx_add_vars) { |