Searched refs:to_xml (Results 1 – 14 of 14) sorted by relevance
/PHP-8.4/ext/soap/tests/ |
H A D | typemap012.phpt | 2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault) 30 "to_xml" => "book_to_xml"))
|
H A D | typemap010.phpt | 2 SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault) 47 "to_xml" => "book_to_xml"))
|
H A D | typemap004.phpt | 2 SOAP Typemap 4: SoapClient support for typemap's to_xml() 30 "to_xml" => "book_to_xml"))
|
H A D | typemap008.phpt | 2 SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar) 32 "to_xml" => "book_to_xml"))
|
H A D | typemap002.phpt | 2 SOAP typemap 2: SoapServer support for typemap's to_xml() 47 "to_xml" => "book_to_xml"))
|
H A D | typemap006.phpt | 2 SOAP typemap 6: SoapServer support for typemap's to_xml() (without WSDL, using SoapVar) 48 "to_xml" => "book_to_xml"))
|
H A D | typemap013.phpt | 2 SOAP typemap 13: SoapServer support for typemap's to_xml() with default ns 47 "to_xml" => "book_to_xml"))
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug79536.phpt | 52 "to_xml" => "book_to_xml"))
|
/PHP-8.4/ext/soap/ |
H A D | php_encoding.h | 192 xmlNodePtr (*to_xml)(encodeTypePtr type, zval *data, int style, xmlNodePtr parent); member
|
H A D | php_soap.h | 68 zval to_xml; member
|
H A D | soap.c | 804 zval *to_xml = NULL; in soap_create_typemap() local 829 to_xml = tmp; in soap_create_typemap() 862 new_enc->to_xml = enc->to_xml; in soap_create_typemap() 866 if (to_xml) { in soap_create_typemap() 867 ZVAL_COPY(&new_enc->details.map->to_xml, to_xml); in soap_create_typemap() 868 new_enc->to_xml = to_xml_user; in soap_create_typemap() 869 } else if (enc->details.map && Z_TYPE(enc->details.map->to_xml) != IS_UNDEF) { in soap_create_typemap() 870 ZVAL_COPY(&new_enc->details.map->to_xml, &enc->details.map->to_xml); in soap_create_typemap()
|
H A D | php_encoding.c | 504 if (encode->to_xml) { in master_to_xml_int() 505 node = encode->to_xml(&encode->details, data, style, parent); in master_to_xml_int() 607 if (type && type->map && Z_TYPE(type->map->to_xml) != IS_UNDEF) { in to_xml_user() 610 if (call_user_function(NULL, NULL, &type->map->to_xml, &return_value, 1, data) == FAILURE) { in to_xml_user() 3699 zval_ptr_dtor(&map->to_xml); in delete_mapping()
|
H A D | php_schema.c | 82 enc->to_xml = sdl_guess_convert_xml; in create_encoder() 362 cur_type->encode->to_xml = sdl_guess_convert_xml; in schema_simpleType() 1420 cur_type->encode->to_xml = sdl_guess_convert_xml; in schema_complexType()
|
H A D | php_sdl.c | 1397 enc->to_xml = sdl_guess_convert_xml; in sdl_deserialize_encoder() 1425 enc->to_xml = real_enc->to_xml; in sdl_deserialize_encoder()
|
Completed in 62 milliseconds