Home
last modified time | relevance | path

Searched refs:to_xml (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/soap/tests/
H A Dtypemap012.phpt2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault)
30 "to_xml" => "book_to_xml"))
H A Dtypemap010.phpt2 SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault)
47 "to_xml" => "book_to_xml"))
H A Dtypemap004.phpt2 SOAP Typemap 4: SoapClient support for typemap's to_xml()
30 "to_xml" => "book_to_xml"))
H A Dtypemap008.phpt2 SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar)
32 "to_xml" => "book_to_xml"))
H A Dtypemap002.phpt2 SOAP typemap 2: SoapServer support for typemap's to_xml()
47 "to_xml" => "book_to_xml"))
H A Dtypemap006.phpt2 SOAP typemap 6: SoapServer support for typemap's to_xml() (without WSDL, using SoapVar)
48 "to_xml" => "book_to_xml"))
H A Dtypemap013.phpt2 SOAP typemap 13: SoapServer support for typemap's to_xml() with default ns
47 "to_xml" => "book_to_xml"))
/PHP-5.5/ext/soap/
H A Dphp_encoding.h187 xmlNodePtr (*to_xml)(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC); member
H A Dphp_soap.h77 zval *to_xml; member
H A Dsoap.c1003 zval *to_xml = NULL; in soap_create_typemap() local
1035 to_xml = *tmp; in soap_create_typemap()
1069 new_enc->to_xml = enc->to_xml; in soap_create_typemap()
1073 if (to_xml) { in soap_create_typemap()
1074 zval_add_ref(&to_xml); in soap_create_typemap()
1075 new_enc->details.map->to_xml = to_xml; in soap_create_typemap()
1076 new_enc->to_xml = to_xml_user; in soap_create_typemap()
1077 } else if (enc->details.map && enc->details.map->to_xml) { in soap_create_typemap()
1078 zval_add_ref(&enc->details.map->to_xml); in soap_create_typemap()
1079 new_enc->details.map->to_xml = enc->details.map->to_xml; in soap_create_typemap()
H A Dphp_encoding.c527 if (encode->to_xml) { in master_to_xml_int()
528 node = encode->to_xml(&encode->details, data, style, parent TSRMLS_CC); in master_to_xml_int()
632 if (type && type->map && type->map->to_xml) { in to_xml_user()
635 …if (call_user_function(EG(function_table), NULL, type->map->to_xml, return_value, 1, &data TSRMLS_… in to_xml_user()
3755 if (map->to_xml) { in delete_mapping()
3756 zval_ptr_dtor(&map->to_xml); in delete_mapping()
H A Dphp_schema.c79 enc->to_xml = sdl_guess_convert_xml; in create_encoder()
342 cur_type->encode->to_xml = sdl_guess_convert_xml; in schema_simpleType()
1395 cur_type->encode->to_xml = sdl_guess_convert_xml; in schema_complexType()
H A Dphp_sdl.c1417 enc->to_xml = sdl_guess_convert_xml; in sdl_deserialize_encoder()
1445 enc->to_xml = real_enc->to_xml; in sdl_deserialize_encoder()

Completed in 96 milliseconds