diff options
author | Brad LaFountain <rodif_bl@php.net> | 2002-08-14 05:26:25 +0000 |
---|---|---|
committer | Brad LaFountain <rodif_bl@php.net> | 2002-08-14 05:26:25 +0000 |
commit | 7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab (patch) | |
tree | 8117fec68e6e7618ed6180ea72a96300120a2314 /ext/soap/php_sdl.h | |
parent | b806a8e247e0ff869b4f8f35a9ab9effd2f44a7a (diff) | |
download | php-git-7c1d2ff2e45d2930fb08a27f08c3748309e8a7ab.tar.gz |
some more doc/lit stuff
some more wsdl stuff
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r-- | ext/soap/php_sdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index 24e2be45a6..b061b4aded 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -155,6 +155,7 @@ sdlBindingPtr get_binding_from_type(sdlPtr sdl, int type); sdlBindingPtr get_binding_from_name(sdlPtr sdl, char *name, char *ns); xmlNodePtr sdl_guess_convert_xml(encodeType enc, zval* data, int style); +zval *sdl_guess_convert_zval(encodeType enc, xmlNodePtr data); xmlNodePtr sdl_to_xml_array(sdlTypePtr type, zval *data, int style); xmlNodePtr sdl_to_xml_object(sdlTypePtr type, zval *data, int style); |